Skip to content

Commit cc84c98

Browse files
authored
Generate with code-generator v0.47.1 (#44)
Description of changes: - Run code-generator v0.47.1 - Update runtime to v0.47.0 - Update patch version to 1.2.3 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 90802dc commit cc84c98

13 files changed

+28
-14
lines changed

apis/v1alpha1/ack-generate-metadata.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
ack_generate_info:
2-
build_date: "2025-05-13T04:51:10Z"
3-
build_hash: 55bf57b2806c33a7fcd074be403f26ce3f8e58db
2+
build_date: "2025-05-28T16:46:26Z"
3+
build_hash: 66a58d259146834e61b211a9a01609beaa58ef77
44
go_version: go1.24.2
5-
version: v0.46.2
6-
api_directory_checksum: 94b9a1c92c36be454d70625764b603b5c2d5b554
5+
version: v0.47.1
6+
api_directory_checksum: d82f4d79382f6fe41728ddbdfb5ec025b658575f
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.32.6
99
generator_config_info:

apis/v1alpha1/api_integration_response.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/api_method_response.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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/apigateway-controller
9-
newTag: 1.2.2
9+
newTag: 1.2.3

config/crd/bases/apigateway.services.k8s.aws_apiintegrationresponses.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ spec:
129129
description: |-
130130
Specifies the status code that is used to map the integration response to
131131
an existing MethodResponse.
132+
133+
Regex Pattern: `^[1-5]\d\d$`
132134
type: string
133135
x-kubernetes-validations:
134136
- message: Value is immutable once set

config/crd/bases/apigateway.services.k8s.aws_apimethodresponses.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,10 @@ spec:
116116
type: object
117117
type: object
118118
statusCode:
119-
description: The method response's status code.
119+
description: |-
120+
The method response's status code.
121+
122+
Regex Pattern: `^[1-5]\d\d$`
120123
type: string
121124
x-kubernetes-validations:
122125
- message: Value is immutable once set

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.24.1
66

77
require (
88
github.com/aws-controllers-k8s/ec2-controller v1.2.15
9-
github.com/aws-controllers-k8s/runtime v0.46.1
9+
github.com/aws-controllers-k8s/runtime v0.47.0
1010
github.com/aws/aws-sdk-go v1.55.0
1111
github.com/aws/aws-sdk-go-v2 v1.36.0
1212
github.com/aws/aws-sdk-go-v2/service/apigateway v1.28.10

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/aws-controllers-k8s/ec2-controller v1.2.15 h1:Cij1ho3w0NxCJZOLG3ggUp8DnP/fvj43f0DSIRnySpM=
22
github.com/aws-controllers-k8s/ec2-controller v1.2.15/go.mod h1:G27V4zTX8qoNQBm5TlEn1IxJSzB8XdFEYJiXPVgjcvE=
3-
github.com/aws-controllers-k8s/runtime v0.46.1 h1:61RU6uYiFSp0cDhv52vAmaPzrebzoudtsp1fGkk6iLk=
4-
github.com/aws-controllers-k8s/runtime v0.46.1/go.mod h1:G2UMBKA7qgXG4JV16NTIUp715uqvUEvWaa7TG1I527U=
3+
github.com/aws-controllers-k8s/runtime v0.47.0 h1:pWzMLrwAFrAmMuSukYDLrQp5Yw594w1ke6XWGmI3uyo=
4+
github.com/aws-controllers-k8s/runtime v0.47.0/go.mod h1:G2UMBKA7qgXG4JV16NTIUp715uqvUEvWaa7TG1I527U=
55
github.com/aws/aws-sdk-go v1.55.0 h1:hVALKPjXz33kP1R9nTyJpUK7qF59dO2mleQxUW9mCVE=
66
github.com/aws/aws-sdk-go v1.55.0/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
77
github.com/aws/aws-sdk-go-v2 v1.36.0 h1:b1wM5CcE65Ujwn565qcwgtOTT1aT4ADOHHgglKjG7fk=

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: apigateway-chart
33
description: A Helm chart for the ACK service controller for Amazon API Gateway (apigateway)
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/apigateway-controller
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

helm/crds/apigateway.services.k8s.aws_apiintegrationresponses.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ spec:
129129
description: |-
130130
Specifies the status code that is used to map the integration response to
131131
an existing MethodResponse.
132+
133+
Regex Pattern: `^[1-5]\d\d$`
132134
type: string
133135
x-kubernetes-validations:
134136
- message: Value is immutable once set

0 commit comments

Comments
 (0)