File tree Expand file tree Collapse file tree 8 files changed +19
-19
lines changed Expand file tree Collapse file tree 8 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ aliases:
55 - a-hilaly
66 - jlbutler
77 - michaelhtm
8- - TiberiuGC
98 - rushmash91
109 - knottnt
1110 # emeritus-core-ack-team:
11+ # - TiberiuGC
1212 # - jaypipes
1313 # - jljaco
1414 # - mhausenblas
Original file line number Diff line number Diff line change 11ack_generate_info :
2- build_date : " 2025-05-08T19:50:19Z "
3- build_hash : a82538df1333319f8ec1d603f6cf293aefc46e1b
4- go_version : go1.24.1
5- version : v0.45.0-3-ga82538d
2+ build_date : " 2025-05-13T05:08:01Z "
3+ build_hash : 55bf57b2806c33a7fcd074be403f26ce3f8e58db
4+ go_version : go1.24.2
5+ version : v0.46.2
66api_directory_checksum : 7e1c19231d3275a1147157f6943a7391953f7001
77api_version : v1alpha1
88aws_sdk_go_version : v1.32.6
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/iam-controller
9- newTag : 1.3.20
9+ newTag : 1.3.21
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.24.0
55toolchain go1.24.1
66
77require (
8- github.com/aws-controllers-k8s/runtime v0.45.0
8+ github.com/aws-controllers-k8s/runtime v0.46.1
99 github.com/aws/aws-sdk-go v1.49.0
1010 github.com/aws/aws-sdk-go-v2 v1.34.0
1111 github.com/aws/aws-sdk-go-v2/service/iam v1.38.8
Original file line number Diff line number Diff line change 11github.com/a-hilaly/aws-iam-policy v0.0.0-20231121054900-2c56e839ca53 h1:2uNM0nR2WUDN88EYFxjEaroH+PZJ6k/h9kl+KO0dWVc =
22github.com/a-hilaly/aws-iam-policy v0.0.0-20231121054900-2c56e839ca53 /go.mod h1:Ojgst9ZFn+VEEJpqtuw/LxVGqEf2+hwWBlkYWvF/XWM =
3- github.com/aws-controllers-k8s/runtime v0.45.0 h1:b0xCqIE1SNve/jcJPW/QkCGkDmjxWtWTDFHKZpHJcFQ =
4- github.com/aws-controllers-k8s/runtime v0.45.0 /go.mod h1:G2UMBKA7qgXG4JV16NTIUp715uqvUEvWaa7TG1I527U =
3+ github.com/aws-controllers-k8s/runtime v0.46.1 h1:61RU6uYiFSp0cDhv52vAmaPzrebzoudtsp1fGkk6iLk =
4+ github.com/aws-controllers-k8s/runtime v0.46.1 /go.mod h1:G2UMBKA7qgXG4JV16NTIUp715uqvUEvWaa7TG1I527U =
55github.com/aws/aws-sdk-go v1.49.0 h1:g9BkW1fo9GqKfwg2+zCD+TW/D36Ux+vtfJ8guF4AYmY =
66github.com/aws/aws-sdk-go v1.49.0 /go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk =
77github.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 : iam-chart
33description : A Helm chart for the ACK service controller for AWS Identity & Access Management (IAM)
4- version : 1.3.20
5- appVersion : 1.3.20
4+ version : 1.3.21
5+ appVersion : 1.3.21
66home : https://github.com/aws-controllers-k8s/iam-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/iam-controller:1.3.20 ".
2+ This chart deploys "public.ecr.aws/aws-controllers-k8s/iam-controller:1.3.21 ".
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 44
55image :
66 repository : public.ecr.aws/aws-controllers-k8s/iam-controller
7- tag : 1.3.20
7+ tag : 1.3.21
88 pullPolicy : IfNotPresent
99 pullSecrets : []
1010
@@ -142,12 +142,12 @@ reconcile:
142142 # If empty, all resources will be reconciled.
143143 # If specified, only the listed resource kinds will be reconciled.
144144 resources :
145- - Groups
146- - Instanceprofiles
147- - Openidconnectproviders
148- - Policies
149- - Roles
150- - Users
145+ - Group
146+ - InstanceProfile
147+ - OpenIDConnectProvider
148+ - Policy
149+ - Role
150+ - User
151151
152152serviceAccount :
153153 # Specifies whether a service account should be created
You can’t perform that action at this time.
0 commit comments