Skip to content

Commit

Permalink
[Issue-1061] version 1.5 (#194)
Browse files Browse the repository at this point in the history
Signed-off-by: Katarzyna Kulpa <katarzyna.kulpa@dell.com>
  • Loading branch information
katarzyna-kulpa committed Nov 23, 2023
1 parent 541af8d commit b12559c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/csi-baremetal-deployment/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.4.0
appVersion: 1.5.0
description: Bare-metal CSI Deployment
name: csi-baremetal-deployment
version: 1.1.0
2 changes: 1 addition & 1 deletion charts/csi-baremetal-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.4.0
appVersion: 1.5.0
description: Bare-metal CSI Operator
name: csi-baremetal-operator
version: 1.1.0
2 changes: 1 addition & 1 deletion charts/secondary-scheduler-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 1.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.4.0"
appVersion: "1.5.0"
2 changes: 1 addition & 1 deletion variables.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ KUBECTL_IMAGE ?= bitnami/kubectl:1.25 # https://hub.docker.com/r/bitnami/kubect

### version
MAJOR := 1
MINOR := 4
MINOR := 5
PATCH := 0
PRODUCT_VERSION ?= ${MAJOR}.${MINOR}.${PATCH}
BUILD_REL_A := $(shell git rev-list HEAD |wc -l)
Expand Down

0 comments on commit b12559c

Please sign in to comment.