Skip to content

Commit

Permalink
Merge pull request #722 from ytsssun/release-1.5.0
Browse files Browse the repository at this point in the history
Prepare for 1.5.0 release
  • Loading branch information
ytsssun authored Feb 19, 2025
2 parents cde5df1 + 336073f commit cbea803
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 9 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.4.0
v1.5.0
6 changes: 3 additions & 3 deletions bottlerocket-update-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/bottlerocket-update-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion deploy/charts/bottlerocket-update-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/bottlerocket-update-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cbea803

Please sign in to comment.