Skip to content

Commit 21418f4

Browse files
authored
cuting v2.0.0-rc4 release (#1514)
1 parent ca6f779 commit 21418f4

File tree

3 files changed

+589
-2
lines changed

3 files changed

+589
-2
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-rc3
3+
IMG ?= amazon/aws-alb-ingress-controller:v2.0.0-rc4
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-rc3
12+
newTag: v2.0.0-rc4

0 commit comments

Comments
 (0)