File tree 12 files changed +17
-11
lines changed
non-resource-url-token-request
12 files changed +17
-11
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.19.0 / 2025-02-14
2
+
3
+ - [ ENHANCEMENT] Bump deps
4
+ - [ ENHANCEMENT] OIDC authenticator defaults to using host's root CA pool if CA file is not provided
5
+
1
6
## 0.18.2 / 2024-11-29
2
7
3
8
- [ BUGFIX] Mask tokens even in the high verbosity in logs
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ Release shepherds are chosen on a voluntary basis.
7
7
8
8
| release series | date of release (year-month-day) | release shepherd |
9
9
| ----------------| ----------------------------------| -----------------------------------------|
10
- | v0.19.0 | TBD | Krzysztof Ostrowski (GitHub: @ibihim ) |
10
+ | v0.20.0 | TBD | Krzysztof Ostrowski (GitHub: @ibihim ) |
11
+ | v0.19.0 | 2025-02-14 | Krzysztof Ostrowski (GitHub: @ibihim ) |
11
12
| v0.18.2 | 2024-11-29 | Anya Kramar (GitHub: @kramaranya ) |
12
13
| v0.18.1 | 2024-08-30 | Krzysztof Ostrowski (GitHub: @ibihim ) |
13
14
| v0.18.0 | 2024-06-05 | Krzysztof Ostrowski (GitHub: @ibihim ) |
Original file line number Diff line number Diff line change 1
- v0.18.2
1
+ v0.19.0
Original file line number Diff line number Diff line change 78
78
serviceAccountName : kube-rbac-proxy
79
79
containers :
80
80
- name : kube-rbac-proxy
81
- image : quay.io/brancz/kube-rbac-proxy:v0.18.2
81
+ image : quay.io/brancz/kube-rbac-proxy:v0.19.0
82
82
args :
83
83
- " --secure-listen-address=0.0.0.0:8443"
84
84
- " --upstream=http://127.0.0.1:8081/"
Original file line number Diff line number Diff line change 63
63
serviceAccountName : kube-rbac-proxy
64
64
containers :
65
65
- name : kube-rbac-proxy
66
- image : quay.io/brancz/kube-rbac-proxy:v0.18.2
66
+ image : quay.io/brancz/kube-rbac-proxy:v0.19.0
67
67
args :
68
68
- " --secure-listen-address=0.0.0.0:8443"
69
69
- " --upstream=http://127.0.0.1:8081/"
Original file line number Diff line number Diff line change 81
81
serviceAccountName : kube-rbac-proxy
82
82
containers :
83
83
- name : kube-rbac-proxy
84
- image : quay.io/brancz/kube-rbac-proxy:v0.18.2
84
+ image : quay.io/brancz/kube-rbac-proxy:v0.19.0
85
85
args :
86
86
- " --secure-listen-address=0.0.0.0:8443"
87
87
- " --upstream=http://127.0.0.1:8081/"
Original file line number Diff line number Diff line change 63
63
serviceAccountName : kube-rbac-proxy
64
64
containers :
65
65
- name : kube-rbac-proxy
66
- image : quay.io/brancz/kube-rbac-proxy:v0.18.2
66
+ image : quay.io/brancz/kube-rbac-proxy:v0.19.0
67
67
args :
68
68
- " --secure-listen-address=0.0.0.0:8443"
69
69
- " --upstream=http://127.0.0.1:8081/"
Original file line number Diff line number Diff line change 66
66
serviceAccountName : kube-rbac-proxy
67
67
containers :
68
68
- name : kube-rbac-proxy
69
- image : quay.io/brancz/kube-rbac-proxy:v0.18.2
69
+ image : quay.io/brancz/kube-rbac-proxy:v0.19.0
70
70
args :
71
71
- " --insecure-listen-address=0.0.0.0:8444"
72
72
- " --upstream=http://127.0.0.1:8081/"
Original file line number Diff line number Diff line change 95
95
serviceAccountName : kube-rbac-proxy
96
96
containers :
97
97
- name : kube-rbac-proxy
98
- image : quay.io/brancz/kube-rbac-proxy:v0.18.2
98
+ image : quay.io/brancz/kube-rbac-proxy:v0.19.0
99
99
args :
100
100
- " --secure-listen-address=0.0.0.0:8443"
101
101
- " --upstream=http://127.0.0.1:8081/"
Original file line number Diff line number Diff line change 77
77
serviceAccountName : kube-rbac-proxy
78
78
containers :
79
79
- name : kube-rbac-proxy
80
- image : quay.io/brancz/kube-rbac-proxy:v0.18.2
80
+ image : quay.io/brancz/kube-rbac-proxy:v0.19.0
81
81
args :
82
82
- " --secure-listen-address=0.0.0.0:8443"
83
83
- " --upstream=http://127.0.0.1:8081/"
Original file line number Diff line number Diff line change 97
97
serviceAccountName : kube-rbac-proxy
98
98
containers :
99
99
- name : kube-rbac-proxy
100
- image : quay.io/brancz/kube-rbac-proxy:v0.18.2
100
+ image : quay.io/brancz/kube-rbac-proxy:v0.19.0
101
101
args :
102
102
- " --secure-listen-address=0.0.0.0:8443"
103
103
- " --upstream=http://127.0.0.1:8081/"
Original file line number Diff line number Diff line change 79
79
serviceAccountName : kube-rbac-proxy
80
80
containers :
81
81
- name : kube-rbac-proxy
82
- image : quay.io/brancz/kube-rbac-proxy:v0.18.2
82
+ image : quay.io/brancz/kube-rbac-proxy:v0.19.0
83
83
args :
84
84
- " --secure-listen-address=0.0.0.0:8443"
85
85
- " --upstream=http://127.0.0.1:8081/"
You can’t perform that action at this time.
0 commit comments