Skip to content

Add release-note/changelog for v0.14.0 #134

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions CHANGELOG/CHANGELOG-0.14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Release notes for v0.14.0

# Changelog since v0.13.0

## Changes by Kind

### Feature

- Add the `GetGroupControllerCapabilities` func under the `rpc` directory. ([#133](https://github.com/kubernetes-csi/csi-lib-utils/pull/133), [@carlory](https://github.com/carlory))

### Bug

- Add a timeout logic to the existing func `connect.Connect()` to aviod block infinitely for a caller. When it tries to connect for 30 seconds, this func will return an error if no connection has been established at that point. ([#131](https://github.com/kubernetes-csi/csi-lib-utils/pull/131), [@ConnorJC3](https://github.com/ConnorJC3))

### Other (Cleanup or Flake)

- Update dependency go modules for k8s v1.27.0. ([#132](https://github.com/kubernetes-csi/csi-lib-utils/pull/132), [@carlory](https://github.com/carlory))

## Dependencies

### Added

- github.com/google/uuid: [v1.3.0](https://github.com/google/uuid/tree/v1.3.0)

### Changed

- github.com/container-storage-interface/spec: [v1.7.0 → v1.8.0](https://github.com/container-storage-interface/spec/compare/v1.8.0...v1.7.0)
- github.com/go-openapi/jsonpointer: [v0.19.5 → v0.19.6](https://github.com/go-openapi/jsonpointer/compare/v0.19.6...v0.19.5)
- github.com/go-openapi/jsonreference: [v0.20.0 → v0.20.1](https://github.com/go-openapi/jsonreference/compare/v0.20.1...v0.20.0)
- github.com/go-openapi/swag: [v0.19.14 → v0.22.3](https://github.com/go-openapi/swag/compare/v0.22.3...v0.19.14)
- github.com/golang/protobuf: [v1.5.2 → v1.5.3](https://github.com/golang/protobuf/compare/v1.5.3...v1.5.2)
- github.com/mailru/easyjson: [v0.7.6 → v0.7.7](https://github.com/mailru/easyjson/compare/v0.7.7...v0.7.7)
- github.com/stretchr/testify: [v1.8.1 → v1.8.2](https://github.com/stretchr/testify/compare/v1.8.2...v1.8.1)
- golang.org/x/net: [v0.4.0 → v0.8.0](https://golang.org/x/net/compare/v0.8.0...v0.4.0)
- golang.org/x/sys: [v0.3.0 → v0.6.0](https://golang.org/x/sys/compare/v0.6.0...v0.3.0)
- golang.org/x/term: [v0.3.0 → v0.6.0](https://golang.org/x/term/compare/v0.6.0...v0.3.0)
- golang.org/x/text: [v0.5.0 → v0.8.0](https://golang.org/x/text/compare/v0.8.0...v0.5.0)
- google.golang.org/grpc: [v1.49.0 → v1.51.0](https://google.golang.org/grpc/compare/v1.51.0...v1.49.0)
- k8s.io/api: [v0.26.0 → v0.27.0](https://github.com/kubernetes/api/compare/v0.27.0...v0.26.0)
- k8s.io/apimachinery: [v0.26.0 → v0.27.0](https://github.com/kubernetes/apimachinery/compare/v0.27.0...v0.26.0)
- k8s.io/client-go: [v0.26.0 → v0.27.0](https://github.com/kubernetes/client-go/compare/v0.27.0...v0.26.0)
- k8s.io/klog/v2: [v2.80.1 → v2.90.1](https://github.com/kubernetes/klog/compare/v2.90.1...v2.80.1)
- k8s.io/kube-openapi: v0.0.0-20221012153701-172d655c2280 → v0.0.0-20230308215209-15aac26d736a
- k8s.io/utils: v0.0.0-20221107191617-1a15be271d1d → v0.0.0-20230209194617-a36077c30491
- sigs.k8s.io/json: v0.0.0-20220713155537-f223a00ba0e2 → v0.0.0-20221116044647-bc3834ca7abd
### Removed

_Nothing has changed._