Skip to content

Commit ff5a7b3

Browse files
committed
Prepare release v0.9.0
Add changelog for a new release.
1 parent 23a32a1 commit ff5a7b3

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG/CHANGELOG-0.9.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Release notes for v0.9.0
2+
3+
[Documentation](https://docs.k8s.io/docs/home)
4+
5+
# Changelog since v0.8.0
6+
7+
## Changes by Kind
8+
9+
### Feature
10+
11+
- Add `process_start_time_seconds` into the csi metric lib. ([#54](https://github.com/kubernetes-csi/csi-lib-utils/pull/54), [@Jiawei0227](https://github.com/Jiawei0227))
12+
13+
### Bug or Regression
14+
15+
- Fix k8s.io/client-go version in go.mod ([#53](https://github.com/kubernetes-csi/csi-lib-utils/pull/53), [@avorima](https://github.com/avorima))
16+
17+
### Other (Cleanup or Flake)
18+
19+
- 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))
20+
21+
## Dependencies
22+
23+
### Added
24+
_Nothing has changed._
25+
26+
### Changed
27+
- github.com/golang/groupcache: [8c9f03a → 215e871](https://github.com/golang/groupcache/compare/8c9f03a...215e871)
28+
- github.com/onsi/ginkgo: [v1.12.0 → v1.11.0](https://github.com/onsi/ginkgo/compare/v1.12.0...v1.11.0)
29+
- github.com/onsi/gomega: [v1.7.1 → v1.7.0](https://github.com/onsi/gomega/compare/v1.7.1...v1.7.0)
30+
31+
### Removed
32+
- k8s.io/klog: v1.0.0

0 commit comments

Comments
 (0)