diff --git a/CHANGELOG.md b/CHANGELOG.md index 41065496a..8bbfc5035 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.14.4 / 2023-10-16 + +- [ENHANCEMENT] bump golang and x/net + ## 0.14.3 / 2023-09-07 - [BUGFIX] `--version` returns now the proper kube-rbac-proxy version diff --git a/RELEASE.md b/RELEASE.md index 58b35c5a6..cfd3b0753 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -8,6 +8,7 @@ Release shepherds are chosen on a voluntary basis. | release series | date of release (year-month-day) | release shepherd | |----------------|----------------------------------|---------------------------------------------| | v0.15.0 | TBD | Krzysztof Ostrowski (GitHub: @ibihim) | +| v0.14.4 | 2023-10-16 | Krzysztof Ostrowski (GitHub: @ibihim) | | v0.14.3 | 2023-09-07 | Krzysztof Ostrowski (GitHub: @ibihim) | | v0.14.2 | 2023-06-05 | Krzysztof Ostrowski (GitHub: @ibihim) | | v0.14.1 | 2023-04-06 | Krzysztof Ostrowski (GitHub: @ibihim) | diff --git a/VERSION b/VERSION index 818cabd8a..6cf9fa53d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.14.3 +v0.14.4 diff --git a/examples/non-resource-url-token-request/README.md b/examples/non-resource-url-token-request/README.md index d2f34cc9c..fc594f94c 100644 --- a/examples/non-resource-url-token-request/README.md +++ b/examples/non-resource-url-token-request/README.md @@ -78,7 +78,7 @@ spec: serviceAccountName: kube-rbac-proxy containers: - name: kube-rbac-proxy - image: quay.io/brancz/kube-rbac-proxy:v0.14.3 + image: quay.io/brancz/kube-rbac-proxy:v0.14.4 args: - "--secure-listen-address=0.0.0.0:8443" - "--upstream=http://127.0.0.1:8081/" diff --git a/examples/non-resource-url-token-request/deployment.yaml b/examples/non-resource-url-token-request/deployment.yaml index f481f7dd2..4bf81e85b 100644 --- a/examples/non-resource-url-token-request/deployment.yaml +++ b/examples/non-resource-url-token-request/deployment.yaml @@ -63,7 +63,7 @@ spec: serviceAccountName: kube-rbac-proxy containers: - name: kube-rbac-proxy - image: quay.io/brancz/kube-rbac-proxy:v0.14.3 + image: quay.io/brancz/kube-rbac-proxy:v0.14.4 args: - "--secure-listen-address=0.0.0.0:8443" - "--upstream=http://127.0.0.1:8081/" diff --git a/examples/non-resource-url/README.md b/examples/non-resource-url/README.md index daea3dacb..fee97cb87 100644 --- a/examples/non-resource-url/README.md +++ b/examples/non-resource-url/README.md @@ -81,7 +81,7 @@ spec: serviceAccountName: kube-rbac-proxy containers: - name: kube-rbac-proxy - image: quay.io/brancz/kube-rbac-proxy:v0.14.3 + image: quay.io/brancz/kube-rbac-proxy:v0.14.4 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 ccf72023e..f3edc6569 100644 --- a/examples/non-resource-url/deployment.yaml +++ b/examples/non-resource-url/deployment.yaml @@ -63,7 +63,7 @@ spec: serviceAccountName: kube-rbac-proxy containers: - name: kube-rbac-proxy - image: quay.io/brancz/kube-rbac-proxy:v0.14.3 + image: quay.io/brancz/kube-rbac-proxy:v0.14.4 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 862fa3bfc..7bdc1698e 100644 --- a/examples/oidc/deployment.yaml +++ b/examples/oidc/deployment.yaml @@ -66,7 +66,7 @@ spec: serviceAccountName: kube-rbac-proxy containers: - name: kube-rbac-proxy - image: quay.io/brancz/kube-rbac-proxy:v0.14.3 + image: quay.io/brancz/kube-rbac-proxy:v0.14.4 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 19ff40762..361d7b513 100644 --- a/examples/resource-attributes/README.md +++ b/examples/resource-attributes/README.md @@ -95,7 +95,7 @@ spec: serviceAccountName: kube-rbac-proxy containers: - name: kube-rbac-proxy - image: quay.io/brancz/kube-rbac-proxy:v0.14.3 + image: quay.io/brancz/kube-rbac-proxy:v0.14.4 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 27cd3e62e..c5c0c42ae 100644 --- a/examples/resource-attributes/deployment.yaml +++ b/examples/resource-attributes/deployment.yaml @@ -77,7 +77,7 @@ spec: serviceAccountName: kube-rbac-proxy containers: - name: kube-rbac-proxy - image: quay.io/brancz/kube-rbac-proxy:v0.14.3 + image: quay.io/brancz/kube-rbac-proxy:v0.14.4 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 22db4c6fb..439b83ec0 100644 --- a/examples/rewrites/README.md +++ b/examples/rewrites/README.md @@ -97,7 +97,7 @@ spec: serviceAccountName: kube-rbac-proxy containers: - name: kube-rbac-proxy - image: quay.io/brancz/kube-rbac-proxy:v0.14.3 + image: quay.io/brancz/kube-rbac-proxy:v0.14.4 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 94b19925c..66f9e4ac9 100644 --- a/examples/rewrites/deployment.yaml +++ b/examples/rewrites/deployment.yaml @@ -79,7 +79,7 @@ spec: serviceAccountName: kube-rbac-proxy containers: - name: kube-rbac-proxy - image: quay.io/brancz/kube-rbac-proxy:v0.14.3 + image: quay.io/brancz/kube-rbac-proxy:v0.14.4 args: - "--secure-listen-address=0.0.0.0:8443" - "--upstream=http://127.0.0.1:8081/"