Skip to content

Commit fc8c02f

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

File tree

10 files changed

+18
-12
lines changed

10 files changed

+18
-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:45:31Z"
3-
build_hash: 55bf57b2806c33a7fcd074be403f26ce3f8e58db
2+
build_date: "2025-05-24T00:24:32Z"
3+
build_hash: 66a58d259146834e61b211a9a01609beaa58ef77
44
go_version: go1.24.2
5-
version: v0.46.2
6-
api_directory_checksum: c3246ff0569cb8f91e87e9ad5783046fe732d0b5
5+
version: v0.47.1
6+
api_directory_checksum: f0678a236e7f3f6ad06bc5de36a7678d0084aeac
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.32.6
99
generator_config_info:

apis/v1alpha1/stream.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.

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/kinesis-controller
9-
newTag: 1.0.11
9+
newTag: 1.0.12

config/crd/bases/kinesis.services.k8s.aws_streams.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ spec:
4747
Amazon Web Services accounts can have the same name. Two streams in the same
4848
Amazon Web Services account but in two different Regions can also have the
4949
same name.
50+
51+
Regex Pattern: `^[a-zA-Z0-9_.-]+$`
5052
type: string
5153
shardCount:
5254
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/kinesis v1.32.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: kinesis-chart
33
description: A Helm chart for the ACK service controller for Amazon Kinesis (Kinesis)
4-
version: 1.0.11
5-
appVersion: 1.0.11
4+
version: 1.0.12
5+
appVersion: 1.0.12
66
home: https://github.com/aws-controllers-k8s/kinesis-controller
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

helm/crds/kinesis.services.k8s.aws_streams.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ spec:
4747
Amazon Web Services accounts can have the same name. Two streams in the same
4848
Amazon Web Services account but in two different Regions can also have the
4949
same name.
50+
51+
Regex Pattern: `^[a-zA-Z0-9_.-]+$`
5052
type: string
5153
shardCount:
5254
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/kinesis-controller:1.0.11".
2+
This chart deploys "public.ecr.aws/aws-controllers-k8s/kinesis-controller:1.0.12".
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/kinesis-controller
7-
tag: 1.0.11
7+
tag: 1.0.12
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

0 commit comments

Comments
 (0)