File tree 11 files changed +16
-10
lines changed
non-resource-url-token-request
11 files changed +16
-10
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.9.0 / 2021-04-27
2
+
3
+ * [ FEATURE] Support rewrites using HTTP headers in addition to query parameters. #104
4
+ * [ FEATURE] Support pass-through of client certificates. #113
5
+ * [ FEATURE] Support TLS 1.3. #120
6
+
1
7
## 0.8.0 / 2020-11-03
2
8
3
9
* [ FEATURE] Add ability with the new ` --ignore-paths ` flag to define paths for which kube-rbac-proxy will proxy without performing authn/authz. This cannot be used with ` --allow-paths ` . #91
Original file line number Diff line number Diff line change 1
- v0.8 .0
1
+ v0.9 .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.8 .0
81
+ image : quay.io/brancz/kube-rbac-proxy:v0.9 .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.8 .0
66
+ image : quay.io/brancz/kube-rbac-proxy:v0.9 .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 78
78
serviceAccountName : kube-rbac-proxy
79
79
containers :
80
80
- name : kube-rbac-proxy
81
- image : quay.io/brancz/kube-rbac-proxy:v0.8 .0
81
+ image : quay.io/brancz/kube-rbac-proxy:v0.9 .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 60
60
serviceAccountName : kube-rbac-proxy
61
61
containers :
62
62
- name : kube-rbac-proxy
63
- image : quay.io/brancz/kube-rbac-proxy:v0.8 .0
63
+ image : quay.io/brancz/kube-rbac-proxy:v0.9 .0
64
64
args :
65
65
- " --secure-listen-address=0.0.0.0:8443"
66
66
- " --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.8 .0
66
+ image : quay.io/brancz/kube-rbac-proxy:v0.9 .0
67
67
args :
68
68
- " --insecure-listen-address=0.0.0.0:8444"
69
69
- " --upstream=http://127.0.0.1:8081/"
Original file line number Diff line number Diff line change 92
92
serviceAccountName : kube-rbac-proxy
93
93
containers :
94
94
- name : kube-rbac-proxy
95
- image : quay.io/brancz/kube-rbac-proxy:v0.8 .0
95
+ image : quay.io/brancz/kube-rbac-proxy:v0.9 .0
96
96
args :
97
97
- " --secure-listen-address=0.0.0.0:8443"
98
98
- " --upstream=http://127.0.0.1:8081/"
Original file line number Diff line number Diff line change 74
74
serviceAccountName : kube-rbac-proxy
75
75
containers :
76
76
- name : kube-rbac-proxy
77
- image : quay.io/brancz/kube-rbac-proxy:v0.8 .0
77
+ image : quay.io/brancz/kube-rbac-proxy:v0.9 .0
78
78
args :
79
79
- " --secure-listen-address=0.0.0.0:8443"
80
80
- " --upstream=http://127.0.0.1:8081/"
Original file line number Diff line number Diff line change 94
94
serviceAccountName : kube-rbac-proxy
95
95
containers :
96
96
- name : kube-rbac-proxy
97
- image : quay.io/brancz/kube-rbac-proxy:v0.8 .0
97
+ image : quay.io/brancz/kube-rbac-proxy:v0.9 .0
98
98
args :
99
99
- " --secure-listen-address=0.0.0.0:8443"
100
100
- " --upstream=http://127.0.0.1:8081/"
Original file line number Diff line number Diff line change 76
76
serviceAccountName : kube-rbac-proxy
77
77
containers :
78
78
- name : kube-rbac-proxy
79
- image : quay.io/brancz/kube-rbac-proxy:v0.8 .0
79
+ image : quay.io/brancz/kube-rbac-proxy:v0.9 .0
80
80
args :
81
81
- " --secure-listen-address=0.0.0.0:8443"
82
82
- " --upstream=http://127.0.0.1:8081/"
You can’t perform that action at this time.
0 commit comments