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:
5
5
- a-hilaly
6
6
- jlbutler
7
7
- michaelhtm
8
- - TiberiuGC
9
8
- rushmash91
10
9
- knottnt
11
10
# emeritus-core-ack-team:
11
+ # - TiberiuGC
12
12
# - jaypipes
13
13
# - jljaco
14
14
# - mhausenblas
Original file line number Diff line number Diff line change 1
1
ack_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
6
6
api_directory_checksum : 7e1c19231d3275a1147157f6943a7391953f7001
7
7
api_version : v1alpha1
8
8
aws_sdk_go_version : v1.32.6
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ kind: Kustomization
6
6
images :
7
7
- name : controller
8
8
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
5
5
toolchain go1.24.1
6
6
7
7
require (
8
- github.com/aws-controllers-k8s/runtime v0.45.0
8
+ github.com/aws-controllers-k8s/runtime v0.46.1
9
9
github.com/aws/aws-sdk-go v1.49.0
10
10
github.com/aws/aws-sdk-go-v2 v1.34.0
11
11
github.com/aws/aws-sdk-go-v2/service/iam v1.38.8
Original file line number Diff line number Diff line change 1
1
github.com/a-hilaly/aws-iam-policy v0.0.0-20231121054900-2c56e839ca53 h1:2uNM0nR2WUDN88EYFxjEaroH+PZJ6k/h9kl+KO0dWVc =
2
2
github.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 =
5
5
github.com/aws/aws-sdk-go v1.49.0 h1:g9BkW1fo9GqKfwg2+zCD+TW/D36Ux+vtfJ8guF4AYmY =
6
6
github.com/aws/aws-sdk-go v1.49.0 /go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk =
7
7
github.com/aws/aws-sdk-go-v2 v1.34.0 h1:9iyL+cjifckRGEVpRKZP3eIxVlL06Qk1Tk13vreaVQU =
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : iam-chart
3
3
description : 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
6
6
home : https://github.com/aws-controllers-k8s/iam-controller
7
7
icon : https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
8
8
sources :
Original file line number Diff line number Diff line change 1
1
{{ .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 ".
3
3
4
4
Check its status by running:
5
5
kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}"
Original file line number Diff line number Diff line change 4
4
5
5
image :
6
6
repository : public.ecr.aws/aws-controllers-k8s/iam-controller
7
- tag : 1.3.20
7
+ tag : 1.3.21
8
8
pullPolicy : IfNotPresent
9
9
pullSecrets : []
10
10
@@ -142,12 +142,12 @@ reconcile:
142
142
# If empty, all resources will be reconciled.
143
143
# If specified, only the listed resource kinds will be reconciled.
144
144
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
151
151
152
152
serviceAccount :
153
153
# Specifies whether a service account should be created
You can’t perform that action at this time.
0 commit comments