Release nginx ingress controller 0.9-beta.7
This commit is contained in:
parent
cc1a560585
commit
6563330d2b
20 changed files with 28 additions and 20 deletions
|
|
@ -1,5 +1,13 @@
|
|||
Changelog
|
||||
|
||||
### 0.9-beta.7
|
||||
|
||||
**Image:** `gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.7`
|
||||
|
||||
*Changes:*
|
||||
|
||||
- [X] [#777](https://github.com/kubernetes/ingress/pull/777) Update sniff parser to fix index out of bound error
|
||||
|
||||
### 0.9-beta.6
|
||||
|
||||
**Image:** `gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.6`
|
||||
|
|
@ -49,7 +57,7 @@ Changelog
|
|||
|
||||
### 0.9-beta.5
|
||||
|
||||
**Image:** `gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.6`
|
||||
**Image:** `gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.7`
|
||||
|
||||
*Changes:*
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ all: push
|
|||
BUILDTAGS=
|
||||
|
||||
# Use the 0.0 tag for testing, it shouldn't clobber any release builds
|
||||
RELEASE?=0.9.0-beta.6
|
||||
RELEASE?=0.9.0-beta.7
|
||||
PREFIX?=gcr.io/google_containers/nginx-ingress-controller
|
||||
GOOS?=linux
|
||||
DOCKER?=gcloud docker --
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue