Skip to content

Update to ACK runtime v0.47.0, code-generator v0.47.1 #138

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
May 27, 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
8 changes: 4 additions & 4 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-05-13T18:00:29Z"
build_hash: 55bf57b2806c33a7fcd074be403f26ce3f8e58db
build_date: "2025-05-24T00:36:15Z"
build_hash: 66a58d259146834e61b211a9a01609beaa58ef77
go_version: go1.24.2
version: v0.46.2
api_directory_checksum: 2f94829f12ad90f9c36c48823459c161c1670093
version: v0.47.1
api_directory_checksum: bcdceff2d7ddf7c98141572260ef2e6cee8bf23f
api_version: v1alpha1
aws_sdk_go_version: v1.32.6
generator_config_info:
Expand Down
2 changes: 2 additions & 0 deletions apis/v1alpha1/backup.go

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

2 changes: 2 additions & 0 deletions apis/v1alpha1/global_table.go

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

2 changes: 2 additions & 0 deletions apis/v1alpha1/table.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/dynamodb-controller
newTag: 1.4.5
newTag: 1.4.6
5 changes: 4 additions & 1 deletion config/crd/bases/dynamodb.services.k8s.aws_backups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ spec:
description: BackupSpec defines the desired state of Backup.
properties:
backupName:
description: Specified name for the backup.
description: |-
Specified name for the backup.

Regex Pattern: `^[a-zA-Z0-9_.-]+$`
type: string
tableName:
description: |-
Expand Down
5 changes: 4 additions & 1 deletion config/crd/bases/dynamodb.services.k8s.aws_globaltables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ spec:
Represents the properties of a global table.
properties:
globalTableName:
description: The global table name.
description: |-
The global table name.

Regex Pattern: `^[a-zA-Z0-9_.-]+$`
type: string
replicationGroup:
description: The Regions where the global table needs to be created.
Expand Down
6 changes: 4 additions & 2 deletions config/crd/bases/dynamodb.services.k8s.aws_tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -717,8 +717,10 @@ spec:
type: string
type: object
tableID:
description: Unique identifier for the table for which the backup
was created.
description: |-
Unique identifier for the table for which the backup was created.

Regex Pattern: `^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$`
type: string
tableSizeBytes:
description: |-
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.24.1

require (
github.com/aws-controllers-k8s/kms-controller v1.0.21
github.com/aws-controllers-k8s/runtime v0.46.1
github.com/aws-controllers-k8s/runtime v0.47.0
github.com/aws/aws-sdk-go v1.49.0
github.com/aws/aws-sdk-go-v2 v1.36.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.39.8
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/aws-controllers-k8s/kms-controller v1.0.21 h1:ar8gCdl/l7qbXzr48YN5tNq4vJbB5UqnRH7pAIkP3tI=
github.com/aws-controllers-k8s/kms-controller v1.0.21/go.mod h1:tHFXV8lkrzautPPvQtPUJABPlJ9MXPRj8GB1UublGHQ=
github.com/aws-controllers-k8s/runtime v0.46.1 h1:61RU6uYiFSp0cDhv52vAmaPzrebzoudtsp1fGkk6iLk=
github.com/aws-controllers-k8s/runtime v0.46.1/go.mod h1:G2UMBKA7qgXG4JV16NTIUp715uqvUEvWaa7TG1I527U=
github.com/aws-controllers-k8s/runtime v0.47.0 h1:pWzMLrwAFrAmMuSukYDLrQp5Yw594w1ke6XWGmI3uyo=
github.com/aws-controllers-k8s/runtime v0.47.0/go.mod h1:G2UMBKA7qgXG4JV16NTIUp715uqvUEvWaa7TG1I527U=
github.com/aws/aws-sdk-go v1.49.0 h1:g9BkW1fo9GqKfwg2+zCD+TW/D36Ux+vtfJ8guF4AYmY=
github.com/aws/aws-sdk-go v1.49.0/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk=
github.com/aws/aws-sdk-go-v2 v1.36.0 h1:b1wM5CcE65Ujwn565qcwgtOTT1aT4ADOHHgglKjG7fk=
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: dynamodb-chart
description: A Helm chart for the ACK service controller for Amazon DynamoDB (DynamoDB)
version: 1.4.5
appVersion: 1.4.5
version: 1.4.6
appVersion: 1.4.6
home: https://github.com/aws-controllers-k8s/dynamodb-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/dynamodb.services.k8s.aws_backups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ spec:
description: BackupSpec defines the desired state of Backup.
properties:
backupName:
description: Specified name for the backup.
description: |-
Specified name for the backup.

Regex Pattern: `^[a-zA-Z0-9_.-]+$`
type: string
tableName:
description: |-
Expand Down
5 changes: 4 additions & 1 deletion helm/crds/dynamodb.services.k8s.aws_globaltables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ spec:
Represents the properties of a global table.
properties:
globalTableName:
description: The global table name.
description: |-
The global table name.

Regex Pattern: `^[a-zA-Z0-9_.-]+$`
type: string
replicationGroup:
description: The Regions where the global table needs to be created.
Expand Down
6 changes: 4 additions & 2 deletions helm/crds/dynamodb.services.k8s.aws_tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -721,8 +721,10 @@ spec:
type: string
type: object
tableID:
description: Unique identifier for the table for which the backup
was created.
description: |-
Unique identifier for the table for which the backup was created.

Regex Pattern: `^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$`
type: string
tableSizeBytes:
description: |-
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/dynamodb-controller:1.4.5".
This chart deploys "public.ecr.aws/aws-controllers-k8s/dynamodb-controller:1.4.6".

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/dynamodb-controller
tag: 1.4.5
tag: 1.4.6
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down