Skip to content

Commit 2ce7dd3

Browse files
authored
Update to ACK runtime v0.43.0, code-generator v0.43.2 (#32)
### Update to ACK runtime `v0.43.0`, code-generator `v0.43.2` ---------- * ACK code-generator `v0.43.2` [release notes](https://github.com/aws-controllers-k8s/code-generator/releases/tag/v0.43.2) * ACK runtime `v0.43.0` [release notes](https://github.com/aws-controllers-k8s/runtime/releases/tag/v0.43.0) ---------- NOTE: This PR increments the release version of service controller from `v1.0.6` to `v1.0.7` Once this PR is merged, release `v1.0.7` will be automatically created for `ecs-controller` **Please close this PR, if you do not want the new patch release for `ecs-controller`** ---------- #### stdout for `make build-controller`: ``` building ack-generate ... ok. ==== building ecs-controller ==== Copying common custom resource definitions into ecs Building Kubernetes API objects for ecs Generating deepcopy code for ecs Generating custom resource definitions for ecs Building service controller for ecs Running GO mod tidy Generating RBAC manifests for ecs Running gofmt against generated code for ecs Updating additional GitHub repository maintenance files ==== building ecs-controller release artifacts ==== Building release artifacts for ecs-v1.0.7 Generating common custom resource definitions Generating custom resource definitions for ecs Generating RBAC manifests for ecs ``` ---------- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent dd2856a commit 2ce7dd3

16 files changed

+23
-23
lines changed

apis/v1alpha1/ack-generate-metadata.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
ack_generate_info:
2-
build_date: "2025-02-18T00:11:28Z"
3-
build_hash: 66c0f840b0bcf6f552be46cf5ee0fb95ad57053e
4-
go_version: go1.23.6
5-
version: v0.43.0
6-
api_directory_checksum: 4202a1b5ae98f3f1d956651a0f0349075117574f
2+
build_date: "2025-02-20T18:12:57Z"
3+
build_hash: a326346bd3a6973254d247c9ab2dc76790c36241
4+
go_version: go1.24.0
5+
version: v0.43.2
6+
api_directory_checksum: afecae4373644fadaa4422c3a6a73883d2e571fc
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.32.6
99
generator_config_info:

apis/v1alpha1/cluster.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/service.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/task_definition.go

Lines changed: 1 addition & 1 deletion
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/ecs-controller
9-
newTag: 1.0.6
9+
newTag: 1.0.7

config/crd/bases/ecs.services.k8s.aws_clusters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ spec:
374374
type: string
375375
conditions:
376376
description: |-
377-
All CRS managed by ACK have a common `Status.Conditions` member that
377+
All CRs managed by ACK have a common `Status.Conditions` member that
378378
contains a collection of `ackv1alpha1.Condition` objects that describe
379379
the various terminal states of the CR and its backend AWS service API
380380
resource

config/crd/bases/ecs.services.k8s.aws_services.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ spec:
973973
type: string
974974
conditions:
975975
description: |-
976-
All CRS managed by ACK have a common `Status.Conditions` member that
976+
All CRs managed by ACK have a common `Status.Conditions` member that
977977
contains a collection of `ackv1alpha1.Condition` objects that describe
978978
the various terminal states of the CR and its backend AWS service API
979979
resource

config/crd/bases/ecs.services.k8s.aws_taskdefinitions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@ spec:
11991199
type: array
12001200
conditions:
12011201
description: |-
1202-
All CRS managed by ACK have a common `Status.Conditions` member that
1202+
All CRs managed by ACK have a common `Status.Conditions` member that
12031203
contains a collection of `ackv1alpha1.Condition` objects that describe
12041204
the various terminal states of the CR and its backend AWS service API
12051205
resource

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: ecs-chart
33
description: A Helm chart for the ACK service controller for Amazon Elastic Container Service (ECS)
4-
version: 1.0.6
5-
appVersion: 1.0.6
4+
version: 1.0.7
5+
appVersion: 1.0.7
66
home: https://github.com/aws-controllers-k8s/ecs-controller
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

helm/crds/ecs.services.k8s.aws_clusters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ spec:
374374
type: string
375375
conditions:
376376
description: |-
377-
All CRS managed by ACK have a common `Status.Conditions` member that
377+
All CRs managed by ACK have a common `Status.Conditions` member that
378378
contains a collection of `ackv1alpha1.Condition` objects that describe
379379
the various terminal states of the CR and its backend AWS service API
380380
resource

helm/crds/ecs.services.k8s.aws_services.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ spec:
973973
type: string
974974
conditions:
975975
description: |-
976-
All CRS managed by ACK have a common `Status.Conditions` member that
976+
All CRs managed by ACK have a common `Status.Conditions` member that
977977
contains a collection of `ackv1alpha1.Condition` objects that describe
978978
the various terminal states of the CR and its backend AWS service API
979979
resource

helm/crds/ecs.services.k8s.aws_taskdefinitions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@ spec:
11991199
type: array
12001200
conditions:
12011201
description: |-
1202-
All CRS managed by ACK have a common `Status.Conditions` member that
1202+
All CRs managed by ACK have a common `Status.Conditions` member that
12031203
contains a collection of `ackv1alpha1.Condition` objects that describe
12041204
the various terminal states of the CR and its backend AWS service API
12051205
resource

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/ecs-controller:1.0.6".
2+
This chart deploys "public.ecr.aws/aws-controllers-k8s/ecs-controller:1.0.7".
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/ecs-controller
7-
tag: 1.0.6
7+
tag: 1.0.7
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

pkg/resource/service/sdk.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/resource/task_definition/sdk.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)