Skip to content

Commit 9ce397e

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

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:51:27Z"
3-
build_hash: 5ac6c79fbc941c426d8b70cba768820fc9296542
4-
go_version: go1.25.7
5-
version: v0.58.0
2+
build_date: "2026-04-22T18:11:57Z"
3+
build_hash: c55e8227b1ff5ac6a8b8e1421a2f2076fa6a77bd
4+
go_version: go1.26.2
5+
version: v0.58.1
66
api_directory_checksum: 5111539ac4c4401f7da6826a1911e116e83f57a4
77
api_version: v1alpha1
88
aws_sdk_go_version: 1.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/apigatewayv2-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: apigatewayv2-chart
33
description: A Helm chart for the ACK service controller for Amazon API Gateway (APIGWv2)
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/apigatewayv2-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/apigatewayv2-controller:1.2.2".
2+
This chart deploys "public.ecr.aws/aws-controllers-k8s/apigatewayv2-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/apigatewayv2-controller
7-
tag: 1.2.2
7+
tag: 1.2.3
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

0 commit comments

Comments
 (0)