Skip to content

Update to ACK runtime v0.43.0, code-generator v0.43.1 #50

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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-18T01:05:41Z"
build_hash: 66c0f840b0bcf6f552be46cf5ee0fb95ad57053e
go_version: go1.23.6
version: v0.43.0
api_directory_checksum: 8b96abdd0edaca05b6423bfc769869710f62eb16
build_date: "2025-02-19T23:24:43Z"
build_hash: 8b426c490ff1984d8ce5577e11d6dabe1b6373b8
go_version: go1.24.0
version: v0.43.1
api_directory_checksum: bedd20d6274b361fa79df92b6d238f20faca7ce2
api_version: v1alpha1
aws_sdk_go_version: v1.32.6
generator_config_info:
Expand Down
6 changes: 5 additions & 1 deletion apis/v1alpha1/stream.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/kinesis-controller
newTag: 1.0.4
newTag: 1.0.5
19 changes: 4 additions & 15 deletions config/crd/bases/kinesis.services.k8s.aws_streams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,26 +40,15 @@ spec:
description: StreamSpec defines the desired state of Stream.
properties:
name:
description: |-
A name to identify the stream. The stream name is scoped to the Amazon Web
Services account used by the application that creates the stream. It is also
scoped by Amazon Web Services Region. That is, two streams in two different
Amazon Web Services accounts can have the same name. Two streams in the same
Amazon Web Services account but in two different Regions can also have the
same name.
type: string
shardCount:
description: |-
The number of shards that the stream will use. The throughput of the stream
is a function of the number of shards; more shards are required for greater
provisioned throughput.
format: int64
type: integer
streamModeDetails:
description: |-
Indicates the capacity mode of the data stream. Currently, in Kinesis Data
Streams, you can choose between an on-demand capacity mode and a provisioned
capacity mode for your data streams.
Specifies the capacity mode to which you want to set your data stream. Currently,
in Kinesis Data Streams, you can choose between an on-demand capacity mode
and a provisioned capacity mode for your data streams.
properties:
streamMode:
type: string
Expand Down Expand Up @@ -101,7 +90,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: kinesis-chart
description: A Helm chart for the ACK service controller for Amazon Kinesis (Kinesis)
version: 1.0.4
appVersion: 1.0.4
version: 1.0.5
appVersion: 1.0.5
home: https://github.com/aws-controllers-k8s/kinesis-controller
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
sources:
Expand Down
19 changes: 4 additions & 15 deletions helm/crds/kinesis.services.k8s.aws_streams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,26 +40,15 @@ spec:
description: StreamSpec defines the desired state of Stream.
properties:
name:
description: |-
A name to identify the stream. The stream name is scoped to the Amazon Web
Services account used by the application that creates the stream. It is also
scoped by Amazon Web Services Region. That is, two streams in two different
Amazon Web Services accounts can have the same name. Two streams in the same
Amazon Web Services account but in two different Regions can also have the
same name.
type: string
shardCount:
description: |-
The number of shards that the stream will use. The throughput of the stream
is a function of the number of shards; more shards are required for greater
provisioned throughput.
format: int64
type: integer
streamModeDetails:
description: |-
Indicates the capacity mode of the data stream. Currently, in Kinesis Data
Streams, you can choose between an on-demand capacity mode and a provisioned
capacity mode for your data streams.
Specifies the capacity mode to which you want to set your data stream. Currently,
in Kinesis Data Streams, you can choose between an on-demand capacity mode
and a provisioned capacity mode for your data streams.
properties:
streamMode:
type: string
Expand Down Expand Up @@ -101,7 +90,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/kinesis-controller:1.0.4".
This chart deploys "public.ecr.aws/aws-controllers-k8s/kinesis-controller:1.0.5".

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

Expand Down