Skip to content

Commit b578851

Browse files
ibihimstlaz
authored andcommitted
*: cut release v0.20.1
Signed-off-by: Krzysztof Ostrowski <kostrows@redhat.com>
1 parent f4cffa1 commit b578851

12 files changed

Lines changed: 15 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.20.1 / 2025-11-25
4+
5+
- [ENHANCEMENT] Bump dependencies
6+
37
## 0.20.0 / 2025-09-18
48

59
- ENHANCEMENT Major Kubernetes bump

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Release shepherds are chosen on a voluntary basis.
77

88
| release series | date of release (year-month-day) | release shepherd |
99
| -------------- | -------------------------------- | --------------------------------------- |
10-
| v0.20.0 | TBD | Krzysztof Ostrowski (GitHub: @ibihim) |
10+
| v0.20.1 | 2025-11-25 | Krzysztof Ostrowski (GitHub: @ibihim) |
1111
| v0.20.0 | 2025-09-18 | Krzysztof Ostrowski (GitHub: @ibihim) |
1212
| v0.19.1 | 2025-04-23 | Krzysztof Ostrowski (GitHub: @ibihim) |
1313
| v0.19.0 | 2025-02-14 | Krzysztof Ostrowski (GitHub: @ibihim) |

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.20.0
1+
v0.20.1

examples/non-resource-url-token-request/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ spec:
7878
serviceAccountName: kube-rbac-proxy
7979
containers:
8080
- name: kube-rbac-proxy
81-
image: quay.io/brancz/kube-rbac-proxy:v0.20.0
81+
image: quay.io/brancz/kube-rbac-proxy:v0.20.1
8282
args:
8383
- "--secure-listen-address=0.0.0.0:8443"
8484
- "--upstream=http://127.0.0.1:8081/"

examples/non-resource-url-token-request/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
serviceAccountName: kube-rbac-proxy
6464
containers:
6565
- name: kube-rbac-proxy
66-
image: quay.io/brancz/kube-rbac-proxy:v0.20.0
66+
image: quay.io/brancz/kube-rbac-proxy:v0.20.1
6767
args:
6868
- "--secure-listen-address=0.0.0.0:8443"
6969
- "--upstream=http://127.0.0.1:8081/"

examples/non-resource-url/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ spec:
8181
serviceAccountName: kube-rbac-proxy
8282
containers:
8383
- name: kube-rbac-proxy
84-
image: quay.io/brancz/kube-rbac-proxy:v0.20.0
84+
image: quay.io/brancz/kube-rbac-proxy:v0.20.1
8585
args:
8686
- "--secure-listen-address=0.0.0.0:8443"
8787
- "--upstream=http://127.0.0.1:8081/"

examples/non-resource-url/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
serviceAccountName: kube-rbac-proxy
6464
containers:
6565
- name: kube-rbac-proxy
66-
image: quay.io/brancz/kube-rbac-proxy:v0.20.0
66+
image: quay.io/brancz/kube-rbac-proxy:v0.20.1
6767
args:
6868
- "--secure-listen-address=0.0.0.0:8443"
6969
- "--upstream=http://127.0.0.1:8081/"

examples/oidc/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
serviceAccountName: kube-rbac-proxy
6767
containers:
6868
- name: kube-rbac-proxy
69-
image: quay.io/brancz/kube-rbac-proxy:v0.20.0
69+
image: quay.io/brancz/kube-rbac-proxy:v0.20.1
7070
args:
7171
- "--insecure-listen-address=0.0.0.0:8444"
7272
- "--upstream=http://127.0.0.1:8081/"

examples/resource-attributes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ spec:
9595
serviceAccountName: kube-rbac-proxy
9696
containers:
9797
- name: kube-rbac-proxy
98-
image: quay.io/brancz/kube-rbac-proxy:v0.20.0
98+
image: quay.io/brancz/kube-rbac-proxy:v0.20.1
9999
args:
100100
- "--secure-listen-address=0.0.0.0:8443"
101101
- "--upstream=http://127.0.0.1:8081/"

examples/resource-attributes/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ spec:
7777
serviceAccountName: kube-rbac-proxy
7878
containers:
7979
- name: kube-rbac-proxy
80-
image: quay.io/brancz/kube-rbac-proxy:v0.20.0
80+
image: quay.io/brancz/kube-rbac-proxy:v0.20.1
8181
args:
8282
- "--secure-listen-address=0.0.0.0:8443"
8383
- "--upstream=http://127.0.0.1:8081/"

0 commit comments

Comments
 (0)