Skip to content

Commit 1d3f201

Browse files
author
Ryan Lymburner
authored
Release artifacts for release v1.1.6 (#835)
* Release artifacts for release v1.1.6 * Update controller version in setup.sh
1 parent 76ff134 commit 1d3f201

File tree

8 files changed

+42
-11
lines changed

8 files changed

+42
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ This project is licensed under the Apache-2.0 License.
5555
[getting-started]: https://www.gateway-api-controller.eks.aws.dev/guides/getstarted/
5656
[spec]: https://www.gateway-api-controller.eks.aws.dev/api-reference/
5757
[concepts]: https://www.gateway-api-controller.eks.aws.dev/concepts/
58-
[gh_release]: https://github.com/aws/aws-application-networking-k8s/releases/tag/v1.1.5
58+
[gh_release]: https://github.com/aws/aws-application-networking-k8s/releases/tag/v1.1.6
5959
[godoc]: https://www.gateway-api-controller.eks.aws.dev/

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ configMapGenerator:
1313
images:
1414
- name: controller
1515
newName: public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller
16-
newTag: v1.1.5
16+
newTag: v1.1.6

docs/guides/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ aws ecr-public get-login-password --region us-east-1 | helm registry login --use
191191
# Run helm with either install or upgrade
192192
helm install gateway-api-controller \
193193
oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart \
194-
--version=v1.1.5 \
194+
--version=v1.1.6 \
195195
--set=serviceAccount.create=false \
196196
--namespace aws-application-networking-system \
197197
--set=log.level=info # use "debug" for debug level logs
@@ -200,7 +200,7 @@ helm install gateway-api-controller \
200200
=== "Kubectl"
201201

202202
```bash
203-
kubectl apply -f https://raw.githubusercontent.com/aws/aws-application-networking-k8s/main/files/controller-installation/deploy-v1.1.5.yaml
203+
kubectl apply -f https://raw.githubusercontent.com/aws/aws-application-networking-k8s/main/files/controller-installation/deploy-v1.1.6.yaml
204204
```
205205

206206
1. Create the `amazon-vpc-lattice` GatewayClass:

docs/guides/getstarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This example creates a single cluster in a single VPC, then configures two HTTPR
4343
aws ecr-public get-login-password --region us-east-1 | helm registry login --username AWS --password-stdin public.ecr.aws
4444
helm upgrade gateway-api-controller \
4545
oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart \
46-
--version=v1.1.5 \
46+
--version=v1.1.6 \
4747
--reuse-values \
4848
--namespace aws-application-networking-system \
4949
--set=defaultServiceNetwork=my-hotel
@@ -222,7 +222,7 @@ This section builds on the previous one. We will be migrating the Kubernetes `in
222222
aws ecr-public get-login-password --region us-east-1 | helm registry login --username AWS --password-stdin public.ecr.aws
223223
helm upgrade gateway-api-controller \
224224
oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart \
225-
--version=v1.1.5 \
225+
--version=v1.1.6 \
226226
--reuse-values \
227227
--namespace aws-application-networking-system \
228228
--set=defaultServiceNetwork=my-hotel

files/controller-installation/deploy-v1.1.1.yaml renamed to files/controller-installation/deploy-v1.1.6.yaml

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,37 @@ spec:
440440
type: string
441441
metadata:
442442
type: object
443+
spec:
444+
description: spec defines the desired state of ServiceExport
445+
properties:
446+
exportedPorts:
447+
description: |-
448+
exportedPorts defines which ports of the service should be exported and what route types they should be used with.
449+
If not specified, the controller will use the port from the annotation "application-networking.k8s.aws/port"
450+
and create HTTP target groups for backward compatibility.
451+
items:
452+
description: ExportedPort defines a port to be exported and the
453+
route type it should be used with
454+
properties:
455+
port:
456+
description: port is the port number to export
457+
format: int32
458+
type: integer
459+
routeType:
460+
description: |-
461+
routeType is the type of route this port should be used with
462+
Valid values are "HTTP", "GRPC", "TLS"
463+
enum:
464+
- HTTP
465+
- GRPC
466+
- TLS
467+
type: string
468+
required:
469+
- port
470+
- routeType
471+
type: object
472+
type: array
473+
type: object
443474
status:
444475
description: |-
445476
status describes the current state of an exported service.
@@ -2584,7 +2615,7 @@ spec:
25842615
env:
25852616
- name: WEBHOOK_ENABLED
25862617
value: ""
2587-
image: public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller:v1.1.1
2618+
image: public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller:v1.1.6
25882619
livenessProbe:
25892620
httpGet:
25902621
path: /healthz

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: aws-gateway-controller-chart
33
description: A Helm chart for the Gateway Controller for AWS VPC Lattice
4-
version: v1.1.5
5-
appVersion: v1.1.5
4+
version: v1.1.6
5+
appVersion: v1.1.6
66
home: https://github.com/aws/aws-application-networking-k8s
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

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-application-networking-k8s/aws-gateway-controller
7-
tag: v1.1.5
7+
tag: v1.1.6
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

scripts/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
declare -a DEPENDENCY_LIST=("go" "awscli" "kubernetes-cli" "eksctl" "helm" "jq" "yq" "make")
4-
CURRENT_CONTROLLER_VERSION="1.1.5"
4+
CURRENT_CONTROLLER_VERSION="1.1.6"
55
CURRENT_CRD_VERSION="1.2.0"
66
GOLANGCI_LINT_VERSION="2.4.0"
77
EKS_POD_IDENTITY_AGENT_VERSION="1.0.0-eksbuild.1"

0 commit comments

Comments
 (0)