Skip to content

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

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
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-13T17:53:20Z"
build_hash: 55bf57b2806c33a7fcd074be403f26ce3f8e58db
build_date: "2025-05-24T00:20:12Z"
build_hash: 66a58d259146834e61b211a9a01609beaa58ef77
go_version: go1.24.2
version: v0.46.2
api_directory_checksum: 3df6921566512e42abdabd564c80aea5311d410a
version: v0.47.1
api_directory_checksum: d162a6e9df2d4861d6c01d42047402b51f341293
api_version: v1alpha1
aws_sdk_go_version: v1.32.6
generator_config_info:
Expand Down
6 changes: 6 additions & 0 deletions apis/v1alpha1/capacity_reservation.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/launch_template.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/ec2-controller
newTag: 1.4.4
newTag: 1.4.5
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ spec:

The Amazon Resource Name (ARN) of the Outpost on which to create the Capacity
Reservation.

Regex Pattern: `^arn:aws([a-z-]+)?:outposts:[a-z\d-]+:\d{12}:outpost/op-[a-f0-9]{17}$`
type: string
placementGroupARN:
description: |-
Expand All @@ -192,6 +194,8 @@ spec:
create the Capacity Reservation. For more information, see Capacity Reservations
for cluster placement groups (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-cpg.html)
in the Amazon EC2 User Guide.

Regex Pattern: `^arn:aws([a-z-]+)?:ec2:[a-z\d-]+:\d{12}:placement-group/^.{1,255}$`
type: string
startDate:
description: |-
Expand Down Expand Up @@ -401,6 +405,8 @@ spec:
description: |-
The ID of the Amazon Web Services account to which billing of the unused
capacity of the Capacity Reservation is assigned.

Regex Pattern: `^[0-9]{12}$`
type: string
type: object
type: object
Expand Down
5 changes: 4 additions & 1 deletion config/crd/bases/ec2.services.k8s.aws_launchtemplates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,10 @@ spec:
format: int64
type: integer
name:
description: A name for the launch template.
description: |-
A name for the launch template.

Regex Pattern: `^[a-zA-Z0-9\(\)\.\-/_]+$`
type: string
tags:
description: |-
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.24.0
toolchain go1.24.1

require (
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.35.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.202.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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.35.0 h1:jTPxEJyzjSuuz0wB+302hr8Eu9KUI+Zv8zlujMGJpVI=
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: ec2-chart
description: A Helm chart for the ACK service controller for Amazon Elastic Cloud Compute (EC2)
version: 1.4.4
appVersion: 1.4.4
version: 1.4.5
appVersion: 1.4.5
home: https://github.com/aws-controllers-k8s/ec2-controller
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
sources:
Expand Down
6 changes: 6 additions & 0 deletions helm/crds/ec2.services.k8s.aws_capacityreservations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ spec:

The Amazon Resource Name (ARN) of the Outpost on which to create the Capacity
Reservation.

Regex Pattern: `^arn:aws([a-z-]+)?:outposts:[a-z\d-]+:\d{12}:outpost/op-[a-f0-9]{17}$`
type: string
placementGroupARN:
description: |-
Expand All @@ -192,6 +194,8 @@ spec:
create the Capacity Reservation. For more information, see Capacity Reservations
for cluster placement groups (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-cpg.html)
in the Amazon EC2 User Guide.

Regex Pattern: `^arn:aws([a-z-]+)?:ec2:[a-z\d-]+:\d{12}:placement-group/^.{1,255}$`
type: string
startDate:
description: |-
Expand Down Expand Up @@ -401,6 +405,8 @@ spec:
description: |-
The ID of the Amazon Web Services account to which billing of the unused
capacity of the Capacity Reservation is assigned.

Regex Pattern: `^[0-9]{12}$`
type: string
type: object
type: object
Expand Down
5 changes: 4 additions & 1 deletion helm/crds/ec2.services.k8s.aws_launchtemplates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,10 @@ spec:
format: int64
type: integer
name:
description: A name for the launch template.
description: |-
A name for the launch template.

Regex Pattern: `^[a-zA-Z0-9\(\)\.\-/_]+$`
type: string
tags:
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/ec2-controller:1.4.4".
This chart deploys "public.ecr.aws/aws-controllers-k8s/ec2-controller:1.4.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/ec2-controller
tag: 1.4.4
tag: 1.4.5
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down