Skip to content
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-13T05:03:22Z"
build_hash: 55bf57b2806c33a7fcd074be403f26ce3f8e58db
build_date: "2025-05-24T00:30:07Z"
build_hash: 66a58d259146834e61b211a9a01609beaa58ef77
go_version: go1.24.2
version: v0.46.2
api_directory_checksum: 4c03b8539f381604ad67c79af954e584005b6c78
version: v0.47.1
api_directory_checksum: c0850c127b1c1c46a7abf233f454e1c7c561a71c
api_version: v1alpha1
aws_sdk_go_version: v1.32.6
generator_config_info:
Expand Down
2 changes: 2 additions & 0 deletions apis/v1alpha1/load_balancer.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/elbv2-controller
newTag: 1.0.9
newTag: 1.0.10
2 changes: 2 additions & 0 deletions config/crd/bases/elbv2.services.k8s.aws_loadbalancers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ spec:
description: |-
[Application Load Balancers on Outposts] The ID of the customer-owned address
pool (CoIP pool).

Regex Pattern: `^(ipv4pool-coip-)[a-zA-Z0-9]+$`
type: string
ipAddressType:
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/ec2-controller v1.2.4
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.50.20
github.com/aws/aws-sdk-go-v2 v1.34.0
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.43.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/ec2-controller v1.2.4 h1:lLm/jH4Zmylykuyjo/P8lgHYCdu4do+apX8A34cA0Rk=
github.com/aws-controllers-k8s/ec2-controller v1.2.4/go.mod h1:d1pRZ8OyXqokbMNmsVcr/gD6ZZ8EJurOK/6jbiV4y14=
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.50.20 h1:xfAnSDVf/azIWTVQXQODp89bubvCS85r70O3nuQ4dnE=
github.com/aws/aws-sdk-go v1.50.20/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk=
github.com/aws/aws-sdk-go-v2 v1.34.0 h1:9iyL+cjifckRGEVpRKZP3eIxVlL06Qk1Tk13vreaVQU=
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: elbv2-chart
description: A Helm chart for the ACK service controller for Elastic Load Balancing (ELB)
version: 1.0.9
appVersion: 1.0.9
version: 1.0.10
appVersion: 1.0.10
home: https://github.com/aws-controllers-k8s/elbv2-controller
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
sources:
Expand Down
2 changes: 2 additions & 0 deletions helm/crds/elbv2.services.k8s.aws_loadbalancers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ spec:
description: |-
[Application Load Balancers on Outposts] The ID of the customer-owned address
pool (CoIP pool).

Regex Pattern: `^(ipv4pool-coip-)[a-zA-Z0-9]+$`
type: string
ipAddressType:
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/elbv2-controller:1.0.9".
This chart deploys "public.ecr.aws/aws-controllers-k8s/elbv2-controller:1.0.10".

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/elbv2-controller
tag: 1.0.9
tag: 1.0.10
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down