From 2a4749ae2f35692794d885489ac5fa6bff0f1424 Mon Sep 17 00:00:00 2001 From: Matthias Loibl Date: Wed, 23 Jan 2019 16:53:47 +0100 Subject: [PATCH] *: Write changelog and bump version to v0.4.1 --- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- examples/non-resource-url/README.md | 2 +- examples/non-resource-url/deployment.yaml | 2 +- examples/oidc/deployment.yaml | 2 +- examples/resource-attributes/README.md | 2 +- examples/resource-attributes/deployment.yaml | 2 +- examples/rewrites/README.md | 2 +- examples/rewrites/deployment.yaml | 2 +- 9 files changed, 16 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93ad460d6..895d5b6a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## Next release +## 0.4.1 / 2019-01-23 + +* [ENHANCEMENT] Use golang.org/x/net http2 server. #29 +* [ENHANCEMENT] Update Kubernetes to 1.13.2 #28 +* [ENHANCEMENT] Make multi-arch builds possible. #21 +* [BUGFIX] Log when server isn't able to start. #27 +* [BUGFIX] Set user specified TLS configuration when explicit TLS certificates are provided. + ## 0.4.0 / 2018-10-24 * [CHANGE] The config file flag has been renamed to `--config-file`. diff --git a/VERSION b/VERSION index fb7a04cff..5aff472dd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.4.0 +v0.4.1 diff --git a/examples/non-resource-url/README.md b/examples/non-resource-url/README.md index b79b9c718..ee6b4b53e 100644 --- a/examples/non-resource-url/README.md +++ b/examples/non-resource-url/README.md @@ -76,7 +76,7 @@ spec: serviceAccountName: kube-rbac-proxy containers: - name: kube-rbac-proxy - image: quay.io/brancz/kube-rbac-proxy:v0.4.0 + image: quay.io/brancz/kube-rbac-proxy:v0.4.1 args: - "--secure-listen-address=0.0.0.0:8443" - "--upstream=http://127.0.0.1:8081/" diff --git a/examples/non-resource-url/deployment.yaml b/examples/non-resource-url/deployment.yaml index 522bf91a9..f4d514c0f 100644 --- a/examples/non-resource-url/deployment.yaml +++ b/examples/non-resource-url/deployment.yaml @@ -58,7 +58,7 @@ spec: serviceAccountName: kube-rbac-proxy containers: - name: kube-rbac-proxy - image: quay.io/brancz/kube-rbac-proxy:v0.4.0 + image: quay.io/brancz/kube-rbac-proxy:v0.4.1 args: - "--secure-listen-address=0.0.0.0:8443" - "--upstream=http://127.0.0.1:8081/" diff --git a/examples/oidc/deployment.yaml b/examples/oidc/deployment.yaml index e6dee5548..f6f448be0 100644 --- a/examples/oidc/deployment.yaml +++ b/examples/oidc/deployment.yaml @@ -63,7 +63,7 @@ spec: serviceAccountName: kube-rbac-proxy containers: - name: kube-rbac-proxy - image: quay.io/brancz/kube-rbac-proxy:v0.4.0 + image: quay.io/brancz/kube-rbac-proxy:v0.4.1 args: - "--insecure-listen-address=0.0.0.0:8444" - "--upstream=http://127.0.0.1:8081/" diff --git a/examples/resource-attributes/README.md b/examples/resource-attributes/README.md index a6cb6f613..6343bef3a 100644 --- a/examples/resource-attributes/README.md +++ b/examples/resource-attributes/README.md @@ -90,7 +90,7 @@ spec: serviceAccountName: kube-rbac-proxy containers: - name: kube-rbac-proxy - image: quay.io/brancz/kube-rbac-proxy:v0.4.0 + image: quay.io/brancz/kube-rbac-proxy:v0.4.1 args: - "--secure-listen-address=0.0.0.0:8443" - "--upstream=http://127.0.0.1:8081/" diff --git a/examples/resource-attributes/deployment.yaml b/examples/resource-attributes/deployment.yaml index e9aeea6e6..fb2d7465c 100644 --- a/examples/resource-attributes/deployment.yaml +++ b/examples/resource-attributes/deployment.yaml @@ -72,7 +72,7 @@ spec: serviceAccountName: kube-rbac-proxy containers: - name: kube-rbac-proxy - image: quay.io/brancz/kube-rbac-proxy:v0.4.0 + image: quay.io/brancz/kube-rbac-proxy:v0.4.1 args: - "--secure-listen-address=0.0.0.0:8443" - "--upstream=http://127.0.0.1:8081/" diff --git a/examples/rewrites/README.md b/examples/rewrites/README.md index 739b84d7f..3760c074a 100644 --- a/examples/rewrites/README.md +++ b/examples/rewrites/README.md @@ -92,7 +92,7 @@ spec: serviceAccountName: kube-rbac-proxy containers: - name: kube-rbac-proxy - image: quay.io/brancz/kube-rbac-proxy:v0.4.0 + image: quay.io/brancz/kube-rbac-proxy:v0.4.1 args: - "--secure-listen-address=0.0.0.0:8443" - "--upstream=http://127.0.0.1:8081/" diff --git a/examples/rewrites/deployment.yaml b/examples/rewrites/deployment.yaml index 1fe0fd3b2..550d18d9a 100644 --- a/examples/rewrites/deployment.yaml +++ b/examples/rewrites/deployment.yaml @@ -74,7 +74,7 @@ spec: serviceAccountName: kube-rbac-proxy containers: - name: kube-rbac-proxy - image: quay.io/brancz/kube-rbac-proxy:v0.4.0 + image: quay.io/brancz/kube-rbac-proxy:v0.4.1 args: - "--secure-listen-address=0.0.0.0:8443" - "--upstream=http://127.0.0.1:8081/"