Skip to content

Commit 00c4441

Browse files
authored
Merge pull request #198 from jsafrane/release-0.22
Release 0.22
2 parents 7df330e + d0ede55 commit 00c4441

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

CHANGELOG/CHANGELOG-0.22.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Release notes for v0.22.0
2+
3+
# Changelog since v0.21.0
4+
5+
## Changes by Kind
6+
7+
### Feature
8+
9+
- Added Slowset utility from external-resizer, this allows for use of this utility by other sidecars. ([#192](https://github.com/kubernetes-csi/csi-lib-utils/pull/192), [@mdzraf](https://github.com/mdzraf))
10+
- Added experimental support for releasing leader election on the main context cancellation, `WithReleaseOnCancel()`. The feature is off by default. ([#191](https://github.com/kubernetes-csi/csi-lib-utils/pull/191), [@rhrmo](https://github.com/rhrmo))
11+
- The AddAutomaxprocs() function adds the -automaxprocs boolean flag to the commandline options. By default the flag is disabled. ([#193](https://github.com/kubernetes-csi/csi-lib-utils/pull/193), [@nixpanic](https://github.com/nixpanic))
12+
- Updated Kubernetes libraries to 1.33 ([#196](https://github.com/kubernetes-csi/csi-lib-utils/pull/196), [@jsafrane](https://github.com/jsafrane))
13+
14+
## Dependencies
15+
16+
### Added
17+
- github.com/prashantv/gostub: [v1.1.0](https://github.com/prashantv/gostub/tree/v1.1.0)
18+
- go.uber.org/automaxprocs: v1.6.0
19+
- sigs.k8s.io/randfill: v1.0.0
20+
21+
### Changed
22+
- github.com/google/btree: [v1.0.1 → v1.1.3](https://github.com/google/btree/compare/v1.0.1...v1.1.3)
23+
- github.com/google/go-cmp: [v0.6.0 → v0.7.0](https://github.com/google/go-cmp/compare/v0.6.0...v0.7.0)
24+
- github.com/google/gofuzz: [v1.2.0 → v1.0.0](https://github.com/google/gofuzz/compare/v1.2.0...v1.0.0)
25+
- github.com/gorilla/websocket: [v1.5.0 → e064f32](https://github.com/gorilla/websocket/compare/v1.5.0...e064f32)
26+
- github.com/grpc-ecosystem/grpc-gateway/v2: [v2.20.0 → v2.24.0](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.20.0...v2.24.0)
27+
- github.com/klauspost/compress: [v1.17.11 → v1.18.0](https://github.com/klauspost/compress/compare/v1.17.11...v1.18.0)
28+
- github.com/prometheus/client_golang: [v1.20.5 → v1.22.0](https://github.com/prometheus/client_golang/compare/v1.20.5...v1.22.0)
29+
- github.com/prometheus/common: [v0.61.0 → v0.62.0](https://github.com/prometheus/common/compare/v0.61.0...v0.62.0)
30+
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.53.0 → v0.58.0
31+
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.27.0 → v1.33.0
32+
- go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.28.0 → v1.33.0
33+
- go.opentelemetry.io/otel/sdk: v1.31.0 → v1.33.0
34+
- go.opentelemetry.io/proto/otlp: v1.3.1 → v1.4.0
35+
- golang.org/x/crypto: v0.30.0 → v0.36.0
36+
- golang.org/x/net: v0.32.0 → v0.38.0
37+
- golang.org/x/oauth2: v0.24.0 → v0.27.0
38+
- golang.org/x/sync: v0.10.0 → v0.12.0
39+
- golang.org/x/sys: v0.28.0 → v0.31.0
40+
- golang.org/x/term: v0.27.0 → v0.30.0
41+
- golang.org/x/text: v0.21.0 → v0.23.0
42+
- golang.org/x/time: v0.8.0 → v0.9.0
43+
- google.golang.org/genproto/googleapis/api: 796eee8 → e6fa225
44+
- google.golang.org/protobuf: v1.36.0 → v1.36.5
45+
- k8s.io/api: v0.32.0 → v0.33.1
46+
- k8s.io/apimachinery: v0.32.0 → v0.33.1
47+
- k8s.io/client-go: v0.32.0 → v0.33.1
48+
- k8s.io/component-base: v0.32.0 → v0.33.1
49+
- k8s.io/kube-openapi: 2c72e55 → c8a335a
50+
- sigs.k8s.io/structured-merge-diff/v4: v4.5.0 → v4.6.0
51+
52+
### Removed
53+
- github.com/go-kit/log: [v0.2.1](https://github.com/go-kit/log/tree/v0.2.1)
54+
- github.com/go-logfmt/logfmt: [v0.5.1](https://github.com/go-logfmt/logfmt/tree/v0.5.1)
55+
fmt/logfmt/tree/v0.5.1)

0 commit comments

Comments
 (0)