Skip to content

Commit d002ca2

Browse files
authored
Merge pull request #187 from dfajmon/changelog-1.20.0
Add changelog v0.20.0
2 parents 0b6c8eb + 72bdf88 commit d002ca2

File tree

1 file changed

+86
-0
lines changed

1 file changed

+86
-0
lines changed

CHANGELOG/CHANGELOG-0.20.md

+86
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
# Release notes for v0.20.0
2+
3+
# Changelog since v0.19.0
4+
5+
## Changes by Kind
6+
7+
### Other (Cleanup or Flake)
8+
9+
- The output format of protosanitizer is slightly refined. ([#184](https://github.com/kubernetes-csi/csi-lib-utils/pull/184), [@huww98](https://github.com/huww98))
10+
- Update Kubernetes dependencies to 1.32.0 ([#185](https://github.com/kubernetes-csi/csi-lib-utils/pull/185), [@dfajmon](https://github.com/dfajmon))
11+
12+
## Dependencies
13+
14+
### Added
15+
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp: [v1.24.2](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/tree/detectors/gcp/v1.24.2)
16+
- github.com/klauspost/compress: [v1.17.11](https://github.com/klauspost/compress/tree/v1.17.11)
17+
- github.com/kylelemons/godebug: [v1.1.0](https://github.com/kylelemons/godebug/tree/v1.1.0)
18+
- github.com/planetscale/vtprotobuf: [0393e58](https://github.com/planetscale/vtprotobuf/tree/0393e58)
19+
- go.opentelemetry.io/auto/sdk: v1.1.0
20+
- go.opentelemetry.io/contrib/detectors/gcp: v1.31.0
21+
- go.opentelemetry.io/otel/sdk/metric: v1.31.0
22+
23+
### Changed
24+
- cel.dev/expr: v0.15.0 → v0.16.2
25+
- cloud.google.com/go/compute/metadata: v0.3.0 → v0.5.2
26+
- github.com/Azure/go-ansiterm: [d185dfc → 306776e](https://github.com/Azure/go-ansiterm/compare/d185dfc...306776e)
27+
- github.com/NYTimes/gziphandler: [56545f4 → v1.1.1](https://github.com/NYTimes/gziphandler/compare/56545f4...v1.1.1)
28+
- github.com/cncf/xds/go: [555b57e → b4127c9](https://github.com/cncf/xds/compare/555b57e...b4127c9)
29+
- github.com/container-storage-interface/spec: [v1.9.0 → v1.11.0](https://github.com/container-storage-interface/spec/compare/v1.9.0...v1.11.0)
30+
- github.com/emicklei/go-restful/v3: [v3.11.0 → v3.12.1](https://github.com/emicklei/go-restful/compare/v3.11.0...v3.12.1)
31+
- github.com/envoyproxy/go-control-plane: [v0.12.0 → v0.13.1](https://github.com/envoyproxy/go-control-plane/compare/v0.12.0...v0.13.1)
32+
- github.com/envoyproxy/protoc-gen-validate: [v1.0.4 → v1.1.0](https://github.com/envoyproxy/protoc-gen-validate/compare/v1.0.4...v1.1.0)
33+
- github.com/go-openapi/jsonpointer: [v0.19.6 → v0.21.0](https://github.com/go-openapi/jsonpointer/compare/v0.19.6...v0.21.0)
34+
- github.com/go-openapi/jsonreference: [v0.20.2 → v0.21.0](https://github.com/go-openapi/jsonreference/compare/v0.20.2...v0.21.0)
35+
- github.com/go-openapi/swag: [v0.22.4 → v0.23.0](https://github.com/go-openapi/swag/compare/v0.22.4...v0.23.0)
36+
- github.com/golang/glog: [v1.2.1 → v1.2.2](https://github.com/golang/glog/compare/v1.2.1...v1.2.2)
37+
- github.com/google/gnostic-models: [v0.6.8 → v0.6.9](https://github.com/google/gnostic-models/compare/v0.6.8...v0.6.9)
38+
- github.com/google/pprof: [4bfdf5a → d1b30fe](https://github.com/google/pprof/compare/4bfdf5a...d1b30fe)
39+
- github.com/gregjones/httpcache: [9cad4c3 → 901d907](https://github.com/gregjones/httpcache/compare/9cad4c3...901d907)
40+
- github.com/mailru/easyjson: [v0.7.7 → v0.9.0](https://github.com/mailru/easyjson/compare/v0.7.7...v0.9.0)
41+
- github.com/moby/spdystream: [v0.4.0 → v0.5.0](https://github.com/moby/spdystream/compare/v0.4.0...v0.5.0)
42+
- github.com/onsi/ginkgo/v2: [v2.19.0 → v2.21.0](https://github.com/onsi/ginkgo/compare/v2.19.0...v2.21.0)
43+
- github.com/onsi/gomega: [v1.33.1 → v1.35.1](https://github.com/onsi/gomega/compare/v1.33.1...v1.35.1)
44+
- github.com/prometheus/client_golang: [v1.19.1 → v1.20.5](https://github.com/prometheus/client_golang/compare/v1.19.1...v1.20.5)
45+
- github.com/prometheus/common: [v0.55.0 → v0.61.0](https://github.com/prometheus/common/compare/v0.55.0...v0.61.0)
46+
- github.com/rogpeppe/go-internal: [v1.12.0 → v1.13.1](https://github.com/rogpeppe/go-internal/compare/v1.12.0...v1.13.1)
47+
- github.com/stretchr/testify: [v1.9.0 → v1.10.0](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0)
48+
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.46.0 → v0.58.0
49+
- go.opentelemetry.io/otel/metric: v1.28.0 → v1.33.0
50+
- go.opentelemetry.io/otel/sdk: v1.28.0 → v1.31.0
51+
- go.opentelemetry.io/otel/trace: v1.28.0 → v1.33.0
52+
- go.opentelemetry.io/otel: v1.28.0 → v1.33.0
53+
- go.uber.org/zap: v1.26.0 → v1.27.0
54+
- golang.org/x/crypto: v0.24.0 → v0.30.0
55+
- golang.org/x/mod: v0.17.0 → v0.20.0
56+
- golang.org/x/net: v0.26.0 → v0.32.0
57+
- golang.org/x/oauth2: v0.21.0 → v0.24.0
58+
- golang.org/x/sync: v0.7.0 → v0.10.0
59+
- golang.org/x/sys: v0.21.0 → v0.28.0
60+
- golang.org/x/term: v0.21.0 → v0.27.0
61+
- golang.org/x/text: v0.16.0 → v0.21.0
62+
- golang.org/x/time: v0.3.0 → v0.8.0
63+
- golang.org/x/tools: e35e4cc → v0.26.0
64+
- golang.org/x/xerrors: 04be3eb → 5ec99f8
65+
- google.golang.org/genproto/googleapis/api: 5315273 → 796eee8
66+
- google.golang.org/genproto/googleapis/rpc: f6361c8 → 9240e9c
67+
- google.golang.org/grpc: v1.65.0 → v1.69.0
68+
- google.golang.org/protobuf: v1.34.2 → v1.36.0
69+
- k8s.io/api: v0.31.0 → v0.32.0
70+
- k8s.io/apimachinery: v0.31.0 → v0.32.0
71+
- k8s.io/client-go: v0.31.0 → v0.32.0
72+
- k8s.io/component-base: v0.31.0 → v0.32.0
73+
- k8s.io/gengo/v2: 51d4e06 → a7b603a
74+
- k8s.io/kube-openapi: 70dd376 → 2c72e55
75+
- k8s.io/utils: 18e509b → 24370be
76+
- sigs.k8s.io/json: bc3834c → cfa47c3
77+
- sigs.k8s.io/structured-merge-diff/v4: v4.4.1 → v4.5.0
78+
79+
### Removed
80+
- cloud.google.com/go/compute: v1.23.0
81+
- github.com/asaskevich/govalidator: [f61b66f](https://github.com/asaskevich/govalidator/tree/f61b66f)
82+
- github.com/creack/pty: [v1.1.9](https://github.com/creack/pty/tree/v1.1.9)
83+
- github.com/golang/groupcache: [41bb18b](https://github.com/golang/groupcache/tree/41bb18b)
84+
- github.com/imdario/mergo: [v0.3.6](https://github.com/imdario/mergo/tree/v0.3.6)
85+
- github.com/kr/pty: [v1.1.1](https://github.com/kr/pty/tree/v1.1.1)
86+
- google.golang.org/appengine: v1.6.7

0 commit comments

Comments
 (0)