Skip to content

Update to ACK runtime v0.43.0, code-generator v0.43.2 #91

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
Feb 20, 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
10 changes: 5 additions & 5 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-02-18T00:06:18Z"
build_hash: 66c0f840b0bcf6f552be46cf5ee0fb95ad57053e
go_version: go1.23.6
version: v0.43.0
api_directory_checksum: e3a6c7a62fcea61f2120123949ca1acf059daf87
build_date: "2025-02-20T18:06:32Z"
build_hash: a326346bd3a6973254d247c9ab2dc76790c36241
go_version: go1.24.0
version: v0.43.2
api_directory_checksum: d4bcac73647daf9aa536c9d87757f98e9f0d99ba
api_version: v1alpha1
aws_sdk_go_version: v1.32.6
generator_config_info:
Expand Down
2 changes: 1 addition & 1 deletion apis/v1alpha1/alias.go

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

2 changes: 1 addition & 1 deletion apis/v1alpha1/grant.go

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

10 changes: 9 additions & 1 deletion apis/v1alpha1/key.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/kms-controller
newTag: 1.0.21
newTag: 1.0.22
2 changes: 1 addition & 1 deletion config/crd/bases/kms.services.k8s.aws_aliases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ spec:
type: object
conditions:
description: |-
All CRS managed by ACK have a common `Status.Conditions` member that
All CRs managed by ACK have a common `Status.Conditions` member that
contains a collection of `ackv1alpha1.Condition` objects that describe
the various terminal states of the CR and its backend AWS service API
resource
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/kms.services.k8s.aws_grants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ spec:
type: object
conditions:
description: |-
All CRS managed by ACK have a common `Status.Conditions` member that
All CRs managed by ACK have a common `Status.Conditions` member that
contains a collection of `ackv1alpha1.Condition` objects that describe
the various terminal states of the CR and its backend AWS service API
resource
Expand Down
20 changes: 19 additions & 1 deletion config/crd/bases/kms.services.k8s.aws_keys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ spec:
must use the XksKeyId parameter to specify an external key that serves as
key material for the KMS key.
type: string
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
description:
description: |-
A description of the KMS key. Use a description that helps you decide whether
Expand All @@ -80,6 +83,9 @@ spec:

To set or change the description after the key is created, use UpdateKeyDescription.
type: string
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
enableKeyRotation:
type: boolean
keySpec:
Expand Down Expand Up @@ -124,6 +130,9 @@ spec:
* SM2 key pairs (encryption and decryption -or- signing and verification
-or- deriving shared secrets) SM2 (China Regions only)
type: string
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
keyUsage:
description: |-
Determines the cryptographic operations (https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#cryptographic-operations)
Expand All @@ -149,6 +158,9 @@ spec:
* For asymmetric KMS keys with SM2 key pairs (China Regions only), specify
ENCRYPT_DECRYPT, SIGN_VERIFY, or KEY_AGREEMENT.
type: string
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
multiRegion:
description: |-
Creates a multi-Region primary key that you can replicate into other Amazon
Expand All @@ -174,6 +186,9 @@ spec:
a multi-Region key with imported key material. However, you cannot create
a multi-Region key in a custom key store.
type: boolean
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
origin:
description: |-
The source of the key material for the KMS key. You cannot change the origin
Expand All @@ -196,6 +211,9 @@ spec:
parameter to identify the external key store and the XksKeyId parameter to
identify the associated external key. The KeySpec value must be SYMMETRIC_DEFAULT.
type: string
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
policy:
description: |-
The key policy to attach to the KMS key.
Expand Down Expand Up @@ -318,7 +336,7 @@ spec:
type: string
conditions:
description: |-
All CRS managed by ACK have a common `Status.Conditions` member that
All CRs managed by ACK have a common `Status.Conditions` member that
contains a collection of `ackv1alpha1.Condition` objects that describe
the various terminal states of the CR and its backend AWS service API
resource
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: kms-chart
description: A Helm chart for the ACK service controller for AWS Key Management Service (KMS)
version: 1.0.21
appVersion: 1.0.21
version: 1.0.22
appVersion: 1.0.22
home: https://github.com/aws-controllers-k8s/kms-controller
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion helm/crds/kms.services.k8s.aws_aliases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ spec:
type: object
conditions:
description: |-
All CRS managed by ACK have a common `Status.Conditions` member that
All CRs managed by ACK have a common `Status.Conditions` member that
contains a collection of `ackv1alpha1.Condition` objects that describe
the various terminal states of the CR and its backend AWS service API
resource
Expand Down
2 changes: 1 addition & 1 deletion helm/crds/kms.services.k8s.aws_grants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ spec:
type: object
conditions:
description: |-
All CRS managed by ACK have a common `Status.Conditions` member that
All CRs managed by ACK have a common `Status.Conditions` member that
contains a collection of `ackv1alpha1.Condition` objects that describe
the various terminal states of the CR and its backend AWS service API
resource
Expand Down
20 changes: 19 additions & 1 deletion helm/crds/kms.services.k8s.aws_keys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ spec:
must use the XksKeyId parameter to specify an external key that serves as
key material for the KMS key.
type: string
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
description:
description: |-
A description of the KMS key. Use a description that helps you decide whether
Expand All @@ -80,6 +83,9 @@ spec:

To set or change the description after the key is created, use UpdateKeyDescription.
type: string
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
enableKeyRotation:
type: boolean
keySpec:
Expand Down Expand Up @@ -124,6 +130,9 @@ spec:
- SM2 key pairs (encryption and decryption -or- signing and verification
-or- deriving shared secrets) SM2 (China Regions only)
type: string
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
keyUsage:
description: |-
Determines the cryptographic operations (https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#cryptographic-operations)
Expand All @@ -149,6 +158,9 @@ spec:
- For asymmetric KMS keys with SM2 key pairs (China Regions only), specify
ENCRYPT_DECRYPT, SIGN_VERIFY, or KEY_AGREEMENT.
type: string
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
multiRegion:
description: |-
Creates a multi-Region primary key that you can replicate into other Amazon
Expand All @@ -174,6 +186,9 @@ spec:
a multi-Region key with imported key material. However, you cannot create
a multi-Region key in a custom key store.
type: boolean
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
origin:
description: |-
The source of the key material for the KMS key. You cannot change the origin
Expand All @@ -196,6 +211,9 @@ spec:
parameter to identify the external key store and the XksKeyId parameter to
identify the associated external key. The KeySpec value must be SYMMETRIC_DEFAULT.
type: string
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
policy:
description: |-
The key policy to attach to the KMS key.
Expand Down Expand Up @@ -318,7 +336,7 @@ spec:
type: string
conditions:
description: |-
All CRS managed by ACK have a common `Status.Conditions` member that
All CRs managed by ACK have a common `Status.Conditions` member that
contains a collection of `ackv1alpha1.Condition` objects that describe
the various terminal states of the CR and its backend AWS service API
resource
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/kms-controller:1.0.21".
This chart deploys "public.ecr.aws/aws-controllers-k8s/kms-controller:1.0.22".

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/kms-controller
tag: 1.0.21
tag: 1.0.22
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down
27 changes: 0 additions & 27 deletions pkg/resource/key/sdk.go

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