Skip to content

Commit b2874c4

Browse files
authored
Merge pull request #181 from dfajmon/release-notes
Release notes v11.0.0
2 parents a5da938 + 6f922cb commit b2874c4

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG/CHANGELOG-11.0.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Release notes for v11.0.0
2+
3+
# Changelog since v10.0.1
4+
5+
## Changes by Kind
6+
7+
### Feature
8+
9+
- Signature of NewProvisionController has been changed to support contextual logging for eventRecorder. This is a breaking change that requires updates to code that calls this function. ([#171](https://github.com/kubernetes-sigs/sig-storage-lib-external-provisioner/pull/171), [@bells17](https://github.com/bells17))
10+
11+
### Bug or Regression
12+
13+
- Add a callback to customize PV name ([#178](https://github.com/kubernetes-sigs/sig-storage-lib-external-provisioner/pull/178), [@smileusd](https://github.com/smileusd))
14+
15+
### Uncategorized
16+
17+
- Fixed overwriting of internal informer cache. This could lead to multiple Provision() calls for a single PVC in very rare (impossible?) cases. The library relies on idempotency of the Provision() call. Please report any frequent duplicate Provision() calls. ([#179](https://github.com/kubernetes-sigs/sig-storage-lib-external-provisioner/pull/179), [@goushicui](https://github.com/goushicui))
18+
19+
## Dependencies
20+
21+
### Added
22+
_Nothing has changed._
23+
24+
### Changed
25+
_Nothing has changed._
26+
27+
### Removed
28+
_Nothing has changed._

0 commit comments

Comments
 (0)