Skip to content

Commit bb7d1b4

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

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:50:34Z"
3-
build_hash: 5ac6c79fbc941c426d8b70cba768820fc9296542
4-
go_version: go1.25.7
5-
version: v0.58.0
2+
build_date: "2026-04-22T18:24:01Z"
3+
build_hash: c55e8227b1ff5ac6a8b8e1421a2f2076fa6a77bd
4+
go_version: go1.26.2
5+
version: v0.58.1
66
api_directory_checksum: 0e782a723bef4fdbbe330195438a37185b3553e6
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/ses-controller
9-
newTag: 1.2.2
9+
newTag: 1.2.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: ses-chart
33
description: A Helm chart for the ACK service controller for Simple Email Service (SES)
4-
version: 1.2.2
5-
appVersion: 1.2.2
4+
version: 1.2.3
5+
appVersion: 1.2.3
66
home: https://github.com/aws-controllers-k8s/ses-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/ses-controller:1.2.2".
2+
This chart deploys "public.ecr.aws/aws-controllers-k8s/ses-controller:1.2.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/ses-controller
7-
tag: 1.2.2
7+
tag: 1.2.3
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

0 commit comments

Comments
 (0)