Skip to content

Commit dd7f5d4

Browse files
authored
Merge pull request #782 from maherthomsi/release/v1.7.0
Prepare for Release/v1.7.0
2 parents 903fab1 + cea40ce commit dd7f5d4

File tree

7 files changed

+26
-9
lines changed

7 files changed

+26
-9
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# 1.7.0
2+
## General
3+
Added
4+
* Allow for custom cluster domain for agent to api connection ([#736] thanks @mikn)
5+
6+
Fixed
7+
* Fixed a bug where out-of-bounds exception can be returned when parsing error message ([#781])
8+
9+
Misc
10+
* Upgrade dependencies and documentation fixes ([#750], [#756], [#777])
11+
12+
[#736]: https://github.com/bottlerocket-os/bottlerocket-update-operator/pull/736
13+
[#750]: https://github.com/bottlerocket-os/bottlerocket-update-operator/pull/750
14+
[#756]: https://github.com/bottlerocket-os/bottlerocket-update-operator/pull/756
15+
[#777]: https://github.com/bottlerocket-os/bottlerocket-update-operator/pull/777
16+
[#781]: https://github.com/bottlerocket-os/bottlerocket-update-operator/pull/781
17+
118
# 1.6.0
219
## General
320

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ namespace: "brupop-bottlerocket-aws"
9292

9393
# The image to use for brupop
9494
# This defaults to the image built alongside a particular helm chart, but you can override it by uncommenting this line:
95-
# image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v1.6.0"
95+
# image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v1.7.0"
9696

9797
# Placement controls
9898
# See the Kubernetes documentation about placement controls for more details:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.6.0
1+
v1.7.0

bottlerocket-update-operator.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ spec:
540540
value: "true"
541541
- name: TRACING_FILTER_DIRECTIVE
542542
value: "info"
543-
image: public.ecr.aws/bottlerocket/bottlerocket-update-operator:v1.6.0
543+
image: public.ecr.aws/bottlerocket/bottlerocket-update-operator:v1.7.0
544544
name: brupop
545545
resources:
546546
limits:
@@ -647,7 +647,7 @@ spec:
647647
value: "true"
648648
- name: TRACING_FILTER_DIRECTIVE
649649
value: "info"
650-
image: public.ecr.aws/bottlerocket/bottlerocket-update-operator:v1.6.0
650+
image: public.ecr.aws/bottlerocket/bottlerocket-update-operator:v1.7.0
651651
livenessProbe:
652652
httpGet:
653653
path: /ping
@@ -738,7 +738,7 @@ spec:
738738
value: "true"
739739
- name: TRACING_FILTER_DIRECTIVE
740740
value: "info"
741-
image: public.ecr.aws/bottlerocket/bottlerocket-update-operator:v1.6.0
741+
image: public.ecr.aws/bottlerocket/bottlerocket-update-operator:v1.7.0
742742
name: brupop
743743
resources:
744744
limits:

deploy/charts/bottlerocket-update-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A Helm chart for the Bottlerocket Update Operator
44
home: https://github.com/bottlerocket-os/bottlerocket-update-operator
55
icon: https://avatars.githubusercontent.com/u/61023959?s=200&v=4
66
type: application
7-
version: 1.6.0
8-
appVersion: "1.6.0"
7+
version: 1.7.0
8+
appVersion: "1.7.0"
99
sources:
1010
- https://github.com/bottlerocket-os/bottlerocket-update-operator

deploy/charts/bottlerocket-update-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The following configuration values are supported:
7878
namespace: "brupop-bottlerocket-aws"
7979

8080
# The image to use for brupop
81-
image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v1.6.0"
81+
image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v1.7.0"
8282

8383
# Provide pod level labels and annotations for all brupop workloads
8484
podLabels: {}

deploy/charts/bottlerocket-update-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace: "brupop-bottlerocket-aws"
55

66
# The image to use for brupop
7-
image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v1.6.0"
7+
image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v1.7.0"
88

99
# Placement controls
1010
# See the Kubernetes documentation about placement controls for more details:

0 commit comments

Comments
 (0)