Skip to content

Generate with code-generator v0.47.1 #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions apis/v1alpha1/ack-generate-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ack_generate_info:
build_date: "2025-05-13T04:51:10Z"
build_hash: 55bf57b2806c33a7fcd074be403f26ce3f8e58db
build_date: "2025-05-28T16:46:26Z"
build_hash: 66a58d259146834e61b211a9a01609beaa58ef77
go_version: go1.24.2
version: v0.46.2
api_directory_checksum: 94b9a1c92c36be454d70625764b603b5c2d5b554
version: v0.47.1
api_directory_checksum: d82f4d79382f6fe41728ddbdfb5ec025b658575f
api_version: v1alpha1
aws_sdk_go_version: v1.32.6
generator_config_info:
Expand Down
2 changes: 2 additions & 0 deletions apis/v1alpha1/api_integration_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions apis/v1alpha1/api_method_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/controller/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ kind: Kustomization
images:
- name: controller
newName: public.ecr.aws/aws-controllers-k8s/apigateway-controller
newTag: 1.2.2
newTag: 1.2.3
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ spec:
description: |-
Specifies the status code that is used to map the integration response to
an existing MethodResponse.

Regex Pattern: `^[1-5]\d\d$`
type: string
x-kubernetes-validations:
- message: Value is immutable once set
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,10 @@ spec:
type: object
type: object
statusCode:
description: The method response's status code.
description: |-
The method response's status code.

Regex Pattern: `^[1-5]\d\d$`
type: string
x-kubernetes-validations:
- message: Value is immutable once set
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.24.1

require (
github.com/aws-controllers-k8s/ec2-controller v1.2.15
github.com/aws-controllers-k8s/runtime v0.46.1
github.com/aws-controllers-k8s/runtime v0.47.0
github.com/aws/aws-sdk-go v1.55.0
github.com/aws/aws-sdk-go-v2 v1.36.0
github.com/aws/aws-sdk-go-v2/service/apigateway v1.28.10
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/aws-controllers-k8s/ec2-controller v1.2.15 h1:Cij1ho3w0NxCJZOLG3ggUp8DnP/fvj43f0DSIRnySpM=
github.com/aws-controllers-k8s/ec2-controller v1.2.15/go.mod h1:G27V4zTX8qoNQBm5TlEn1IxJSzB8XdFEYJiXPVgjcvE=
github.com/aws-controllers-k8s/runtime v0.46.1 h1:61RU6uYiFSp0cDhv52vAmaPzrebzoudtsp1fGkk6iLk=
github.com/aws-controllers-k8s/runtime v0.46.1/go.mod h1:G2UMBKA7qgXG4JV16NTIUp715uqvUEvWaa7TG1I527U=
github.com/aws-controllers-k8s/runtime v0.47.0 h1:pWzMLrwAFrAmMuSukYDLrQp5Yw594w1ke6XWGmI3uyo=
github.com/aws-controllers-k8s/runtime v0.47.0/go.mod h1:G2UMBKA7qgXG4JV16NTIUp715uqvUEvWaa7TG1I527U=
github.com/aws/aws-sdk-go v1.55.0 h1:hVALKPjXz33kP1R9nTyJpUK7qF59dO2mleQxUW9mCVE=
github.com/aws/aws-sdk-go v1.55.0/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
github.com/aws/aws-sdk-go-v2 v1.36.0 h1:b1wM5CcE65Ujwn565qcwgtOTT1aT4ADOHHgglKjG7fk=
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: apigateway-chart
description: A Helm chart for the ACK service controller for Amazon API Gateway (apigateway)
version: 1.2.2
appVersion: 1.2.2
version: 1.2.3
appVersion: 1.2.3
home: https://github.com/aws-controllers-k8s/apigateway-controller
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
sources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ spec:
description: |-
Specifies the status code that is used to map the integration response to
an existing MethodResponse.

Regex Pattern: `^[1-5]\d\d$`
type: string
x-kubernetes-validations:
- message: Value is immutable once set
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,10 @@ spec:
type: object
type: object
statusCode:
description: The method response's status code.
description: |-
The method response's status code.

Regex Pattern: `^[1-5]\d\d$`
type: string
x-kubernetes-validations:
- message: Value is immutable once set
Expand Down
2 changes: 1 addition & 1 deletion helm/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ .Chart.Name }} has been installed.
This chart deploys "public.ecr.aws/aws-controllers-k8s/apigateway-controller:1.2.2".
This chart deploys "public.ecr.aws/aws-controllers-k8s/apigateway-controller:1.2.3".

Check its status by running:
kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}"
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

image:
repository: public.ecr.aws/aws-controllers-k8s/apigateway-controller
tag: 1.2.2
tag: 1.2.3
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down