Skip to content

Commit e2e2f13

Browse files
authored
cut v2.0.0-rc3 release (#1491)
* cut v2.0.0-rc3 release * updating webhooks to use v1beta1 crd
1 parent bad4fc6 commit e2e2f13

File tree

7 files changed

+597
-10
lines changed

7 files changed

+597
-10
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Image URL to use all building/pushing image targets
3-
IMG ?= amazon/aws-alb-ingress-controller:v2.0.0-rc2
3+
IMG ?= amazon/aws-alb-ingress-controller:v2.0.0-rc3
44

55
CRD_OPTIONS ?= "crd:trivialVersions=false,crdVersions=v1beta1"
66

config/controller/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ kind: Kustomization
99
images:
1010
- name: controller
1111
newName: amazon/aws-alb-ingress-controller
12-
newTag: v2.0.0-rc2
12+
newTag: v2.0.0-rc3

0 commit comments

Comments
 (0)