-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add changelog for a new release.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Release notes for v0.9.0 | ||
|
||
[Documentation](https://docs.k8s.io/docs/home) | ||
# Changelog since v0.8.1 | ||
|
||
## Changes by Kind | ||
|
||
### Other (Cleanup or Flake) | ||
|
||
- Projects using csi-lib-utils should update to klog/v2 or must ensure that klog/v1 and klog/v2 are both configured as described in https://github.com/kubernetes/klog/blob/master/examples/coexist_klog_v1_and_v2/coexist_klog_v1_and_v2.go. ([#60](https://github.com/kubernetes-csi/csi-lib-utils/pull/60), [@pohly](https://github.com/pohly)) | ||
|
||
## Dependencies | ||
|
||
### Added | ||
_Nothing has changed._ | ||
|
||
### Changed | ||
- github.com/golang/groupcache: [8c9f03a → 215e871](https://github.com/golang/groupcache/compare/8c9f03a...215e871) | ||
- github.com/onsi/ginkgo: [v1.12.0 → v1.11.0](https://github.com/onsi/ginkgo/compare/v1.12.0...v1.11.0) | ||
- github.com/onsi/gomega: [v1.7.1 → v1.7.0](https://github.com/onsi/gomega/compare/v1.7.1...v1.7.0) | ||
|
||
### Removed | ||
- k8s.io/klog: v1.0.0 |