Skip to content

Commit c9fbf59

Browse files
authored
Update to ACK runtime v0.58.0, code-generator v0.58.1 (#174)
### Update to ACK runtime `v0.58.0`, code-generator `v0.58.1` ---------- * ACK code-generator `v0.58.1` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.58.1) * ACK runtime `v0.58.0` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.58.0) ---------- NOTE: This PR increments the release version of service controller from `v1.6.2` to `v1.6.3` Once this PR is merged, release `v1.6.3` will be automatically created for `iam-controller` **Please close this PR, if you do not want the new patch release for `iam-controller`** ---------- #### stdout for `make build-controller`: ``` building ack-generate ... ok. ==== building iam-controller ==== Copying common custom resource definitions into iam Building Kubernetes API objects for iam Generating deepcopy code for iam Generating custom resource definitions for iam Building service controller for iam Running GO mod tidy Generating RBAC manifests for iam Running gofmt against generated code for iam Updating additional GitHub repository maintenance files ==== building iam-controller release artifacts ==== Building release artifacts for iam-v1.6.3 Generating common custom resource definitions Generating custom resource definitions for iam Generating RBAC manifests for iam ``` ---------- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent d1c426e commit c9fbf59

7 files changed

Lines changed: 17 additions & 11 deletions

File tree

OWNERS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# See the OWNERS docs at https://go.k8s.io/owners
22

33
approvers:
4-
- core-ack-team
4+
- core-ack-team
5+
6+
reviewers:
7+
- core-ack-reviewers

OWNERS_ALIASES

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ aliases:
66
- jlbutler
77
- michaelhtm
88
- knottnt
9+
core-ack-reviewers:
10+
- gustavodiaz7722
11+
- sapphirew
912
# emeritus-core-ack-team:
1013
# - rushmash91
1114
# - TiberiuGC
@@ -14,4 +17,4 @@ aliases:
1417
# - mhausenblas
1518
# - RedbackThomson
1619
# - vijtrip2
17-
# - ivelichkovich
20+
# - ivelichkovich

apis/v1alpha1/ack-generate-metadata.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ack_generate_info:
2-
build_date: "2026-03-11T18:47:08Z"
3-
build_hash: 5ac6c79fbc941c426d8b70cba768820fc9296542
4-
go_version: go1.25.7
5-
version: v0.58.0
2+
build_date: "2026-04-22T18:13:10Z"
3+
build_hash: c55e8227b1ff5ac6a8b8e1421a2f2076fa6a77bd
4+
go_version: go1.26.2
5+
version: v0.58.1
66
api_directory_checksum: fcb205ac280ed1b0f107a291e5ea43d93c0991e9
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.32.6

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.6.2
9+
newTag: 1.6.3

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.6.2
5-
appVersion: 1.6.2
4+
version: 1.6.3
5+
appVersion: 1.6.3
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.6.2".
2+
This chart deploys "public.ecr.aws/aws-controllers-k8s/iam-controller:1.6.3".
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.6.2
7+
tag: 1.6.3
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

0 commit comments

Comments
 (0)