Skip to content

Commit 03a206e

Browse files
committed
Changelog for fix for #460
1 parent c429702 commit 03a206e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ Notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55
Kubeclient release versioning follows [SemVer](https://semver.org/).
66

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+
719
## 4.9.2 — 2021-05-30
820

921
### Added

0 commit comments

Comments
 (0)