From 6c20cab4d4cfd394283503c451333caf69fee4f8 Mon Sep 17 00:00:00 2001 From: ci-robot Date: Thu, 20 Feb 2025 18:14:19 +0000 Subject: [PATCH] Update to ACK runtime `v0.43.0`, code-generator `v0.43.2` --- apis/v1alpha1/ack-generate-metadata.yaml | 10 +++++----- apis/v1alpha1/alias.go | 2 +- apis/v1alpha1/code_signing_config.go | 2 +- apis/v1alpha1/event_source_mapping.go | 2 +- apis/v1alpha1/function.go | 2 +- apis/v1alpha1/function_url_config.go | 2 +- apis/v1alpha1/layer_version.go | 2 +- apis/v1alpha1/version.go | 2 +- config/controller/kustomization.yaml | 2 +- config/crd/bases/lambda.services.k8s.aws_aliases.yaml | 2 +- .../lambda.services.k8s.aws_codesigningconfigs.yaml | 2 +- .../lambda.services.k8s.aws_eventsourcemappings.yaml | 2 +- .../crd/bases/lambda.services.k8s.aws_functions.yaml | 2 +- .../lambda.services.k8s.aws_functionurlconfigs.yaml | 2 +- .../bases/lambda.services.k8s.aws_layerversions.yaml | 2 +- config/crd/bases/lambda.services.k8s.aws_versions.yaml | 2 +- helm/Chart.yaml | 4 ++-- helm/crds/lambda.services.k8s.aws_aliases.yaml | 2 +- .../lambda.services.k8s.aws_codesigningconfigs.yaml | 2 +- .../lambda.services.k8s.aws_eventsourcemappings.yaml | 2 +- helm/crds/lambda.services.k8s.aws_functions.yaml | 2 +- .../lambda.services.k8s.aws_functionurlconfigs.yaml | 2 +- helm/crds/lambda.services.k8s.aws_layerversions.yaml | 2 +- helm/crds/lambda.services.k8s.aws_versions.yaml | 2 +- helm/templates/NOTES.txt | 2 +- helm/values.yaml | 2 +- 26 files changed, 31 insertions(+), 31 deletions(-) diff --git a/apis/v1alpha1/ack-generate-metadata.yaml b/apis/v1alpha1/ack-generate-metadata.yaml index 502dce84..dbaa1c58 100755 --- a/apis/v1alpha1/ack-generate-metadata.yaml +++ b/apis/v1alpha1/ack-generate-metadata.yaml @@ -1,9 +1,9 @@ ack_generate_info: - build_date: "2025-02-18T00:52:35Z" - build_hash: 66c0f840b0bcf6f552be46cf5ee0fb95ad57053e - go_version: go1.23.6 - version: v0.43.0 -api_directory_checksum: bc66564bdfcf99f08875e14d09815e06d4d3ed6c + build_date: "2025-02-20T18:13:42Z" + build_hash: a326346bd3a6973254d247c9ab2dc76790c36241 + go_version: go1.24.0 + version: v0.43.2 +api_directory_checksum: 086df7708184fcedddb2910d4980cdff3bf9de8f api_version: v1alpha1 aws_sdk_go_version: v1.32.6 generator_config_info: diff --git a/apis/v1alpha1/alias.go b/apis/v1alpha1/alias.go index f191763c..9e1c1d33 100644 --- a/apis/v1alpha1/alias.go +++ b/apis/v1alpha1/alias.go @@ -82,7 +82,7 @@ type AliasStatus struct { // constructed ARN for the resource // +kubebuilder:validation:Optional ACKResourceMetadata *ackv1alpha1.ResourceMetadata `json:"ackResourceMetadata"` - // 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 diff --git a/apis/v1alpha1/code_signing_config.go b/apis/v1alpha1/code_signing_config.go index 92db08ee..8cd3ffa7 100644 --- a/apis/v1alpha1/code_signing_config.go +++ b/apis/v1alpha1/code_signing_config.go @@ -42,7 +42,7 @@ type CodeSigningConfigStatus struct { // constructed ARN for the resource // +kubebuilder:validation:Optional ACKResourceMetadata *ackv1alpha1.ResourceMetadata `json:"ackResourceMetadata"` - // 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 diff --git a/apis/v1alpha1/event_source_mapping.go b/apis/v1alpha1/event_source_mapping.go index a6a18f08..a2a38d38 100644 --- a/apis/v1alpha1/event_source_mapping.go +++ b/apis/v1alpha1/event_source_mapping.go @@ -161,7 +161,7 @@ type EventSourceMappingStatus struct { // constructed ARN for the resource // +kubebuilder:validation:Optional ACKResourceMetadata *ackv1alpha1.ResourceMetadata `json:"ackResourceMetadata"` - // 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 diff --git a/apis/v1alpha1/function.go b/apis/v1alpha1/function.go index 73330434..f9c10c3e 100644 --- a/apis/v1alpha1/function.go +++ b/apis/v1alpha1/function.go @@ -167,7 +167,7 @@ type FunctionStatus struct { // constructed ARN for the resource // +kubebuilder:validation:Optional ACKResourceMetadata *ackv1alpha1.ResourceMetadata `json:"ackResourceMetadata"` - // 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 diff --git a/apis/v1alpha1/function_url_config.go b/apis/v1alpha1/function_url_config.go index d0b3cab7..df540c5c 100644 --- a/apis/v1alpha1/function_url_config.go +++ b/apis/v1alpha1/function_url_config.go @@ -59,7 +59,7 @@ type FunctionURLConfigStatus struct { // constructed ARN for the resource // +kubebuilder:validation:Optional ACKResourceMetadata *ackv1alpha1.ResourceMetadata `json:"ackResourceMetadata"` - // 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 diff --git a/apis/v1alpha1/layer_version.go b/apis/v1alpha1/layer_version.go index aad987b8..1f8865e5 100644 --- a/apis/v1alpha1/layer_version.go +++ b/apis/v1alpha1/layer_version.go @@ -57,7 +57,7 @@ type LayerVersionStatus struct { // constructed ARN for the resource // +kubebuilder:validation:Optional ACKResourceMetadata *ackv1alpha1.ResourceMetadata `json:"ackResourceMetadata"` - // 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 diff --git a/apis/v1alpha1/version.go b/apis/v1alpha1/version.go index 57c9d353..852247c0 100644 --- a/apis/v1alpha1/version.go +++ b/apis/v1alpha1/version.go @@ -62,7 +62,7 @@ type VersionStatus struct { // constructed ARN for the resource // +kubebuilder:validation:Optional ACKResourceMetadata *ackv1alpha1.ResourceMetadata `json:"ackResourceMetadata"` - // 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 diff --git a/config/controller/kustomization.yaml b/config/controller/kustomization.yaml index 43bbcfa6..d0ef70b5 100644 --- a/config/controller/kustomization.yaml +++ b/config/controller/kustomization.yaml @@ -6,4 +6,4 @@ kind: Kustomization images: - name: controller newName: public.ecr.aws/aws-controllers-k8s/lambda-controller - newTag: 1.5.7 + newTag: 1.5.8 diff --git a/config/crd/bases/lambda.services.k8s.aws_aliases.yaml b/config/crd/bases/lambda.services.k8s.aws_aliases.yaml index 74c8fc4b..201887af 100644 --- a/config/crd/bases/lambda.services.k8s.aws_aliases.yaml +++ b/config/crd/bases/lambda.services.k8s.aws_aliases.yaml @@ -196,7 +196,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 diff --git a/config/crd/bases/lambda.services.k8s.aws_codesigningconfigs.yaml b/config/crd/bases/lambda.services.k8s.aws_codesigningconfigs.yaml index 27c568c0..b62feea1 100644 --- a/config/crd/bases/lambda.services.k8s.aws_codesigningconfigs.yaml +++ b/config/crd/bases/lambda.services.k8s.aws_codesigningconfigs.yaml @@ -101,7 +101,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 diff --git a/config/crd/bases/lambda.services.k8s.aws_eventsourcemappings.yaml b/config/crd/bases/lambda.services.k8s.aws_eventsourcemappings.yaml index aeb5c4e6..4c83f829 100644 --- a/config/crd/bases/lambda.services.k8s.aws_eventsourcemappings.yaml +++ b/config/crd/bases/lambda.services.k8s.aws_eventsourcemappings.yaml @@ -366,7 +366,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 diff --git a/config/crd/bases/lambda.services.k8s.aws_functions.yaml b/config/crd/bases/lambda.services.k8s.aws_functions.yaml index ba8c02c2..3122645e 100644 --- a/config/crd/bases/lambda.services.k8s.aws_functions.yaml +++ b/config/crd/bases/lambda.services.k8s.aws_functions.yaml @@ -455,7 +455,7 @@ spec: type: integer 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 diff --git a/config/crd/bases/lambda.services.k8s.aws_functionurlconfigs.yaml b/config/crd/bases/lambda.services.k8s.aws_functionurlconfigs.yaml index 08336b58..a6d3a7b4 100644 --- a/config/crd/bases/lambda.services.k8s.aws_functionurlconfigs.yaml +++ b/config/crd/bases/lambda.services.k8s.aws_functionurlconfigs.yaml @@ -148,7 +148,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 diff --git a/config/crd/bases/lambda.services.k8s.aws_layerversions.yaml b/config/crd/bases/lambda.services.k8s.aws_layerversions.yaml index 9fe5df26..7322788f 100644 --- a/config/crd/bases/lambda.services.k8s.aws_layerversions.yaml +++ b/config/crd/bases/lambda.services.k8s.aws_layerversions.yaml @@ -122,7 +122,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 diff --git a/config/crd/bases/lambda.services.k8s.aws_versions.yaml b/config/crd/bases/lambda.services.k8s.aws_versions.yaml index c4c4ec7e..4a3e6add 100644 --- a/config/crd/bases/lambda.services.k8s.aws_versions.yaml +++ b/config/crd/bases/lambda.services.k8s.aws_versions.yaml @@ -181,7 +181,7 @@ spec: type: integer 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 diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 825dca97..afaa35dc 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 name: lambda-chart description: A Helm chart for the ACK service controller for AWS Lambda (Lambda) -version: 1.5.7 -appVersion: 1.5.7 +version: 1.5.8 +appVersion: 1.5.8 home: https://github.com/aws-controllers-k8s/lambda-controller icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png sources: diff --git a/helm/crds/lambda.services.k8s.aws_aliases.yaml b/helm/crds/lambda.services.k8s.aws_aliases.yaml index 74478d2f..29b8f426 100644 --- a/helm/crds/lambda.services.k8s.aws_aliases.yaml +++ b/helm/crds/lambda.services.k8s.aws_aliases.yaml @@ -196,7 +196,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 diff --git a/helm/crds/lambda.services.k8s.aws_codesigningconfigs.yaml b/helm/crds/lambda.services.k8s.aws_codesigningconfigs.yaml index 27c568c0..b62feea1 100644 --- a/helm/crds/lambda.services.k8s.aws_codesigningconfigs.yaml +++ b/helm/crds/lambda.services.k8s.aws_codesigningconfigs.yaml @@ -101,7 +101,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 diff --git a/helm/crds/lambda.services.k8s.aws_eventsourcemappings.yaml b/helm/crds/lambda.services.k8s.aws_eventsourcemappings.yaml index 2720aec4..b099ad5d 100644 --- a/helm/crds/lambda.services.k8s.aws_eventsourcemappings.yaml +++ b/helm/crds/lambda.services.k8s.aws_eventsourcemappings.yaml @@ -366,7 +366,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 diff --git a/helm/crds/lambda.services.k8s.aws_functions.yaml b/helm/crds/lambda.services.k8s.aws_functions.yaml index f34db8cf..3b58b405 100644 --- a/helm/crds/lambda.services.k8s.aws_functions.yaml +++ b/helm/crds/lambda.services.k8s.aws_functions.yaml @@ -455,7 +455,7 @@ spec: type: integer 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 diff --git a/helm/crds/lambda.services.k8s.aws_functionurlconfigs.yaml b/helm/crds/lambda.services.k8s.aws_functionurlconfigs.yaml index 7f8d0833..12115842 100644 --- a/helm/crds/lambda.services.k8s.aws_functionurlconfigs.yaml +++ b/helm/crds/lambda.services.k8s.aws_functionurlconfigs.yaml @@ -148,7 +148,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 diff --git a/helm/crds/lambda.services.k8s.aws_layerversions.yaml b/helm/crds/lambda.services.k8s.aws_layerversions.yaml index 87b67119..d56db37d 100644 --- a/helm/crds/lambda.services.k8s.aws_layerversions.yaml +++ b/helm/crds/lambda.services.k8s.aws_layerversions.yaml @@ -122,7 +122,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 diff --git a/helm/crds/lambda.services.k8s.aws_versions.yaml b/helm/crds/lambda.services.k8s.aws_versions.yaml index 0d3541eb..c84d3b76 100644 --- a/helm/crds/lambda.services.k8s.aws_versions.yaml +++ b/helm/crds/lambda.services.k8s.aws_versions.yaml @@ -181,7 +181,7 @@ spec: type: integer 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 diff --git a/helm/templates/NOTES.txt b/helm/templates/NOTES.txt index 324a7a58..fcdd01d3 100644 --- a/helm/templates/NOTES.txt +++ b/helm/templates/NOTES.txt @@ -1,5 +1,5 @@ {{ .Chart.Name }} has been installed. -This chart deploys "public.ecr.aws/aws-controllers-k8s/lambda-controller:1.5.7". +This chart deploys "public.ecr.aws/aws-controllers-k8s/lambda-controller:1.5.8". Check its status by running: kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}" diff --git a/helm/values.yaml b/helm/values.yaml index 9e70c303..2912bbef 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -4,7 +4,7 @@ image: repository: public.ecr.aws/aws-controllers-k8s/lambda-controller - tag: 1.5.7 + tag: 1.5.8 pullPolicy: IfNotPresent pullSecrets: []