Skip to content

Commit 9d4cc14

Browse files
author
ci-robot
committed
Update to ACK runtime v0.47.0, code-generator v0.47.1
1 parent 488d7fd commit 9d4cc14

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

0 commit comments

Comments
 (0)