File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ Notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
5
5
Kubeclient release versioning follows [ SemVer] ( https://semver.org/ ) .
6
6
7
+ ## Unreleased 4.9.z
8
+
9
+ ### Fixed
10
+
11
+ - ` Config ` : fixed parsing of ` certificate-authority ` or ` certificate-authority-data `
12
+ containing concatenation of several certificates. Previously, server's cert was checked
13
+ against only first CA cert, resulting in possible "certificate verify failed" errors.
14
+
15
+ An important use case is a chain of root & intermediate cert(s) - necessary when cluster's CA
16
+ itself is signed by another custom CA.
17
+ But also helps when you simply concatenate independent certs. (#460 , #461 , #552 )
18
+
7
19
## 4.9.2 — 2021-05-30
8
20
9
21
### Added
You can’t perform that action at this time.
0 commit comments