Skip to content

Commit dedf4db

Browse files
authored
Update to ACK runtime v0.59.1, code-generator v0.59.1 (#218)
### Update to ACK runtime `v0.59.1`, code-generator `v0.59.1` ---------- * ACK code-generator `v0.59.1` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.59.1) * ACK runtime `v0.59.1` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.59.1) ---------- NOTE: This PR increments the release version of service controller from `v1.12.2` to `v1.13.0` Once this PR is merged, release `v1.13.0` 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.13.0 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 e5a7785 commit dedf4db

42 files changed

Lines changed: 190 additions & 22 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apis/v1alpha1/ack-generate-metadata.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ack_generate_info:
2-
build_date: "2026-04-23T17:54:59Z"
3-
build_hash: c55e8227b1ff5ac6a8b8e1421a2f2076fa6a77bd
4-
go_version: go1.26.2
5-
version: v0.58.1
2+
build_date: "2026-05-19T18:45:56Z"
3+
build_hash: e581e886276bd781409a3fb11fa665ea31de17d4
4+
go_version: go1.26.3
5+
version: v0.59.1
66
api_directory_checksum: ad8a2035e4a8544f07f3e4abca4230d8f263825f
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.41.0

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.12.2
9+
newTag: 1.13.0

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,10 @@ spec:
224224
OwnerAccountID is the AWS Account ID of the account that owns the
225225
backend AWS service API resource.
226226
type: string
227+
partition:
228+
description: Partition is the AWS partition in which the resource
229+
exists or will exist
230+
type: string
227231
region:
228232
description: Region is the AWS region in which the resource exists
229233
or will exist.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ spec:
8888
OwnerAccountID is the AWS Account ID of the account that owns the
8989
backend AWS service API resource.
9090
type: string
91+
partition:
92+
description: Partition is the AWS partition in which the resource
93+
exists or will exist
94+
type: string
9195
region:
9296
description: Region is the AWS region in which the resource exists
9397
or will exist.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,10 @@ spec:
472472
OwnerAccountID is the AWS Account ID of the account that owns the
473473
backend AWS service API resource.
474474
type: string
475+
partition:
476+
description: Partition is the AWS partition in which the resource
477+
exists or will exist
478+
type: string
475479
region:
476480
description: Region is the AWS region in which the resource exists
477481
or will exist.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,10 @@ spec:
490490
OwnerAccountID is the AWS Account ID of the account that owns the
491491
backend AWS service API resource.
492492
type: string
493+
partition:
494+
description: Partition is the AWS partition in which the resource
495+
exists or will exist
496+
type: string
493497
region:
494498
description: Region is the AWS region in which the resource exists
495499
or will exist.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ spec:
143143
OwnerAccountID is the AWS Account ID of the account that owns the
144144
backend AWS service API resource.
145145
type: string
146+
partition:
147+
description: Partition is the AWS partition in which the resource
148+
exists or will exist
149+
type: string
146150
region:
147151
description: Region is the AWS region in which the resource exists
148152
or will exist.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ spec:
115115
OwnerAccountID is the AWS Account ID of the account that owns the
116116
backend AWS service API resource.
117117
type: string
118+
partition:
119+
description: Partition is the AWS partition in which the resource
120+
exists or will exist
121+
type: string
118122
region:
119123
description: Region is the AWS region in which the resource exists
120124
or will exist.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@ spec:
166166
OwnerAccountID is the AWS Account ID of the account that owns the
167167
backend AWS service API resource.
168168
type: string
169+
partition:
170+
description: Partition is the AWS partition in which the resource
171+
exists or will exist
172+
type: string
169173
region:
170174
description: Region is the AWS region in which the resource exists
171175
or will exist.

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ require (
88
github.com/aws-controllers-k8s/kafka-controller v0.0.0-20230615185632-102279061de1
99
github.com/aws-controllers-k8s/kms-controller v1.0.30
1010
github.com/aws-controllers-k8s/mq-controller v0.0.22
11-
github.com/aws-controllers-k8s/runtime v0.58.0
11+
github.com/aws-controllers-k8s/runtime v0.59.1
1212
github.com/aws-controllers-k8s/s3-controller v0.1.5
1313
github.com/aws-controllers-k8s/secretsmanager-controller v1.1.0
1414
github.com/aws/aws-sdk-go v1.49.0
1515
github.com/aws/aws-sdk-go-v2 v1.41.5
1616
github.com/aws/aws-sdk-go-v2/service/lambda v1.88.5
1717
github.com/aws/smithy-go v1.24.2
1818
github.com/go-logr/logr v1.4.3
19-
github.com/micahhausler/aws-iam-policy v0.4.4
19+
github.com/micahhausler/aws-iam-policy v0.4.5-0.20260511184658-411e29b8ffd2
2020
github.com/spf13/pflag v1.0.9
2121
k8s.io/api v0.35.0
2222
k8s.io/apimachinery v0.35.0

0 commit comments

Comments
 (0)