Skip to content

Commit 3ca76b9

Browse files
authored
Update to ACK runtime v0.47.0, code-generator v0.47.1 (#176)
### Update to ACK runtime `v0.47.0`, code-generator `v0.47.1` ---------- * ACK code-generator `v0.47.1` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.47.1) * ACK runtime `v0.47.0` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.47.0) ---------- NOTE: This PR increments the release version of service controller from `v1.7.1` to `v1.7.2` Once this PR is merged, release `v1.7.2` will be automatically created for `lambda-controller` **Please close this PR, if you do not want the new patch release for `lambda-controller`** ---------- #### stdout for `make build-controller`: ``` building ack-generate ... ok. ==== building lambda-controller ==== Copying common custom resource definitions into lambda Building Kubernetes API objects for lambda Generating deepcopy code for lambda Generating custom resource definitions for lambda Building service controller for lambda Running GO mod tidy Generating RBAC manifests for lambda Running gofmt against generated code for lambda Updating additional GitHub repository maintenance files ==== building lambda-controller release artifacts ==== Building release artifacts for lambda-v1.7.2 Generating common custom resource definitions Generating custom resource definitions for lambda Generating RBAC manifests for lambda ``` ---------- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 488d7fd commit 3ca76b9

28 files changed

+282
-58
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-13T05:08:46Z"
3-
build_hash: 55bf57b2806c33a7fcd074be403f26ce3f8e58db
2+
build_date: "2025-05-24T00:31:31Z"
3+
build_hash: 66a58d259146834e61b211a9a01609beaa58ef77
44
go_version: go1.24.2
5-
version: v0.46.2
6-
api_directory_checksum: e0465b8e0cf7076ab51e30604f13a32cdf4957ae
5+
version: v0.47.1
6+
api_directory_checksum: f450e33f8433d18a9b5ac9dbecc6d2652d4f8513
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.32.6
99
generator_config_info:

apis/v1alpha1/alias.go

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

apis/v1alpha1/code_signing_config.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/event_source_mapping.go

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

apis/v1alpha1/function.go

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

apis/v1alpha1/function_url_config.go

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

apis/v1alpha1/layer_version.go

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

apis/v1alpha1/version.go

Lines changed: 20 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/lambda-controller
9-
newTag: 1.7.1
9+
newTag: 1.7.2

config/crd/bases/lambda.services.k8s.aws_aliases.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ spec:
108108
109109
The length constraint applies only to the full ARN. If you specify only the
110110
function name, it is limited to 64 characters in length.
111+
112+
Regex Pattern: `^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}(-gov)?-[a-z]+-\d{1}:)?(\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\$LATEST|[a-zA-Z0-9-_]+))?$`
111113
type: string
112114
functionRef:
113115
description: "AWSResourceReferenceWrapper provides a wrapper around
@@ -127,10 +129,16 @@ spec:
127129
type: object
128130
type: object
129131
functionVersion:
130-
description: The function version that the alias invokes.
132+
description: |-
133+
The function version that the alias invokes.
134+
135+
Regex Pattern: `^(\$LATEST|[0-9]+)$`
131136
type: string
132137
name:
133-
description: The name of the alias.
138+
description: |-
139+
The name of the alias.
140+
141+
Regex Pattern: `^(?!^[0-9]+$)([a-zA-Z0-9-_]+)$`
134142
type: string
135143
permissions:
136144
description: Permissions configures a set of Lambda permissions to

config/crd/bases/lambda.services.k8s.aws_codesigningconfigs.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,10 @@ spec:
9797
- region
9898
type: object
9999
codeSigningConfigID:
100-
description: Unique identifer for the Code signing configuration.
100+
description: |-
101+
Unique identifer for the Code signing configuration.
102+
103+
Regex Pattern: `^csc-[a-zA-Z0-9-_\.]{17}$`
101104
type: string
102105
conditions:
103106
description: |-

config/crd/bases/lambda.services.k8s.aws_eventsourcemappings.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ spec:
124124
* Amazon MQ – The ARN of the broker.
125125
126126
* Amazon DocumentDB – The ARN of the DocumentDB change stream.
127+
128+
Regex Pattern: `^arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:([a-z]{2}(-gov)?-[a-z]+-\d{1})?:(\d{12})?:(.*)$`
127129
type: string
128130
eventSourceRef:
129131
description: "AWSResourceReferenceWrapper provides a wrapper around
@@ -175,6 +177,8 @@ spec:
175177
176178
The length constraint applies only to the full ARN. If you specify only the
177179
function name, it's limited to 64 characters in length.
180+
181+
Regex Pattern: `^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}(-gov)?-[a-z]+-\d{1}:)?(\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\$LATEST|[a-zA-Z0-9-_]+))?$`
178182
type: string
179183
functionRef:
180184
description: "AWSResourceReferenceWrapper provides a wrapper around
@@ -400,7 +404,10 @@ spec:
400404
type: object
401405
type: array
402406
functionARN:
403-
description: The ARN of the Lambda function.
407+
description: |-
408+
The ARN of the Lambda function.
409+
410+
Regex Pattern: `^arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}(-gov)?-[a-z]+-\d{1}:\d{12}:function:[a-zA-Z0-9-_]+(:(\$LATEST|[a-zA-Z0-9-_]+))?$`
404411
type: string
405412
lastModified:
406413
description: |-

0 commit comments

Comments
 (0)