Skip to content

Commit 65152b8

Browse files
committed
*: cut v0.20.2 release
Signed-off-by: Krzysztof Ostrowski <kostrows@redhat.com>
1 parent 62b9ee2 commit 65152b8

File tree

13 files changed

+16
-11
lines changed

13 files changed

+16
-11
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
env:
66
QUAY_PATH: quay.io/brancz/kube-rbac-proxy
77
kind-version: v0.30.0
8-
go-version: 1.25
8+
go-version: 1.25.5
99

1010
defaults:
1111
run:

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.2 / 2026-01-12
4+
5+
- [ENHANCEMENT] Bump dependencies
6+
37
## 0.20.1 / 2025-11-25
48

59
- [ENHANCEMENT] Bump dependencies

RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +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.2 | 2026-01-12 | Krzysztof Ostrowski (GitHub: @ibihim) |
1011
| v0.20.1 | 2025-11-25 | Krzysztof Ostrowski (GitHub: @ibihim) |
1112
| v0.20.0 | 2025-09-18 | Krzysztof Ostrowski (GitHub: @ibihim) |
1213
| v0.19.1 | 2025-04-23 | Krzysztof Ostrowski (GitHub: @ibihim) |

VERSION

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

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.1
81+
image: quay.io/brancz/kube-rbac-proxy:v0.20.2
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.1
66+
image: quay.io/brancz/kube-rbac-proxy:v0.20.2
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.1
84+
image: quay.io/brancz/kube-rbac-proxy:v0.20.2
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.1
66+
image: quay.io/brancz/kube-rbac-proxy:v0.20.2
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.1
69+
image: quay.io/brancz/kube-rbac-proxy:v0.20.2
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.1
98+
image: quay.io/brancz/kube-rbac-proxy:v0.20.2
9999
args:
100100
- "--secure-listen-address=0.0.0.0:8443"
101101
- "--upstream=http://127.0.0.1:8081/"

0 commit comments

Comments
 (0)