Skip to content

Commit ec0d9b5

Browse files
authored
Update to ACK runtime v0.58.0, code-generator v0.58.1 (#215)
### 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.3.2` to `v1.3.3` Once this PR is merged, release `v1.3.3` will be automatically created for `s3-controller` **Please close this PR, if you do not want the new patch release for `s3-controller`** ---------- #### stdout for `make build-controller`: ``` building ack-generate ... ok. ==== building s3-controller ==== Copying common custom resource definitions into s3 Building Kubernetes API objects for s3 Generating deepcopy code for s3 Generating custom resource definitions for s3 Building service controller for s3 Running GO mod tidy Generating RBAC manifests for s3 Running gofmt against generated code for s3 Updating additional GitHub repository maintenance files ==== building s3-controller release artifacts ==== Building release artifacts for s3-v1.3.3 Generating common custom resource definitions Generating custom resource definitions for s3 Generating RBAC manifests for s3 ``` ---------- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 9e175a4 commit ec0d9b5

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:46:55Z"
3-
build_hash: 5ac6c79fbc941c426d8b70cba768820fc9296542
4-
go_version: go1.25.7
5-
version: v0.58.0
2+
build_date: "2026-04-22T18:23:46Z"
3+
build_hash: c55e8227b1ff5ac6a8b8e1421a2f2076fa6a77bd
4+
go_version: go1.26.2
5+
version: v0.58.1
66
api_directory_checksum: eacd8486c6745fb88c373c09fd904d2268e5538f
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/s3-controller
9-
newTag: 1.3.2
9+
newTag: 1.3.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: s3-chart
33
description: A Helm chart for the ACK service controller for Amazon Simple Storage Service (S3)
4-
version: 1.3.2
5-
appVersion: 1.3.2
4+
version: 1.3.3
5+
appVersion: 1.3.3
66
home: https://github.com/aws-controllers-k8s/s3-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/s3-controller:1.3.2".
2+
This chart deploys "public.ecr.aws/aws-controllers-k8s/s3-controller:1.3.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/s3-controller
7-
tag: 1.3.2
7+
tag: 1.3.3
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

0 commit comments

Comments
 (0)