|
| 1 | +# Release notes for v0.23.0 |
| 2 | + |
| 3 | +# Changelog since v0.22.0 |
| 4 | + |
| 5 | +## Changes by Kind |
| 6 | + |
| 7 | +### Feature |
| 8 | + |
| 9 | +- Added package with common sidecar flags. ([#202](https://github.com/kubernetes-csi/csi-lib-utils/pull/202), [@DerekFrank](https://github.com/DerekFrank)) |
| 10 | +- Users can now specify custom labels that will be set on the underlying k8s lease object when a new leader is elected ([#200](https://github.com/kubernetes-csi/csi-lib-utils/pull/200), [@DerekFrank](https://github.com/DerekFrank)) |
| 11 | + |
| 12 | +## Dependencies |
| 13 | + |
| 14 | +### Added |
| 15 | +- github.com/envoyproxy/go-control-plane/envoy: [v1.32.4](https://github.com/envoyproxy/go-control-plane/tree/envoy/v1.32.4) |
| 16 | +- github.com/envoyproxy/go-control-plane/ratelimit: [v0.1.0](https://github.com/envoyproxy/go-control-plane/tree/ratelimit/v0.1.0) |
| 17 | +- github.com/go-jose/go-jose/v4: [v4.0.4](https://github.com/go-jose/go-jose/tree/v4.0.4) |
| 18 | +- github.com/spiffe/go-spiffe/v2: [v2.5.0](https://github.com/spiffe/go-spiffe/tree/v2.5.0) |
| 19 | +- github.com/zeebo/errs: [v1.4.0](https://github.com/zeebo/errs/tree/v1.4.0) |
| 20 | +- go.yaml.in/yaml/v2: v2.4.2 |
| 21 | +- go.yaml.in/yaml/v3: v3.0.4 |
| 22 | +- sigs.k8s.io/structured-merge-diff/v6: v6.3.0 |
| 23 | + |
| 24 | +### Changed |
| 25 | +- cel.dev/expr: v0.16.2 → v0.20.0 |
| 26 | +- cloud.google.com/go/compute/metadata: v0.5.2 → v0.6.0 |
| 27 | +- github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp: [v1.24.2 → v1.26.0](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/compare/detectors/gcp/v1.24.2...detectors/gcp/v1.26.0) |
| 28 | +- github.com/cncf/xds/go: [b4127c9 → 2f00578](https://github.com/cncf/xds/compare/b4127c9...2f00578) |
| 29 | +- github.com/emicklei/go-restful/v3: [v3.12.1 → v3.12.2](https://github.com/emicklei/go-restful/compare/v3.12.1...v3.12.2) |
| 30 | +- github.com/envoyproxy/go-control-plane: [v0.13.1 → v0.13.4](https://github.com/envoyproxy/go-control-plane/compare/v0.13.1...v0.13.4) |
| 31 | +- github.com/envoyproxy/protoc-gen-validate: [v1.1.0 → v1.2.1](https://github.com/envoyproxy/protoc-gen-validate/compare/v1.1.0...v1.2.1) |
| 32 | +- github.com/fxamacker/cbor/v2: [v2.7.0 → v2.9.0](https://github.com/fxamacker/cbor/compare/v2.7.0...v2.9.0) |
| 33 | +- github.com/golang/glog: [v1.2.2 → v1.2.4](https://github.com/golang/glog/compare/v1.2.2...v1.2.4) |
| 34 | +- github.com/google/gnostic-models: [v0.6.9 → v0.7.0](https://github.com/google/gnostic-models/compare/v0.6.9...v0.7.0) |
| 35 | +- github.com/grpc-ecosystem/grpc-gateway/v2: [v2.24.0 → v2.26.3](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.24.0...v2.26.3) |
| 36 | +- github.com/modern-go/reflect2: [v1.0.2 → 35a7c28](https://github.com/modern-go/reflect2/compare/v1.0.2...35a7c28) |
| 37 | +- github.com/spf13/cobra: [v1.8.1 → v1.9.1](https://github.com/spf13/cobra/compare/v1.8.1...v1.9.1) |
| 38 | +- github.com/spf13/pflag: [v1.0.5 → v1.0.6](https://github.com/spf13/pflag/compare/v1.0.5...v1.0.6) |
| 39 | +- go.opentelemetry.io/contrib/detectors/gcp: v1.31.0 → v1.34.0 |
| 40 | +- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.33.0 → v1.34.0 |
| 41 | +- go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.33.0 → v1.34.0 |
| 42 | +- go.opentelemetry.io/otel/metric: v1.33.0 → v1.35.0 |
| 43 | +- go.opentelemetry.io/otel/sdk/metric: v1.31.0 → v1.34.0 |
| 44 | +- go.opentelemetry.io/otel/sdk: v1.33.0 → v1.34.0 |
| 45 | +- go.opentelemetry.io/otel/trace: v1.33.0 → v1.35.0 |
| 46 | +- go.opentelemetry.io/otel: v1.33.0 → v1.35.0 |
| 47 | +- go.opentelemetry.io/proto/otlp: v1.4.0 → v1.5.0 |
| 48 | +- google.golang.org/genproto/googleapis/api: e6fa225 → a0af3ef |
| 49 | +- google.golang.org/genproto/googleapis/rpc: 9240e9c → a0af3ef |
| 50 | +- google.golang.org/grpc: v1.69.0 → v1.72.1 |
| 51 | +- k8s.io/api: v0.33.1 → v0.34.1 |
| 52 | +- k8s.io/apimachinery: v0.33.1 → v0.34.1 |
| 53 | +- k8s.io/client-go: v0.33.1 → v0.34.1 |
| 54 | +- k8s.io/component-base: v0.33.1 → v0.34.1 |
| 55 | +- k8s.io/gengo/v2: a7b603a → 85fd79d |
| 56 | +- k8s.io/kube-openapi: c8a335a → f3f2b99 |
| 57 | +- k8s.io/utils: 24370be → 4c0f3b2 |
| 58 | +- sigs.k8s.io/yaml: v1.4.0 → v1.6.0 |
| 59 | + |
| 60 | +### Removed |
| 61 | +- github.com/census-instrumentation/opencensus-proto: [v0.4.1](https://github.com/census-instrumentation/opencensus-proto/tree/v0.4.1) |
| 62 | +- sigs.k8s.io/structured-merge-diff/v4: v4.6.0 |
0 commit comments