|
| 1 | +# Release notes for v2.3.0 |
| 2 | + |
| 3 | +[Documentation](https://kubernetes-csi.github.io/docs/) |
| 4 | + |
| 5 | +# Changelog since v2.2.0 |
| 6 | + |
| 7 | +## Changes by Kind |
| 8 | + |
| 9 | +### Uncategorized |
| 10 | + - Updated runtime (Go 1.16) and dependencies ([#107](https://github.com/kubernetes-csi/livenessprobe/pull/107), [@pohly](https://github.com/pohly)) |
| 11 | + |
| 12 | +## Dependencies |
| 13 | + |
| 14 | +### Added |
| 15 | +_Nothing has changed._ |
| 16 | + |
| 17 | +### Changed |
| 18 | +- github.com/cncf/udpa/go: [efcf912 → 5459f2c](https://github.com/cncf/udpa/go/compare/efcf912...5459f2c) |
| 19 | +- github.com/container-storage-interface/spec: [v1.3.0 → v1.4.0](https://github.com/container-storage-interface/spec/compare/v1.3.0...v1.4.0) |
| 20 | +- github.com/envoyproxy/go-control-plane: [v0.9.7 → fd9021f](https://github.com/envoyproxy/go-control-plane/compare/v0.9.7...fd9021f) |
| 21 | +- github.com/go-logr/logr: [v0.3.0 → v0.4.0](https://github.com/go-logr/logr/compare/v0.3.0...v0.4.0) |
| 22 | +- github.com/golang/protobuf: [v1.4.3 → v1.5.1](https://github.com/golang/protobuf/compare/v1.4.3...v1.5.1) |
| 23 | +- github.com/google/go-cmp: [v0.5.2 → v0.5.5](https://github.com/google/go-cmp/compare/v0.5.2...v0.5.5) |
| 24 | +- github.com/kubernetes-csi/csi-lib-utils: [v0.9.0 → v0.9.1](https://github.com/kubernetes-csi/csi-lib-utils/compare/v0.9.0...v0.9.1) |
| 25 | +- github.com/prometheus/client_golang: [v1.8.0 → v1.9.0](https://github.com/prometheus/client_golang/compare/v1.8.0...v1.9.0) |
| 26 | +- github.com/prometheus/common: [v0.15.0 → v0.19.0](https://github.com/prometheus/common/compare/v0.15.0...v0.19.0) |
| 27 | +- github.com/prometheus/procfs: [v0.2.0 → v0.6.0](https://github.com/prometheus/procfs/compare/v0.2.0...v0.6.0) |
| 28 | +- golang.org/x/net: 986b41b → d523dce |
| 29 | +- golang.org/x/sync: cd5d95a → 09787c9 |
| 30 | +- golang.org/x/sys: f9fddec → c4fcb01 |
| 31 | +- golang.org/x/text: v0.3.4 → v0.3.5 |
| 32 | +- google.golang.org/genproto: 8c77b98 → 75c7a85 |
| 33 | +- google.golang.org/grpc: v1.34.0 → v1.36.0 |
| 34 | +- google.golang.org/protobuf: v1.25.0 → v1.26.0 |
| 35 | +- k8s.io/api: v0.20.0 → v0.20.4 |
| 36 | +- k8s.io/apimachinery: v0.20.0 → v0.20.4 |
| 37 | +- k8s.io/client-go: v0.20.0 → v0.20.4 |
| 38 | +- k8s.io/component-base: v0.20.0 → v0.20.4 |
| 39 | +- k8s.io/klog/v2: v2.4.0 → v2.8.0 |
| 40 | + |
| 41 | +### Removed |
| 42 | +_Nothing has changed._ |
0 commit comments