Skip to content
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:56:12Z"
build_hash: 66c0f840b0bcf6f552be46cf5ee0fb95ad57053e
go_version: go1.23.6
version: v0.43.0
api_directory_checksum: 18165abafc250811cc4812b82dd8d5c2e906cb9e
build_date: "2025-02-20T18:32:15Z"
build_hash: a326346bd3a6973254d247c9ab2dc76790c36241
go_version: go1.24.0
version: v0.43.2
api_directory_checksum: b4eb4c1d6104667453456af5144ca269b1af8965
api_version: v1alpha1
aws_sdk_go_version: v1.32.6
generator_config_info:
Expand Down
3 changes: 2 additions & 1 deletion apis/v1alpha1/secret.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/secretsmanager-controller
newTag: 1.0.3
newTag: 1.0.4
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ spec:
secret by partial ARN. Secrets Manager automatically adds a hyphen and six
random characters after the secret name at the end of the ARN.
type: string
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
replicaRegions:
description: A list of Regions and KMS keys to replicate secrets.
items:
Expand Down Expand Up @@ -190,7 +193,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
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: secretsmanager-chart
description: A Helm chart for the ACK service controller for AWS Secrets Manager (SecretsManager)
version: 1.0.3
appVersion: 1.0.3
version: 1.0.4
appVersion: 1.0.4
home: https://github.com/aws-controllers-k8s/secretsmanager-controller
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
sources:
Expand Down
5 changes: 4 additions & 1 deletion helm/crds/secretsmanager.services.k8s.aws_secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ spec:
secret by partial ARN. Secrets Manager automatically adds a hyphen and six
random characters after the secret name at the end of the ARN.
type: string
x-kubernetes-validations:
- message: Value is immutable once set
rule: self == oldSelf
replicaRegions:
description: A list of Regions and KMS keys to replicate secrets.
items:
Expand Down Expand Up @@ -190,7 +193,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/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/secretsmanager-controller:1.0.3".
This chart deploys "public.ecr.aws/aws-controllers-k8s/secretsmanager-controller:1.0.4".

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/secretsmanager-controller
tag: 1.0.3
tag: 1.0.4
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down
16 changes: 0 additions & 16 deletions pkg/resource/secret/sdk.go

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