Skip to content

Commit 127ea77

Browse files
committed
Merge origin/main and resolve metadata conflict
2 parents 0c5bb34 + 917607b commit 127ea77

8 files changed

Lines changed: 12 additions & 8 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
22
build_date: "2026-06-19T12:50:10Z"
33
build_hash: e581e886276bd781409a3fb11fa665ea31de17d4
4-
go_version: go1.26.3
4+
go_version: go1.26.0
55
version: v0.59.1
66
api_directory_checksum: 1160a330c5825c076085ff877addb26a2a8aa839
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.32.6
99
generator_config_info:
10-
file_checksum: 5a412f0cf6a9b9774ccbe2c7214baf1b14bdb89e
10+
file_checksum: 1339c27fce2a31f19582bb8951f169b93d4af15b
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/generator.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ resources:
178178
method: Create
179179
Path:
180180
late_initialize: {}
181+
PolicyDocument:
182+
is_iam_policy: true
181183
Tags:
182184
compare:
183185
is_ignored: true

config/controller/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ kind: Kustomization
66
images:
77
- name: controller
88
newName: public.ecr.aws/aws-controllers-k8s/iam-controller
9-
newTag: 1.7.0
9+
newTag: 1.7.1

generator.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ resources:
178178
method: Create
179179
Path:
180180
late_initialize: {}
181+
PolicyDocument:
182+
is_iam_policy: true
181183
Tags:
182184
compare:
183185
is_ignored: true

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: iam-chart
33
description: A Helm chart for the ACK service controller for AWS Identity & Access Management (IAM)
4-
version: 1.7.0
5-
appVersion: 1.7.0
4+
version: 1.7.1
5+
appVersion: 1.7.1
66
home: https://github.com/aws-controllers-k8s/iam-controller
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

helm/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ .Chart.Name }} has been installed.
2-
This chart deploys "public.ecr.aws/aws-controllers-k8s/iam-controller:1.7.0".
2+
This chart deploys "public.ecr.aws/aws-controllers-k8s/iam-controller:1.7.1".
33

44
Check its status by running:
55
kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}"

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
image:
66
repository: public.ecr.aws/aws-controllers-k8s/iam-controller
7-
tag: 1.7.0
7+
tag: 1.7.1
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

pkg/resource/policy/delta.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)