File tree 12 files changed +20
-11
lines changed
non-resource-url-token-request
12 files changed +20
-11
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.15.0 / 2023-10-20
2
+
3
+ - [ ENHANCEMENT] bump opentelemetry to fix CVE
4
+ - [ ENHANCEMENT] add option to disable HTTP/2: ` --http2-disable ` (default: ` false ` )
5
+ - [ ENHANCEMENT] add option to fine-tune HTTP/2:
6
+ - ` --http2-max-size ` (default: 256kb)
7
+ - ` --http2-max-concurrent-streams ` (default: 100)
8
+
1
9
## 0.14.4 / 2023-10-16
2
10
3
11
- [ ENHANCEMENT] bump golang and x/net
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.15.0 | TBD | Krzysztof Ostrowski (GitHub: @ibihim ) |
10
+ | v0.16.0 | TBD | Krzysztof Ostrowski (GitHub: @ibihim ) |
11
+ | v0.15.0 | 2023-10-20 | Krzysztof Ostrowski (GitHub: @ibihim ) |
11
12
| v0.14.4 | 2023-10-16 | Krzysztof Ostrowski (GitHub: @ibihim ) |
12
13
| v0.14.3 | 2023-09-07 | Krzysztof Ostrowski (GitHub: @ibihim ) |
13
14
| v0.14.2 | 2023-06-05 | Krzysztof Ostrowski (GitHub: @ibihim ) |
Original file line number Diff line number Diff line change 1
- v0.14.4
1
+ v0.15.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.14.4
81
+ image : quay.io/brancz/kube-rbac-proxy:v0.15.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.14.4
66
+ image : quay.io/brancz/kube-rbac-proxy:v0.15.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.14.4
84
+ image : quay.io/brancz/kube-rbac-proxy:v0.15.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.14.4
66
+ image : quay.io/brancz/kube-rbac-proxy:v0.15.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.14.4
69
+ image : quay.io/brancz/kube-rbac-proxy:v0.15.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.14.4
98
+ image : quay.io/brancz/kube-rbac-proxy:v0.15.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.14.4
80
+ image : quay.io/brancz/kube-rbac-proxy:v0.15.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.14.4
100
+ image : quay.io/brancz/kube-rbac-proxy:v0.15.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.14.4
82
+ image : quay.io/brancz/kube-rbac-proxy:v0.15.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