Skip to content

Commit 988427d

Browse files
authored
Update to ACK runtime v0.43.0, code-generator v0.43.2 (#93)
### Update to ACK runtime `v0.43.0`, code-generator `v0.43.2` ---------- * ACK code-generator `v0.43.2` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.43.2) * ACK runtime `v0.43.0` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.43.0) ---------- NOTE: This PR increments the release version of service controller from `v1.0.21` to `v1.0.22` Once this PR is merged, release `v1.0.22` 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. ==== 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.0.22 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 0db5c73 commit 988427d

32 files changed

+37
-37
lines changed

apis/v1alpha1/ack-generate-metadata.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
ack_generate_info:
2-
build_date: "2025-02-18T00:03:22Z"
3-
build_hash: 66c0f840b0bcf6f552be46cf5ee0fb95ad57053e
4-
go_version: go1.23.6
5-
version: v0.43.0
6-
api_directory_checksum: 0caba125d89fa0f348884976e726e0d5a421f25d
2+
build_date: "2025-02-20T18:23:08Z"
3+
build_hash: a326346bd3a6973254d247c9ab2dc76790c36241
4+
go_version: go1.24.0
5+
version: v0.43.2
6+
api_directory_checksum: 5111539ac4c4401f7da6826a1911e116e83f57a4
77
api_version: v1alpha1
88
aws_sdk_go_version: 1.32.6
99
generator_config_info:

apis/v1alpha1/api.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/api_mapping.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/authorizer.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/deployment.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/domain_name.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/integration.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/route.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/stage.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/vpc_link.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/controller/kustomization.yaml

+1-1
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.0.21
9+
newTag: 1.0.22

config/crd/bases/apigatewayv2.services.k8s.aws_apimappings.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ spec:
128128
type: string
129129
conditions:
130130
description: |-
131-
All CRS managed by ACK have a common `Status.Conditions` member that
131+
All CRs managed by ACK have a common `Status.Conditions` member that
132132
contains a collection of `ackv1alpha1.Condition` objects that describe
133133
the various terminal states of the CR and its backend AWS service API
134134
resource

config/crd/bases/apigatewayv2.services.k8s.aws_apis.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ spec:
212212
type: string
213213
conditions:
214214
description: |-
215-
All CRS managed by ACK have a common `Status.Conditions` member that
215+
All CRs managed by ACK have a common `Status.Conditions` member that
216216
contains a collection of `ackv1alpha1.Condition` objects that describe
217217
the various terminal states of the CR and its backend AWS service API
218218
resource

config/crd/bases/apigatewayv2.services.k8s.aws_authorizers.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ spec:
196196
type: string
197197
conditions:
198198
description: |-
199-
All CRS managed by ACK have a common `Status.Conditions` member that
199+
All CRs managed by ACK have a common `Status.Conditions` member that
200200
contains a collection of `ackv1alpha1.Condition` objects that describe
201201
the various terminal states of the CR and its backend AWS service API
202202
resource

config/crd/bases/apigatewayv2.services.k8s.aws_deployments.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ spec:
108108
type: boolean
109109
conditions:
110110
description: |-
111-
All CRS managed by ACK have a common `Status.Conditions` member that
111+
All CRs managed by ACK have a common `Status.Conditions` member that
112112
contains a collection of `ackv1alpha1.Condition` objects that describe
113113
the various terminal states of the CR and its backend AWS service API
114114
resource

config/crd/bases/apigatewayv2.services.k8s.aws_domainnames.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ spec:
126126
type: string
127127
conditions:
128128
description: |-
129-
All CRS managed by ACK have a common `Status.Conditions` member that
129+
All CRs managed by ACK have a common `Status.Conditions` member that
130130
contains a collection of `ackv1alpha1.Condition` objects that describe
131131
the various terminal states of the CR and its backend AWS service API
132132
resource

config/crd/bases/apigatewayv2.services.k8s.aws_integrations.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ spec:
304304
type: boolean
305305
conditions:
306306
description: |-
307-
All CRS managed by ACK have a common `Status.Conditions` member that
307+
All CRs managed by ACK have a common `Status.Conditions` member that
308308
contains a collection of `ackv1alpha1.Condition` objects that describe
309309
the various terminal states of the CR and its backend AWS service API
310310
resource

config/crd/bases/apigatewayv2.services.k8s.aws_routes.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ spec:
200200
type: boolean
201201
conditions:
202202
description: |-
203-
All CRS managed by ACK have a common `Status.Conditions` member that
203+
All CRs managed by ACK have a common `Status.Conditions` member that
204204
contains a collection of `ackv1alpha1.Condition` objects that describe
205205
the various terminal states of the CR and its backend AWS service API
206206
resource

config/crd/bases/apigatewayv2.services.k8s.aws_stages.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ spec:
199199
type: boolean
200200
conditions:
201201
description: |-
202-
All CRS managed by ACK have a common `Status.Conditions` member that
202+
All CRs managed by ACK have a common `Status.Conditions` member that
203203
contains a collection of `ackv1alpha1.Condition` objects that describe
204204
the various terminal states of the CR and its backend AWS service API
205205
resource

config/crd/bases/apigatewayv2.services.k8s.aws_vpclinks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ spec:
9898
type: object
9999
conditions:
100100
description: |-
101-
All CRS managed by ACK have a common `Status.Conditions` member that
101+
All CRs managed by ACK have a common `Status.Conditions` member that
102102
contains a collection of `ackv1alpha1.Condition` objects that describe
103103
the various terminal states of the CR and its backend AWS service API
104104
resource

helm/Chart.yaml

+2-2
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.0.21
5-
appVersion: 1.0.21
4+
version: 1.0.22
5+
appVersion: 1.0.22
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/crds/apigatewayv2.services.k8s.aws_apimappings.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ spec:
128128
type: string
129129
conditions:
130130
description: |-
131-
All CRS managed by ACK have a common `Status.Conditions` member that
131+
All CRs managed by ACK have a common `Status.Conditions` member that
132132
contains a collection of `ackv1alpha1.Condition` objects that describe
133133
the various terminal states of the CR and its backend AWS service API
134134
resource

helm/crds/apigatewayv2.services.k8s.aws_apis.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ spec:
212212
type: string
213213
conditions:
214214
description: |-
215-
All CRS managed by ACK have a common `Status.Conditions` member that
215+
All CRs managed by ACK have a common `Status.Conditions` member that
216216
contains a collection of `ackv1alpha1.Condition` objects that describe
217217
the various terminal states of the CR and its backend AWS service API
218218
resource

helm/crds/apigatewayv2.services.k8s.aws_authorizers.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ spec:
196196
type: string
197197
conditions:
198198
description: |-
199-
All CRS managed by ACK have a common `Status.Conditions` member that
199+
All CRs managed by ACK have a common `Status.Conditions` member that
200200
contains a collection of `ackv1alpha1.Condition` objects that describe
201201
the various terminal states of the CR and its backend AWS service API
202202
resource

helm/crds/apigatewayv2.services.k8s.aws_deployments.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ spec:
108108
type: boolean
109109
conditions:
110110
description: |-
111-
All CRS managed by ACK have a common `Status.Conditions` member that
111+
All CRs managed by ACK have a common `Status.Conditions` member that
112112
contains a collection of `ackv1alpha1.Condition` objects that describe
113113
the various terminal states of the CR and its backend AWS service API
114114
resource

helm/crds/apigatewayv2.services.k8s.aws_domainnames.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ spec:
126126
type: string
127127
conditions:
128128
description: |-
129-
All CRS managed by ACK have a common `Status.Conditions` member that
129+
All CRs managed by ACK have a common `Status.Conditions` member that
130130
contains a collection of `ackv1alpha1.Condition` objects that describe
131131
the various terminal states of the CR and its backend AWS service API
132132
resource

helm/crds/apigatewayv2.services.k8s.aws_integrations.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ spec:
304304
type: boolean
305305
conditions:
306306
description: |-
307-
All CRS managed by ACK have a common `Status.Conditions` member that
307+
All CRs managed by ACK have a common `Status.Conditions` member that
308308
contains a collection of `ackv1alpha1.Condition` objects that describe
309309
the various terminal states of the CR and its backend AWS service API
310310
resource

helm/crds/apigatewayv2.services.k8s.aws_routes.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ spec:
200200
type: boolean
201201
conditions:
202202
description: |-
203-
All CRS managed by ACK have a common `Status.Conditions` member that
203+
All CRs managed by ACK have a common `Status.Conditions` member that
204204
contains a collection of `ackv1alpha1.Condition` objects that describe
205205
the various terminal states of the CR and its backend AWS service API
206206
resource

helm/crds/apigatewayv2.services.k8s.aws_stages.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ spec:
199199
type: boolean
200200
conditions:
201201
description: |-
202-
All CRS managed by ACK have a common `Status.Conditions` member that
202+
All CRs managed by ACK have a common `Status.Conditions` member that
203203
contains a collection of `ackv1alpha1.Condition` objects that describe
204204
the various terminal states of the CR and its backend AWS service API
205205
resource

helm/crds/apigatewayv2.services.k8s.aws_vpclinks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ spec:
9898
type: object
9999
conditions:
100100
description: |-
101-
All CRS managed by ACK have a common `Status.Conditions` member that
101+
All CRs managed by ACK have a common `Status.Conditions` member that
102102
contains a collection of `ackv1alpha1.Condition` objects that describe
103103
the various terminal states of the CR and its backend AWS service API
104104
resource

helm/templates/NOTES.txt

+1-1
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.0.21".
2+
This chart deploys "public.ecr.aws/aws-controllers-k8s/apigatewayv2-controller:1.0.22".
33

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

helm/values.yaml

+1-1
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.0.21
7+
tag: 1.0.22
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

0 commit comments

Comments
 (0)