File tree Expand file tree Collapse file tree 9 files changed +18
-18
lines changed Expand file tree Collapse file tree 9 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 11ack_generate_info :
2- build_date : " 2025-07-23T16:52:54Z "
3- build_hash : b2dc0f44e0b08f041de14c3944a5cc005ba97c8f
4- go_version : go1.24.5
5- version : v0.50 .0
6- api_directory_checksum : 4c3a3e96fdcd7220a53c81643e6ffe572b04916b
2+ build_date : " 2025-08-15T17:09:39Z "
3+ build_hash : b6df33f8c7f55b234555c0b578b8de43c74771a8
4+ go_version : go1.25.0
5+ version : v0.51 .0
6+ api_directory_checksum : 9ebaca06368781c8d170f167369dbd0f899f1e1d
77api_version : v1alpha1
88aws_sdk_go_version : v1.32.6
99generator_config_info :
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ kind: Kustomization
66images :
77- name : controller
88 newName : public.ecr.aws/aws-controllers-k8s/sns-controller
9- newTag : 1.1.16
9+ newTag : 1.2.0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.24.1
77require (
88 github.com/aws-controllers-k8s/iam-controller v1.1.1
99 github.com/aws-controllers-k8s/kms-controller v1.0.2
10- github.com/aws-controllers-k8s/runtime v0.50 .0
10+ github.com/aws-controllers-k8s/runtime v0.51 .0
1111 github.com/aws/aws-sdk-go v1.49.0
1212 github.com/aws/aws-sdk-go-v2 v1.34.0
1313 github.com/aws/aws-sdk-go-v2/service/sns v1.33.15
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ github.com/aws-controllers-k8s/iam-controller v1.1.1 h1:O6arh7DNlQF26MEKzgA2/kBE
22github.com/aws-controllers-k8s/iam-controller v1.1.1 /go.mod h1:2+ARwRpazTq5MErjMz0MpXHhtAzRfNtY56Uj0gvu9vE =
33github.com/aws-controllers-k8s/kms-controller v1.0.2 h1:v8nh/oaX/U6spCwBDaWyem7XXpzoP/MnkJyEjNOZN9s =
44github.com/aws-controllers-k8s/kms-controller v1.0.2 /go.mod h1:BeoijsyGjJ9G5VcDjpFdxBW0IxaeKXYX497XmUJiPSQ =
5- github.com/aws-controllers-k8s/runtime v0.50 .0 h1:6BXOBdnb+xw6uSMEDeALhTKc4veZR9NfXIsl5QJKZ8k =
6- github.com/aws-controllers-k8s/runtime v0.50 .0 /go.mod h1:OkUJN+Ds799JLYZsMJrO2vDJ4snxUeHK2MgrQHbU+Qc =
5+ github.com/aws-controllers-k8s/runtime v0.51 .0 h1:ZKu1DXPG7+CsvbEPLMCGqWFdfK37kSbceLzYf9lRZbw =
6+ github.com/aws-controllers-k8s/runtime v0.51 .0 /go.mod h1:OkUJN+Ds799JLYZsMJrO2vDJ4snxUeHK2MgrQHbU+Qc =
77github.com/aws/aws-sdk-go v1.49.0 h1:g9BkW1fo9GqKfwg2+zCD+TW/D36Ux+vtfJ8guF4AYmY =
88github.com/aws/aws-sdk-go v1.49.0 /go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk =
99github.com/aws/aws-sdk-go-v2 v1.34.0 h1:9iyL+cjifckRGEVpRKZP3eIxVlL06Qk1Tk13vreaVQU =
Original file line number Diff line number Diff line change 11apiVersion : v1
22name : sns-chart
33description : A Helm chart for the ACK service controller for Amazon Simple Notification Service (SNS)
4- version : 1.1.16
5- appVersion : 1.1.16
4+ version : 1.2.0
5+ appVersion : 1.2.0
66home : https://github.com/aws-controllers-k8s/sns-controller
77icon : https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88sources :
Original file line number Diff line number Diff line change 11{{ .Chart.Name }} has been installed.
2- This chart deploys "public.ecr.aws/aws-controllers-k8s/sns-controller:1.1.16 ".
2+ This chart deploys "public.ecr.aws/aws-controllers-k8s/sns-controller:1.2.0 ".
33
44Check its status by running:
55 kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}"
Original file line number Diff line number Diff line change 11apiVersion : rbac.authorization.k8s.io/v1
22kind : ClusterRoleBinding
33metadata :
4- name : {{ include "ack-sns-controller.app.fullname" . }}-namespace-caches
4+ name : {{ include "ack-sns-controller.app.fullname" . }}-namespaces-cache
55 labels :
66 app.kubernetes.io/name : {{ include "ack-sns-controller.app.name" . }}
77 app.kubernetes.io/instance : {{ .Release.Name }}
@@ -12,7 +12,7 @@ metadata:
1212roleRef :
1313 kind : ClusterRole
1414 apiGroup : rbac.authorization.k8s.io
15- name : {{ include "ack-sns-controller.app.fullname" . }}-namespace-caches
15+ name : {{ include "ack-sns-controller.app.fullname" . }}-namespaces-cache
1616subjects :
1717- kind : ServiceAccount
1818 name : {{ include "ack-sns-controller.service-account.name" . }}
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ spec:
205205 secretName : {{ .Values.aws.credentials.secretName }}
206206 {{- end }}
207207 {{- if .Values.deployment.extraVolumes }}
208- {{ toYaml .Values.deployment.extraVolumes | indent 8 }}
208+ {{- toYaml .Values.deployment.extraVolumes | nindent 8 }}
209209 {{- end }}
210210 {{- end }}
211211 {{- with .Values.deployment.strategy }}
Original file line number Diff line number Diff line change 44
55image :
66 repository : public.ecr.aws/aws-controllers-k8s/sns-controller
7- tag : 1.1.16
7+ tag : 1.2.0
88 pullPolicy : IfNotPresent
99 pullSecrets : []
1010
@@ -179,6 +179,6 @@ featureGates:
179179 # Enables the Team level granularity for CARM. See https://github.com/aws-controllers-k8s/community/issues/2031
180180 TeamLevelCARM : false
181181 # Enable ReadOnlyResources feature/annotation.
182- ReadOnlyResources : false
182+ ReadOnlyResources : true
183183 # Enable ResourceAdoption feature/annotation.
184- ResourceAdoption : false
184+ ResourceAdoption : true
You can’t perform that action at this time.
0 commit comments