|
| 1 | +# Release notes for v2.16.0 |
| 2 | + |
| 3 | +[Documentation](https://kubernetes-csi.github.io/docs/) |
| 4 | + |
| 5 | +# Changelog since v2.15.0 |
| 6 | + |
| 7 | +## Changes by Kind |
| 8 | + |
| 9 | +### Feature |
| 10 | + |
| 11 | +- Add a new `--automaxprocs` flag to set the `GOMAXPROCS` environment variable to match the configured Linux container CPU quota. ([#359](https://github.com/kubernetes-csi/livenessprobe/pull/359), [@nixpanic](https://github.com/nixpanic)) |
| 12 | + |
| 13 | +### Bug or Regression |
| 14 | + |
| 15 | +- Fix: CVE-2025-22870 ([#342](https://github.com/kubernetes-csi/livenessprobe/pull/342), [@andyzhangx](https://github.com/andyzhangx)) |
| 16 | + |
| 17 | +### Uncategorized |
| 18 | + |
| 19 | +- Fix: CVE-2025-22872 ([#350](https://github.com/kubernetes-csi/livenessprobe/pull/350), [@andyzhangx](https://github.com/andyzhangx)) |
| 20 | + |
| 21 | +## Dependencies |
| 22 | + |
| 23 | +### Added |
| 24 | +- github.com/envoyproxy/go-control-plane/envoy: [v1.32.4](https://github.com/envoyproxy/go-control-plane/tree/envoy/v1.32.4) |
| 25 | +- github.com/envoyproxy/go-control-plane/ratelimit: [v0.1.0](https://github.com/envoyproxy/go-control-plane/tree/ratelimit/v0.1.0) |
| 26 | +- github.com/go-jose/go-jose/v4: [v4.0.4](https://github.com/go-jose/go-jose/tree/v4.0.4) |
| 27 | +- github.com/prashantv/gostub: [v1.1.0](https://github.com/prashantv/gostub/tree/v1.1.0) |
| 28 | +- github.com/spiffe/go-spiffe/v2: [v2.5.0](https://github.com/spiffe/go-spiffe/tree/v2.5.0) |
| 29 | +- github.com/zeebo/errs: [v1.4.0](https://github.com/zeebo/errs/tree/v1.4.0) |
| 30 | +- go.uber.org/automaxprocs: v1.6.0 |
| 31 | +- sigs.k8s.io/randfill: v1.0.0 |
| 32 | + |
| 33 | +### Changed |
| 34 | +- cel.dev/expr: v0.16.2 → v0.20.0 |
| 35 | +- cloud.google.com/go/compute/metadata: v0.5.2 → v0.6.0 |
| 36 | +- 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) |
| 37 | +- github.com/cncf/xds/go: [b4127c9 → 2f00578](https://github.com/cncf/xds/compare/b4127c9...2f00578) |
| 38 | +- github.com/cpuguy83/go-md2man/v2: [v2.0.4 → v2.0.6](https://github.com/cpuguy83/go-md2man/compare/v2.0.4...v2.0.6) |
| 39 | +- 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) |
| 40 | +- 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) |
| 41 | +- github.com/fxamacker/cbor/v2: [v2.7.0 → v2.8.0](https://github.com/fxamacker/cbor/compare/v2.7.0...v2.8.0) |
| 42 | +- github.com/golang/glog: [v1.2.2 → v1.2.4](https://github.com/golang/glog/compare/v1.2.2...v1.2.4) |
| 43 | +- github.com/google/go-cmp: [v0.6.0 → v0.7.0](https://github.com/google/go-cmp/compare/v0.6.0...v0.7.0) |
| 44 | +- github.com/google/gofuzz: [v1.2.0 → v1.0.0](https://github.com/google/gofuzz/compare/v1.2.0...v1.0.0) |
| 45 | +- github.com/google/pprof: [d1b30fe → 94a9f03](https://github.com/google/pprof/compare/d1b30fe...94a9f03) |
| 46 | +- 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) |
| 47 | +- github.com/klauspost/compress: [v1.17.11 → v1.18.0](https://github.com/klauspost/compress/compare/v1.17.11...v1.18.0) |
| 48 | +- github.com/kubernetes-csi/csi-lib-utils: [v0.20.0 → v0.22.0](https://github.com/kubernetes-csi/csi-lib-utils/compare/v0.20.0...v0.22.0) |
| 49 | +- github.com/prometheus/client_golang: [v1.20.5 → v1.22.0](https://github.com/prometheus/client_golang/compare/v1.20.5...v1.22.0) |
| 50 | +- github.com/prometheus/client_model: [v0.6.1 → v0.6.2](https://github.com/prometheus/client_model/compare/v0.6.1...v0.6.2) |
| 51 | +- github.com/prometheus/common: [v0.61.0 → v0.63.0](https://github.com/prometheus/common/compare/v0.61.0...v0.63.0) |
| 52 | +- github.com/prometheus/procfs: [v0.15.1 → v0.16.1](https://github.com/prometheus/procfs/compare/v0.15.1...v0.16.1) |
| 53 | +- github.com/spf13/cobra: [v1.8.1 → v1.9.1](https://github.com/spf13/cobra/compare/v1.8.1...v1.9.1) |
| 54 | +- github.com/spf13/pflag: [v1.0.5 → v1.0.6](https://github.com/spf13/pflag/compare/v1.0.5...v1.0.6) |
| 55 | +- go.opentelemetry.io/contrib/detectors/gcp: v1.31.0 → v1.34.0 |
| 56 | +- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.58.0 → v0.60.0 |
| 57 | +- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.53.0 → v0.58.0 |
| 58 | +- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.27.0 → v1.33.0 |
| 59 | +- go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.28.0 → v1.33.0 |
| 60 | +- go.opentelemetry.io/otel/metric: v1.33.0 → v1.35.0 |
| 61 | +- go.opentelemetry.io/otel/sdk/metric: v1.31.0 → v1.34.0 |
| 62 | +- go.opentelemetry.io/otel/sdk: v1.31.0 → v1.34.0 |
| 63 | +- go.opentelemetry.io/otel/trace: v1.33.0 → v1.35.0 |
| 64 | +- go.opentelemetry.io/otel: v1.33.0 → v1.35.0 |
| 65 | +- go.opentelemetry.io/proto/otlp: v1.3.1 → v1.4.0 |
| 66 | +- golang.org/x/crypto: v0.30.0 → v0.38.0 |
| 67 | +- golang.org/x/net: v0.32.0 → v0.40.0 |
| 68 | +- golang.org/x/oauth2: v0.24.0 → v0.27.0 |
| 69 | +- golang.org/x/sync: v0.10.0 → v0.14.0 |
| 70 | +- golang.org/x/sys: v0.28.0 → v0.33.0 |
| 71 | +- golang.org/x/term: v0.27.0 → v0.32.0 |
| 72 | +- golang.org/x/text: v0.21.0 → v0.25.0 |
| 73 | +- golang.org/x/time: v0.8.0 → v0.9.0 |
| 74 | +- golang.org/x/tools: v0.26.0 → e35e4cc |
| 75 | +- google.golang.org/genproto/googleapis/api: 796eee8 → 56aae31 |
| 76 | +- google.golang.org/genproto/googleapis/rpc: 9240e9c → 56aae31 |
| 77 | +- google.golang.org/grpc: v1.69.0 → v1.72.0 |
| 78 | +- google.golang.org/protobuf: v1.36.0 → v1.36.6 |
| 79 | +- k8s.io/api: v0.32.0 → v0.33.1 |
| 80 | +- k8s.io/apimachinery: v0.32.0 → v0.33.1 |
| 81 | +- k8s.io/client-go: v0.32.0 → v0.33.1 |
| 82 | +- k8s.io/component-base: v0.32.0 → v0.33.1 |
| 83 | +- k8s.io/kube-openapi: 2c72e55 → c8a335a |
| 84 | +- sigs.k8s.io/structured-merge-diff/v4: v4.5.0 → v4.7.0 |
| 85 | + |
| 86 | +### Removed |
| 87 | +- github.com/census-instrumentation/opencensus-proto: [v0.4.1](https://github.com/census-instrumentation/opencensus-proto/tree/v0.4.1) |
| 88 | +- github.com/go-kit/log: [v0.2.1](https://github.com/go-kit/log/tree/v0.2.1) |
| 89 | +- github.com/go-logfmt/logfmt: [v0.5.1](https://github.com/go-logfmt/logfmt/tree/v0.5.1) |
| 90 | +- github.com/go-task/slim-sprig/v3: [v3.0.0](https://github.com/go-task/slim-sprig/tree/v3.0.0) |
0 commit comments