Skip to content

Commit 4612ad9

Browse files
committed
Add changelog for v0.16.0
1 parent 15dfc7a commit 4612ad9

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

CHANGELOG/CHANGELOG-0.16.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Release notes for v0.16.0
2+
3+
# Changelog since v0.15.0
4+
5+
## Changes by Kind
6+
7+
### Uncategorized
8+
9+
- Updated google.golang.org/grpc to v1.59.0. To keep existing behavior, gRPC connection idling is force disabled, i.e. a connection is *not* closed after 30 minutes of inactivity. ([#153](https://github.com/kubernetes-csi/csi-lib-utils/pull/153), [@jsafrane](https://github.com/jsafrane))
10+
11+
## Dependencies
12+
13+
### Added
14+
_Nothing has changed._
15+
16+
### Changed
17+
- cloud.google.com/go/compute: v1.15.1 → v1.23.0
18+
- github.com/cncf/xds/go: [06c439d → e9ce688](https://github.com/cncf/xds/go/compare/06c439d...e9ce688)
19+
- github.com/envoyproxy/go-control-plane: [v0.10.3 → v0.11.1](https://github.com/envoyproxy/go-control-plane/compare/v0.10.3...v0.11.1)
20+
- github.com/envoyproxy/protoc-gen-validate: [v0.9.1 → v1.0.2](https://github.com/envoyproxy/protoc-gen-validate/compare/v0.9.1...v1.0.2)
21+
- github.com/golang/glog: [v1.0.0 → v1.1.2](https://github.com/golang/glog/compare/v1.0.0...v1.1.2)
22+
- github.com/google/uuid: [v1.3.0 → v1.3.1](https://github.com/google/uuid/compare/v1.3.0...v1.3.1)
23+
- github.com/stretchr/testify: [v1.8.2 → v1.8.4](https://github.com/stretchr/testify/compare/v1.8.2...v1.8.4)
24+
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.41.0 → v0.44.0
25+
- go.opentelemetry.io/otel/metric: v0.38.0 → v1.19.0
26+
- go.opentelemetry.io/otel/trace: v1.15.0 → v1.19.0
27+
- go.opentelemetry.io/otel: v1.15.0 → v1.19.0
28+
- golang.org/x/crypto: v0.11.0 → v0.15.0
29+
- golang.org/x/net: v0.13.0 → v0.18.0
30+
- golang.org/x/oauth2: v0.8.0 → v0.11.0
31+
- golang.org/x/sync: v0.2.0 → v0.3.0
32+
- golang.org/x/sys: v0.10.0 → v0.14.0
33+
- golang.org/x/term: v0.10.0 → v0.14.0
34+
- golang.org/x/text: v0.11.0 → v0.14.0
35+
- google.golang.org/genproto/googleapis/api: dd9d682 → b8732ec
36+
- google.golang.org/genproto/googleapis/rpc: 28d5490 → bbf56f3
37+
- google.golang.org/genproto: 0005af6 → d783a09
38+
- google.golang.org/grpc: v1.54.0 → v1.59.0
39+
- google.golang.org/protobuf: v1.30.0 → v1.31.0
40+
41+
### Removed
42+
_Nothing has changed._

0 commit comments

Comments
 (0)