File tree Expand file tree Collapse file tree 7 files changed +26
-9
lines changed
deploy/charts/bottlerocket-update-operator Expand file tree Collapse file tree 7 files changed +26
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change 1- v1.6 .0
1+ v1.7 .0
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: A Helm chart for the Bottlerocket Update Operator
44home : https://github.com/bottlerocket-os/bottlerocket-update-operator
55icon : https://avatars.githubusercontent.com/u/61023959?s=200&v=4
66type : application
7- version : 1.6 .0
8- appVersion : " 1.6 .0"
7+ version : 1.7 .0
8+ appVersion : " 1.7 .0"
99sources :
1010 - https://github.com/bottlerocket-os/bottlerocket-update-operator
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ The following configuration values are supported:
7878namespace : " 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
8484podLabels : {}
Original file line number Diff line number Diff line change 44namespace : " 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:
You can’t perform that action at this time.
0 commit comments