Skip to content

Commit 3e4fbee

Browse files
authored
Update to ACK runtime v0.47.0, code-generator v0.47.1 (#101)
### 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.0.26` to `v1.0.27` Once this PR is merged, release `v1.0.27` will be automatically created for `kms-controller` **Please close this PR, if you do not want the new patch release for `kms-controller`** ---------- #### stdout for `make build-controller`: ``` building ack-generate ... ok. ==== building kms-controller ==== Copying common custom resource definitions into kms Building Kubernetes API objects for kms Generating deepcopy code for kms Generating custom resource definitions for kms Building service controller for kms Running GO mod tidy Generating RBAC manifests for kms Running gofmt against generated code for kms Updating additional GitHub repository maintenance files ==== building kms-controller release artifacts ==== Building release artifacts for kms-v1.0.27 Generating common custom resource definitions Generating custom resource definitions for kms Generating RBAC manifests for kms ``` ---------- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 0fea3ae commit 3e4fbee

16 files changed

+48
-12
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:57:12Z"
3-
build_hash: 55bf57b2806c33a7fcd074be403f26ce3f8e58db
2+
build_date: "2025-05-24T00:15:27Z"
3+
build_hash: 66a58d259146834e61b211a9a01609beaa58ef77
44
go_version: go1.24.2
5-
version: v0.46.2
6-
api_directory_checksum: d4bcac73647daf9aa536c9d87757f98e9f0d99ba
5+
version: v0.47.1
6+
api_directory_checksum: d7d7a0e4a96da2505f9eb6d591444f6381f5d52e
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.32.6
99
generator_config_info:

apis/v1alpha1/alias.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/grant.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/key.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.

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/kms-controller
9-
newTag: 1.0.26
9+
newTag: 1.0.27

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ spec:
5151
alphanumeric characters, forward slashes (/), underscores (_), and dashes
5252
(-). The alias name cannot begin with alias/aws/. The alias/aws/ prefix is
5353
reserved for Amazon Web Services managed keys (https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk).
54+
55+
Regex Pattern: `^[a-zA-Z0-9:/_-]+$`
5456
type: string
5557
targetKeyID:
5658
description: |-

config/crd/bases/kms.services.k8s.aws_grants.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ spec:
101101
accounts, IAM users, IAM roles, federated users, and assumed role users.
102102
For help with the ARN syntax for a principal, see IAM ARNs (https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html#identifiers-arns)
103103
in the Identity and Access Management User Guide .
104+
105+
Regex Pattern: `^[\w+=,.@:/-]+$`
104106
type: string
105107
keyID:
106108
description: |-
@@ -152,6 +154,8 @@ spec:
152154
without creating a new grant. Note that the returned grant token is unique
153155
with every CreateGrant request, even when a duplicate GrantId is returned.
154156
All grant tokens for the same grant ID can be used interchangeably.
157+
158+
Regex Pattern: `^[a-zA-Z0-9:/_-]+$`
155159
type: string
156160
operations:
157161
description: |-
@@ -182,6 +186,8 @@ spec:
182186
permission to retire the grant or revoke the grant. For details, see RevokeGrant
183187
and Retiring and revoking grants (https://docs.aws.amazon.com/kms/latest/developerguide/grant-manage.html#grant-delete)
184188
in the Key Management Service Developer Guide.
189+
190+
Regex Pattern: `^[\w+=,.@:/-]+$`
185191
type: string
186192
required:
187193
- granteePrincipal

config/crd/bases/kms.services.k8s.aws_keys.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@ spec:
244244
For help writing and formatting a JSON policy document, see the IAM JSON
245245
Policy Reference (https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies.html)
246246
in the Identity and Access Management User Guide .
247+
248+
Regex Pattern: `^[\u0009\u000A\u000D\u0020-\u00FF]+$`
247249
type: string
248250
tags:
249251
description: |-
@@ -333,6 +335,8 @@ spec:
333335
KMS creates the key material for the KMS key in the associated CloudHSM cluster.
334336
This field is present only when the KMS key is created in an CloudHSM key
335337
store.
338+
339+
Regex Pattern: `^cluster-[2-7a-zA-Z]{11,16}$`
336340
type: string
337341
conditions:
338342
description: |-

go.mod

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

77
require (
8-
github.com/aws-controllers-k8s/runtime v0.46.1
8+
github.com/aws-controllers-k8s/runtime v0.47.0
99
github.com/aws/aws-sdk-go v1.49.0
1010
github.com/aws/aws-sdk-go-v2 v1.34.0
1111
github.com/aws/aws-sdk-go-v2/service/kms v1.37.14

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/aws-controllers-k8s/runtime v0.46.1 h1:61RU6uYiFSp0cDhv52vAmaPzrebzoudtsp1fGkk6iLk=
2-
github.com/aws-controllers-k8s/runtime v0.46.1/go.mod h1:G2UMBKA7qgXG4JV16NTIUp715uqvUEvWaa7TG1I527U=
1+
github.com/aws-controllers-k8s/runtime v0.47.0 h1:pWzMLrwAFrAmMuSukYDLrQp5Yw594w1ke6XWGmI3uyo=
2+
github.com/aws-controllers-k8s/runtime v0.47.0/go.mod h1:G2UMBKA7qgXG4JV16NTIUp715uqvUEvWaa7TG1I527U=
33
github.com/aws/aws-sdk-go v1.49.0 h1:g9BkW1fo9GqKfwg2+zCD+TW/D36Ux+vtfJ8guF4AYmY=
44
github.com/aws/aws-sdk-go v1.49.0/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk=
55
github.com/aws/aws-sdk-go-v2 v1.34.0 h1:9iyL+cjifckRGEVpRKZP3eIxVlL06Qk1Tk13vreaVQU=

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: kms-chart
33
description: A Helm chart for the ACK service controller for AWS Key Management Service (KMS)
4-
version: 1.0.26
5-
appVersion: 1.0.26
4+
version: 1.0.27
5+
appVersion: 1.0.27
66
home: https://github.com/aws-controllers-k8s/kms-controller
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

helm/crds/kms.services.k8s.aws_aliases.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ spec:
5151
alphanumeric characters, forward slashes (/), underscores (_), and dashes
5252
(-). The alias name cannot begin with alias/aws/. The alias/aws/ prefix is
5353
reserved for Amazon Web Services managed keys (https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk).
54+
55+
Regex Pattern: `^[a-zA-Z0-9:/_-]+$`
5456
type: string
5557
targetKeyID:
5658
description: |-

helm/crds/kms.services.k8s.aws_grants.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ spec:
101101
accounts, IAM users, IAM roles, federated users, and assumed role users.
102102
For help with the ARN syntax for a principal, see IAM ARNs (https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html#identifiers-arns)
103103
in the Identity and Access Management User Guide .
104+
105+
Regex Pattern: `^[\w+=,.@:/-]+$`
104106
type: string
105107
keyID:
106108
description: |-
@@ -152,6 +154,8 @@ spec:
152154
without creating a new grant. Note that the returned grant token is unique
153155
with every CreateGrant request, even when a duplicate GrantId is returned.
154156
All grant tokens for the same grant ID can be used interchangeably.
157+
158+
Regex Pattern: `^[a-zA-Z0-9:/_-]+$`
155159
type: string
156160
operations:
157161
description: |-
@@ -182,6 +186,8 @@ spec:
182186
permission to retire the grant or revoke the grant. For details, see RevokeGrant
183187
and Retiring and revoking grants (https://docs.aws.amazon.com/kms/latest/developerguide/grant-manage.html#grant-delete)
184188
in the Key Management Service Developer Guide.
189+
190+
Regex Pattern: `^[\w+=,.@:/-]+$`
185191
type: string
186192
required:
187193
- granteePrincipal

helm/crds/kms.services.k8s.aws_keys.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@ spec:
244244
For help writing and formatting a JSON policy document, see the IAM JSON
245245
Policy Reference (https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies.html)
246246
in the Identity and Access Management User Guide .
247+
248+
Regex Pattern: `^[\u0009\u000A\u000D\u0020-\u00FF]+$`
247249
type: string
248250
tags:
249251
description: |-
@@ -333,6 +335,8 @@ spec:
333335
KMS creates the key material for the KMS key in the associated CloudHSM cluster.
334336
This field is present only when the KMS key is created in an CloudHSM key
335337
store.
338+
339+
Regex Pattern: `^cluster-[2-7a-zA-Z]{11,16}$`
336340
type: string
337341
conditions:
338342
description: |-

helm/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ .Chart.Name }} has been installed.
2-
This chart deploys "public.ecr.aws/aws-controllers-k8s/kms-controller:1.0.26".
2+
This chart deploys "public.ecr.aws/aws-controllers-k8s/kms-controller:1.0.27".
33

44
Check its status by running:
55
kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}"

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
image:
66
repository: public.ecr.aws/aws-controllers-k8s/kms-controller
7-
tag: 1.0.26
7+
tag: 1.0.27
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

0 commit comments

Comments
 (0)