From 46a2fad27f153476e7d342716ea48c061ba650ab Mon Sep 17 00:00:00 2001 From: Yutong Sun Date: Tue, 18 Feb 2025 23:55:47 +0000 Subject: [PATCH 1/4] VERSION: update to v1.5.0 Signed-off-by: Yutong Sun --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 0d0c52f8..2e7bd910 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.4.0 +v1.5.0 From 63c3f85aef7649e0779724b048e2af11198cec61 Mon Sep 17 00:00:00 2001 From: Yutong Sun Date: Wed, 19 Feb 2025 00:02:19 +0000 Subject: [PATCH 2/4] deploy: update chart and container versions for 1.5.0 Signed-off-by: Yutong Sun --- README.md | 2 +- deploy/charts/bottlerocket-update-operator/Chart.yaml | 4 ++-- deploy/charts/bottlerocket-update-operator/README.md | 2 +- deploy/charts/bottlerocket-update-operator/values.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c75f3567..0dd3979c 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ namespace: "brupop-bottlerocket-aws" # The image to use for brupop # This defaults to the image built alongside a particular helm chart, but you can override it by uncommenting this line: -# image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v1.4.0" +# image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v1.5.0" # Placement controls # See the Kubernetes documentation about placement controls for more details: diff --git a/deploy/charts/bottlerocket-update-operator/Chart.yaml b/deploy/charts/bottlerocket-update-operator/Chart.yaml index f554b657..2df34bd5 100644 --- a/deploy/charts/bottlerocket-update-operator/Chart.yaml +++ b/deploy/charts/bottlerocket-update-operator/Chart.yaml @@ -4,7 +4,7 @@ description: A Helm chart for the Bottlerocket Update Operator home: https://github.com/bottlerocket-os/bottlerocket-update-operator icon: https://avatars.githubusercontent.com/u/61023959?s=200&v=4 type: application -version: 1.4.0 -appVersion: "1.4.0" +version: 1.5.0 +appVersion: "1.5.0" sources: - https://github.com/bottlerocket-os/bottlerocket-update-operator diff --git a/deploy/charts/bottlerocket-update-operator/README.md b/deploy/charts/bottlerocket-update-operator/README.md index 07c9a107..3254af89 100644 --- a/deploy/charts/bottlerocket-update-operator/README.md +++ b/deploy/charts/bottlerocket-update-operator/README.md @@ -78,7 +78,7 @@ The following configuration values are supported: namespace: "brupop-bottlerocket-aws" # The image to use for brupop -image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v1.4.0" +image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v1.5.0" # Placement controls # See the Kubernetes documentation about placement controls for more details: diff --git a/deploy/charts/bottlerocket-update-operator/values.yaml b/deploy/charts/bottlerocket-update-operator/values.yaml index f9a68d58..353ca217 100644 --- a/deploy/charts/bottlerocket-update-operator/values.yaml +++ b/deploy/charts/bottlerocket-update-operator/values.yaml @@ -4,7 +4,7 @@ namespace: "brupop-bottlerocket-aws" # The image to use for brupop -image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v1.4.0" +image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v1.5.0" # Placement controls # See the Kubernetes documentation about placement controls for more details: From 0db37981d8c7ee972ae7cc96be6c2868b7513de9 Mon Sep 17 00:00:00 2001 From: Yutong Sun Date: Wed, 19 Feb 2025 00:05:45 +0000 Subject: [PATCH 3/4] manifest: update version to 1.5.0 Signed-off-by: Yutong Sun --- bottlerocket-update-operator.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bottlerocket-update-operator.yaml b/bottlerocket-update-operator.yaml index a648704f..64421cbd 100644 --- a/bottlerocket-update-operator.yaml +++ b/bottlerocket-update-operator.yaml @@ -540,7 +540,7 @@ spec: value: "true" - name: TRACING_FILTER_DIRECTIVE value: "info" - image: public.ecr.aws/bottlerocket/bottlerocket-update-operator:v1.4.0 + image: public.ecr.aws/bottlerocket/bottlerocket-update-operator:v1.5.0 name: brupop resources: limits: @@ -647,7 +647,7 @@ spec: value: "true" - name: TRACING_FILTER_DIRECTIVE value: "info" - image: public.ecr.aws/bottlerocket/bottlerocket-update-operator:v1.4.0 + image: public.ecr.aws/bottlerocket/bottlerocket-update-operator:v1.5.0 livenessProbe: httpGet: path: /ping @@ -738,7 +738,7 @@ spec: value: "true" - name: TRACING_FILTER_DIRECTIVE value: "info" - image: public.ecr.aws/bottlerocket/bottlerocket-update-operator:v1.4.0 + image: public.ecr.aws/bottlerocket/bottlerocket-update-operator:v1.5.0 name: brupop resources: limits: From 336073f001fe7afe3c4d7b58f894170aeef4dcef Mon Sep 17 00:00:00 2001 From: Yutong Sun Date: Wed, 19 Feb 2025 00:06:44 +0000 Subject: [PATCH 4/4] changelog: add notes for 1.5.0 Signed-off-by: Yutong Sun --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c095a692..29b0fcd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# 1.5.0 +## General + +Added +* Support topologySpreadConstraints for the apiserver resource ([#672] thanks @AviorSchreiber) +* Update bottlerocket sdk version from 0.42.0 to 0.50.1 ([#709]) +* Allow brupop-controller-deployment pods to be discovered by Splunk otel-collector ([#677] thanks @AndreiBanaruTakeda) + +Fixed +* Fixed a bug in which the image pull secrets were not correctly rendered ([#715]) + +Misc +* Numerous dependency upgrades and documentation fixes ([#659], [#669], [#709], [#716]) + +[#659]: https://github.com/bottlerocket-os/bottlerocket-update-operator/pull/659 +[#669]: https://github.com/bottlerocket-os/bottlerocket-update-operator/pull/669 +[#672]: https://github.com/bottlerocket-os/bottlerocket-update-operator/pull/672 +[#677]: https://github.com/bottlerocket-os/bottlerocket-update-operator/pull/677 +[#709]: https://github.com/bottlerocket-os/bottlerocket-update-operator/pull/709 +[#715]: https://github.com/bottlerocket-os/bottlerocket-update-operator/pull/715 +[#716]: https://github.com/bottlerocket-os/bottlerocket-update-operator/pull/716 + # 1.4.0 ## General