Skip to content

Commit

Permalink
Bump version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
doyoubi committed Feb 7, 2023
1 parent 498135d commit 29db458
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Current Operator version
VERSION ?= v0.4.2-dev0
VERSION ?= v0.4.2
SCHEDULER_VERSION ?= v0.1.0
# Default bundle image tag
BUNDLE_IMG ?= controller-bundle:$(VERSION)
Expand All @@ -26,7 +26,7 @@ SCHEDULER_IMG_VERSION ?= latest
else
IMG_NAME ?= undermoon-operator
UNDERMOON_IMG_NAME ?= doyoubi/undermoon
UNDERMOON_IMG_VERSION ?= 0.6.1-buster
UNDERMOON_IMG_VERSION ?= 0.6.2-buster
SCHEDULER_IMG_NAME ?= doyoubi/undermoon-scheduler
SCHEDULER_IMG_VERSION ?= $(SCHEDULER_VERSION)
endif
Expand Down
2 changes: 1 addition & 1 deletion Makefile.utils
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OPERATOR_VERSION=$(VERSION)
OPERATOR_HELM_VERSION=0.4.2-dev0
OPERATOR_HELM_VERSION=0.4.2
CHECKER_HELM_VERSION=0.1.0

TEST_K8S_VER="v1.18.2"
Expand Down
2 changes: 1 addition & 1 deletion config/manager/overlays/test/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resources:
images:
- name: controller
newName: localhost:5000/undermoon-operator
newTag: v0.4.2-dev0
newTag: v0.4.2

patchesJson6902:
- target:
Expand Down
2 changes: 1 addition & 1 deletion helm/undermoon-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.2-dev0
version: 0.4.2

maintainers:
- name: doyoubi
Expand Down
2 changes: 1 addition & 1 deletion helm/undermoon-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cluster:

image:
undermoonImage: doyoubi/undermoon
undermoonImageTag: 0.6.1-buster
undermoonImageTag: 0.6.2-buster
undermoonImagePullPolicy: IfNotPresent
redisImage: redis
redisImageTag: 5.0.14
Expand Down
4 changes: 2 additions & 2 deletions helm/undermoon-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.2-dev0
version: 0.4.2

# This is the version number of the application being deployed. This version number should be
# 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.
#
# This should be the same as the version of undermoon-operator.
appVersion: v0.4.2-dev0
appVersion: v0.4.2

maintainers:
- name: doyoubi
Expand Down
2 changes: 1 addition & 1 deletion helm/undermoon-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

image:
operatorImage: doyoubi/undermoon-operator
operatorImageTag: v0.4.2-dev0
operatorImageTag: v0.4.2
operatorImagePullPolicy: IfNotPresent

broker_api_version: "v3"
Expand Down
2 changes: 1 addition & 1 deletion helm/undermoon-scheduler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.2-dev0
version: 0.4.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down

0 comments on commit 29db458

Please sign in to comment.