diff --git a/CHANGELOG.md b/CHANGELOG.md index 34300318..0fcb91fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ ## [Unreleased] + + +## [v0.2.6-alpha.14.4] - 2023-12-13 ### Fix - **cm:** update cm status of robotide @@ -361,7 +364,8 @@ - Merge pull request [#24](https://github.com/robolaunch/robot-operator/issues/24) from robolaunch/23-allow-multiple-launches -[Unreleased]: https://github.com/robolaunch/robot-operator/compare/v0.2.6-alpha.14.3...HEAD +[Unreleased]: https://github.com/robolaunch/robot-operator/compare/v0.2.6-alpha.14.4...HEAD +[v0.2.6-alpha.14.4]: https://github.com/robolaunch/robot-operator/compare/v0.2.6-alpha.14.3...v0.2.6-alpha.14.4 [v0.2.6-alpha.14.3]: https://github.com/robolaunch/robot-operator/compare/v0.2.6-alpha.14.2...v0.2.6-alpha.14.3 [v0.2.6-alpha.14.2]: https://github.com/robolaunch/robot-operator/compare/v0.2.6-alpha.14.1...v0.2.6-alpha.14.2 [v0.2.6-alpha.14.1]: https://github.com/robolaunch/robot-operator/compare/v0.2.6-alpha.14...v0.2.6-alpha.14.1 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 830a15ca..acd52a83 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: robolaunchio/robot-controller-manager - newTag: v0.2.6-alpha.14.4 + newTag: v0.2.6-alpha.14.5 diff --git a/hack/deploy/chart/robot-operator/Chart.yaml b/hack/deploy/chart/robot-operator/Chart.yaml index 09a811b6..261e8b93 100644 --- a/hack/deploy/chart/robot-operator/Chart.yaml +++ b/hack/deploy/chart/robot-operator/Chart.yaml @@ -13,9 +13,9 @@ 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.2.6-alpha.14.4 +version: 0.2.6-alpha.14.5 # 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. # It is recommended to use it with quotes. -appVersion: "v0.2.6-alpha.14.4" +appVersion: "v0.2.6-alpha.14.5" diff --git a/hack/deploy/chart/robot-operator/values.yaml b/hack/deploy/chart/robot-operator/values.yaml index 9bea3720..b392e314 100644 --- a/hack/deploy/chart/robot-operator/values.yaml +++ b/hack/deploy/chart/robot-operator/values.yaml @@ -32,7 +32,7 @@ controllerManager: - ALL image: repository: robolaunchio/robot-controller-manager - tag: v0.2.6-alpha.14.4 + tag: v0.2.6-alpha.14.5 resources: limits: cpu: 500m diff --git a/hack/deploy/manifests/robot_operator.yaml b/hack/deploy/manifests/robot_operator.yaml index c6b73cf0..04ed9566 100644 --- a/hack/deploy/manifests/robot_operator.yaml +++ b/hack/deploy/manifests/robot_operator.yaml @@ -6768,7 +6768,7 @@ spec: - --leader-elect command: - /manager - image: robolaunchio/robot-controller-manager:v0.2.6-alpha.14.4 + image: robolaunchio/robot-controller-manager:v0.2.6-alpha.14.5 livenessProbe: httpGet: path: /healthz