From 091d272297fcaab448ee3fdb51600724e3f0692b Mon Sep 17 00:00:00 2001 From: Manuel de Brito Fontes Date: Tue, 28 Nov 2017 20:10:18 -0300 Subject: [PATCH] Release nginx ingress controller 0.9-beta.19 --- Changelog.md | 8 ++++++++ Makefile | 2 +- deploy/provider/patch-service-with-rbac.yaml | 2 +- deploy/provider/patch-service-without-rbac.yaml | 2 +- deploy/with-rbac.yaml | 2 +- deploy/without-rbac.yaml | 2 +- .../customization/custom-errors/rc-custom-errors.yaml | 2 +- docs/examples/static-ip/nginx-ingress-controller.yaml | 2 +- 8 files changed, 15 insertions(+), 7 deletions(-) diff --git a/Changelog.md b/Changelog.md index 19de9f40a..fb5948b92 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,13 @@ # Changelog +### 0.9-beta.19 + +**Image:** `quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0-beta.19` + +*Changes:* + +- Fix regression with ingress.class annotation introduced in 0.9-beta.18 + ### 0.9-beta.18 **Image:** `quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0-beta.18` diff --git a/Makefile b/Makefile index dc9164475..dea74e2b1 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ all: all-container BUILDTAGS= # Use the 0.0 tag for testing, it shouldn't clobber any release builds -TAG?=0.9.0-beta.18 +TAG?=0.9.0-beta.19 REGISTRY?=quay.io/kubernetes-ingress-controller GOOS?=linux DOCKER?=gcloud docker -- diff --git a/deploy/provider/patch-service-with-rbac.yaml b/deploy/provider/patch-service-with-rbac.yaml index c82ba99a9..44919d2e9 100644 --- a/deploy/provider/patch-service-with-rbac.yaml +++ b/deploy/provider/patch-service-with-rbac.yaml @@ -16,7 +16,7 @@ spec: serviceAccountName: nginx-ingress-serviceaccount containers: - name: nginx-ingress-controller - image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0-beta.18 + image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0-beta.19 args: - /nginx-ingress-controller - --default-backend-service=$(POD_NAMESPACE)/default-http-backend diff --git a/deploy/provider/patch-service-without-rbac.yaml b/deploy/provider/patch-service-without-rbac.yaml index 670f4e10d..f0938c944 100644 --- a/deploy/provider/patch-service-without-rbac.yaml +++ b/deploy/provider/patch-service-without-rbac.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: nginx-ingress-controller - image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0-beta.18 + image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0-beta.19 args: - /nginx-ingress-controller - --default-backend-service=$(POD_NAMESPACE)/default-http-backend diff --git a/deploy/with-rbac.yaml b/deploy/with-rbac.yaml index 89346a488..98836148f 100644 --- a/deploy/with-rbac.yaml +++ b/deploy/with-rbac.yaml @@ -19,7 +19,7 @@ spec: serviceAccountName: nginx-ingress-serviceaccount containers: - name: nginx-ingress-controller - image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0-beta.18 + image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0-beta.19 args: - /nginx-ingress-controller - --default-backend-service=$(POD_NAMESPACE)/default-http-backend diff --git a/deploy/without-rbac.yaml b/deploy/without-rbac.yaml index cdf014031..4d1d41209 100644 --- a/deploy/without-rbac.yaml +++ b/deploy/without-rbac.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: nginx-ingress-controller - image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0-beta.18 + image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0-beta.19 args: - /nginx-ingress-controller - --default-backend-service=$(POD_NAMESPACE)/default-http-backend diff --git a/docs/examples/customization/custom-errors/rc-custom-errors.yaml b/docs/examples/customization/custom-errors/rc-custom-errors.yaml index 38c1d75f7..e8d48c7e3 100644 --- a/docs/examples/customization/custom-errors/rc-custom-errors.yaml +++ b/docs/examples/customization/custom-errors/rc-custom-errors.yaml @@ -16,7 +16,7 @@ spec: spec: terminationGracePeriodSeconds: 60 containers: - - image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0-beta.18 + - image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0-beta.19 name: nginx-ingress-lb imagePullPolicy: Always readinessProbe: diff --git a/docs/examples/static-ip/nginx-ingress-controller.yaml b/docs/examples/static-ip/nginx-ingress-controller.yaml index 0c7143d02..c5dfd8cb8 100644 --- a/docs/examples/static-ip/nginx-ingress-controller.yaml +++ b/docs/examples/static-ip/nginx-ingress-controller.yaml @@ -18,7 +18,7 @@ spec: # hostNetwork: true terminationGracePeriodSeconds: 60 containers: - - image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0-beta.18 + - image: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0-beta.19 name: nginx-ingress-controller readinessProbe: httpGet: