This repository was archived by the owner on Apr 17, 2019. It is now read-only.
File tree 4 files changed +10
-3
lines changed
ingress/controllers/nginx
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
3
+ ### 0.8.3
4
+
5
+ - [X] [ #1450 ] ( https://github.com/kubernetes/contrib/pull/1450 ) Check for errors in nginx template
6
+ - [ ] [ #1498 ] ( https://github.com/kubernetes/contrib/pull/1498 ) Refactoring of template handling
7
+ - [X] [ #1467 ] ( https://github.com/kubernetes/contrib/pull/1467 ) Use ClientConfig to configure connection
8
+ - [X] [ #1575 ] ( https://github.com/kubernetes/contrib/pull/1575 ) Update nginx to 1.11.3
9
+
3
10
### 0.8.2
4
11
5
12
- [X] [ #1336 ] ( https://github.com/kubernetes/contrib/pull/1336 ) Add annotation to skip ingress rule
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM gcr.io/google_containers/nginx-slim:0.8
15
+ FROM gcr.io/google_containers/nginx-slim:0.9
16
16
17
17
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
18
18
diffutils \
Original file line number Diff line number Diff line change 1
1
all : push
2
2
3
3
# 0.0 shouldn't clobber any release builds
4
- TAG = 0.8.2
4
+ TAG = 0.8.3
5
5
PREFIX = gcr.io/google_containers/nginx-ingress-controller
6
6
7
7
REPO_INFO =$(shell git config --get remote.origin.url)
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ const (
43
43
44
44
var (
45
45
// value overwritten during build. This can be used to resolve issues.
46
- version = "0.8.2 "
46
+ version = "0.8.3 "
47
47
gitRepo = "https://github.com/kubernetes/contrib"
48
48
49
49
flags = pflag .NewFlagSet ("" , pflag .ExitOnError )
You can’t perform that action at this time.
0 commit comments