Skip to content

Commit 9ad8f5f

Browse files
authored
Merge pull request #37 from saad-ali/changelog070
Add changelog for 0.7.0 release
2 parents 62bc1d7 + 4112ab6 commit 9ad8f5f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG-0.7.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog since v0.6.1
2+
3+
## Breaking Changes
4+
5+
- The rpc and connection package had duplicate code removed from connection package. [#31](https://github.com/kubernetes-csi/csi-lib-utils/pull/31), [@Madhu-1](https://github.com/Madhu-1))
6+
- The connection package requires the new `metrics.CSIMetricsManager`.
7+
8+
9+
## New Features
10+
11+
- Introduce a CSI Metrics package (github.com/kubernetes-csi/csi-lib-utils/metrics) that can be used to automatically record prometheus metrics for every CSI gRPC call. ([#35](https://github.com/kubernetes-csi/csi-lib-utils/pull/35), [@saad-ali](https://github.com/saad-ali))
12+
13+
14+
## Other Notable Changes
15+
16+
- Switch to vendoring and dependencies managed with "go mod" ([#33](https://github.com/kubernetes-csi/csi-lib-utils/pull/33), [@pohly](https://github.com/pohly))
17+
- Kubernetes dependencies update to v1.17.0
18+

0 commit comments

Comments
 (0)