|
| 1 | +## Release notes for 2.1.0 |
| 2 | + |
| 3 | +[Documentation](https://kubernetes-csi.github.io) |
| 4 | + |
| 5 | +# Changelog since 2.0.0 |
| 6 | + |
| 7 | +## Changes by Kind |
| 8 | + |
| 9 | +### Design |
| 10 | + |
| 11 | +- Users who want to use newest version of this package must modify their go.mod file and use |
| 12 | + |
| 13 | + https://github.com/kubernetes-csi/external-resizer/v2 |
| 14 | + |
| 15 | + instead of |
| 16 | + |
| 17 | + https://github.com/kubernetes-csi/external-resizer |
| 18 | + |
| 19 | + and update import paths in the code accordingly (#553, @qJkee) |
| 20 | + |
| 21 | +### Feature |
| 22 | + |
| 23 | +- A StorageClass can use `csi.storage.k8s.io/controller-modify-secret-name` and `csi.storage.k8s.io/controller-modify-secret-namespace` to reference the credentials that should be used to modify a volume according to the parameters of a VolumeAttributeClass. In absence of these credentials, the credentials of `controller-expand-secret`are used as a fallback. (#544, @nixpanic) |
| 24 | +- CSI drivers can now implement the `MODIFY_VOLUME` capability without needing to implement the `EXPAND_VOLUME` capability. (#545, @nixpanic) |
| 25 | + |
| 26 | + |
| 27 | +### Bug or Regression |
| 28 | + |
| 29 | +- Fixed a race condition that caused csi-resizer to crash with "concurrent map writes" when multiple resize operations failed simultaneously. (#557, @torredil) |
| 30 | +- Updated go version to fix CVE-2025-68121. (#563, @jsafrane) |
| 31 | + |
| 32 | +### Other (Cleanup or Flake) |
| 33 | + |
| 34 | +- Bump dependencies to kubernetes v1.35 (#552, @dfajmon) |
| 35 | + |
| 36 | +## Dependencies |
| 37 | + |
| 38 | +### Added |
| 39 | +- github.com/Masterminds/semver/v3: [v3.4.0](https://github.com/Masterminds/semver/tree/v3.4.0) |
| 40 | +- github.com/cenkalti/backoff/v5: [v5.0.3](https://github.com/cenkalti/backoff/tree/v5.0.3) |
| 41 | +- github.com/go-openapi/swag/cmdutils: [v0.25.4](https://github.com/go-openapi/swag/tree/cmdutils/v0.25.4) |
| 42 | +- github.com/go-openapi/swag/conv: [v0.25.4](https://github.com/go-openapi/swag/tree/conv/v0.25.4) |
| 43 | +- github.com/go-openapi/swag/fileutils: [v0.25.4](https://github.com/go-openapi/swag/tree/fileutils/v0.25.4) |
| 44 | +- github.com/go-openapi/swag/jsonname: [v0.25.4](https://github.com/go-openapi/swag/tree/jsonname/v0.25.4) |
| 45 | +- github.com/go-openapi/swag/jsonutils/fixtures_test: [v0.25.4](https://github.com/go-openapi/swag/tree/jsonutils/fixtures_test/v0.25.4) |
| 46 | +- github.com/go-openapi/swag/jsonutils: [v0.25.4](https://github.com/go-openapi/swag/tree/jsonutils/v0.25.4) |
| 47 | +- github.com/go-openapi/swag/loading: [v0.25.4](https://github.com/go-openapi/swag/tree/loading/v0.25.4) |
| 48 | +- github.com/go-openapi/swag/mangling: [v0.25.4](https://github.com/go-openapi/swag/tree/mangling/v0.25.4) |
| 49 | +- github.com/go-openapi/swag/netutils: [v0.25.4](https://github.com/go-openapi/swag/tree/netutils/v0.25.4) |
| 50 | +- github.com/go-openapi/swag/stringutils: [v0.25.4](https://github.com/go-openapi/swag/tree/stringutils/v0.25.4) |
| 51 | +- github.com/go-openapi/swag/typeutils: [v0.25.4](https://github.com/go-openapi/swag/tree/typeutils/v0.25.4) |
| 52 | +- github.com/go-openapi/swag/yamlutils: [v0.25.4](https://github.com/go-openapi/swag/tree/yamlutils/v0.25.4) |
| 53 | +- github.com/go-openapi/testify/enable/yaml/v2: [v2.0.2](https://github.com/go-openapi/testify/tree/enable/yaml/v2/v2.0.2) |
| 54 | +- github.com/go-openapi/testify/v2: [v2.0.2](https://github.com/go-openapi/testify/tree/v2.0.2) |
| 55 | +- golang.org/x/tools/go/expect: v0.1.1-deprecated |
| 56 | +- golang.org/x/tools/go/packages/packagestest: v0.1.1-deprecated |
| 57 | +- gonum.org/v1/gonum: v0.16.0 |
| 58 | + |
| 59 | +### Changed |
| 60 | +- cel.dev/expr: v0.24.0 → v0.25.1 |
| 61 | +- cloud.google.com/go/compute/metadata: v0.6.0 → v0.9.0 |
| 62 | +- github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp: [v1.26.0 → v1.30.0](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/compare/detectors/gcp/v1.26.0...detectors/gcp/v1.30.0) |
| 63 | +- github.com/alecthomas/units: [b94a6e3 → 0f3dac3](https://github.com/alecthomas/units/compare/b94a6e3...0f3dac3) |
| 64 | +- github.com/antlr4-go/antlr/v4: [v4.13.0 → v4.13.1](https://github.com/antlr4-go/antlr/compare/v4.13.0...v4.13.1) |
| 65 | +- github.com/cncf/xds/go: [2f00578 → 0feb691](https://github.com/cncf/xds/compare/2f00578...0feb691) |
| 66 | +- github.com/coreos/go-systemd/v22: [v22.5.0 → v22.6.0](https://github.com/coreos/go-systemd/compare/v22.5.0...v22.6.0) |
| 67 | +- github.com/emicklei/go-restful/v3: [v3.12.2 → v3.13.0](https://github.com/emicklei/go-restful/compare/v3.12.2...v3.13.0) |
| 68 | +- github.com/envoyproxy/go-control-plane/envoy: [v1.32.4 → v1.35.0](https://github.com/envoyproxy/go-control-plane/compare/envoy/v1.32.4...envoy/v1.35.0) |
| 69 | +- github.com/envoyproxy/go-control-plane: [v0.13.4 → 75eaa19](https://github.com/envoyproxy/go-control-plane/compare/v0.13.4...75eaa19) |
| 70 | +- github.com/go-jose/go-jose/v4: [v4.0.4 → v4.1.3](https://github.com/go-jose/go-jose/compare/v4.0.4...v4.1.3) |
| 71 | +- github.com/go-logr/logr: [v1.4.2 → v1.4.3](https://github.com/go-logr/logr/compare/v1.4.2...v1.4.3) |
| 72 | +- github.com/go-openapi/jsonpointer: [v0.21.0 → v0.22.4](https://github.com/go-openapi/jsonpointer/compare/v0.21.0...v0.22.4) |
| 73 | +- github.com/go-openapi/jsonreference: [v0.21.0 → v0.21.4](https://github.com/go-openapi/jsonreference/compare/v0.21.0...v0.21.4) |
| 74 | +- github.com/go-openapi/swag: [v0.23.0 → v0.25.4](https://github.com/go-openapi/swag/compare/v0.23.0...v0.25.4) |
| 75 | +- github.com/godbus/dbus/v5: [v5.0.4 → v5.1.0](https://github.com/godbus/dbus/compare/v5.0.4...v5.1.0) |
| 76 | +- github.com/golang-jwt/jwt/v5: [v5.2.2 → v5.3.0](https://github.com/golang-jwt/jwt/compare/v5.2.2...v5.3.0) |
| 77 | +- github.com/golang/glog: [v1.2.4 → v1.2.5](https://github.com/golang/glog/compare/v1.2.4...v1.2.5) |
| 78 | +- github.com/google/cel-go: [v0.26.0 → v0.26.1](https://github.com/google/cel-go/compare/v0.26.0...v0.26.1) |
| 79 | +- github.com/google/gnostic-models: [v0.7.0 → v0.7.1](https://github.com/google/gnostic-models/compare/v0.7.0...v0.7.1) |
| 80 | +- github.com/google/pprof: [d1b30fe → 27863c8](https://github.com/google/pprof/compare/d1b30fe...27863c8) |
| 81 | +- github.com/grpc-ecosystem/grpc-gateway/v2: [v2.26.3 → v2.27.4](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.26.3...v2.27.4) |
| 82 | +- github.com/kubernetes-csi/csi-lib-utils: [v0.22.0 → v0.23.1](https://github.com/kubernetes-csi/csi-lib-utils/compare/v0.22.0...v0.23.1) |
| 83 | +- github.com/onsi/ginkgo/v2: [v2.21.0 → v2.27.2](https://github.com/onsi/ginkgo/compare/v2.21.0...v2.27.2) |
| 84 | +- github.com/onsi/gomega: [v1.35.1 → v1.38.2](https://github.com/onsi/gomega/compare/v1.35.1...v1.38.2) |
| 85 | +- github.com/prometheus/client_golang: [v1.22.0 → v1.23.2](https://github.com/prometheus/client_golang/compare/v1.22.0...v1.23.2) |
| 86 | +- github.com/prometheus/client_model: [v0.6.1 → v0.6.2](https://github.com/prometheus/client_model/compare/v0.6.1...v0.6.2) |
| 87 | +- github.com/prometheus/common: [v0.62.0 → v0.67.5](https://github.com/prometheus/common/compare/v0.62.0...v0.67.5) |
| 88 | +- github.com/prometheus/procfs: [v0.15.1 → v0.19.2](https://github.com/prometheus/procfs/compare/v0.15.1...v0.19.2) |
| 89 | +- github.com/rogpeppe/go-internal: [v1.13.1 → v1.14.1](https://github.com/rogpeppe/go-internal/compare/v1.13.1...v1.14.1) |
| 90 | +- github.com/spf13/cobra: [v1.9.1 → v1.10.2](https://github.com/spf13/cobra/compare/v1.9.1...v1.10.2) |
| 91 | +- github.com/spf13/pflag: [v1.0.6 → v1.0.10](https://github.com/spf13/pflag/compare/v1.0.6...v1.0.10) |
| 92 | +- github.com/spiffe/go-spiffe/v2: [v2.5.0 → v2.6.0](https://github.com/spiffe/go-spiffe/compare/v2.5.0...v2.6.0) |
| 93 | +- github.com/stoewer/go-strcase: [v1.3.0 → v1.3.1](https://github.com/stoewer/go-strcase/compare/v1.3.0...v1.3.1) |
| 94 | +- github.com/stretchr/testify: [v1.10.0 → v1.11.1](https://github.com/stretchr/testify/compare/v1.10.0...v1.11.1) |
| 95 | +- go.etcd.io/bbolt: v1.4.2 → v1.4.3 |
| 96 | +- go.etcd.io/etcd/api/v3: v3.6.4 → v3.6.7 |
| 97 | +- go.etcd.io/etcd/client/pkg/v3: v3.6.4 → v3.6.7 |
| 98 | +- go.etcd.io/etcd/client/v3: v3.6.4 → v3.6.7 |
| 99 | +- go.etcd.io/etcd/pkg/v3: v3.6.4 → v3.6.5 |
| 100 | +- go.etcd.io/etcd/server/v3: v3.6.4 → v3.6.5 |
| 101 | +- go.opentelemetry.io/auto/sdk: v1.1.0 → v1.2.1 |
| 102 | +- go.opentelemetry.io/contrib/detectors/gcp: v1.34.0 → v1.38.0 |
| 103 | +- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.60.0 → v0.64.0 |
| 104 | +- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.58.0 → v0.64.0 |
| 105 | +- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.34.0 → v1.39.0 |
| 106 | +- go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.34.0 → v1.39.0 |
| 107 | +- go.opentelemetry.io/otel/metric: v1.35.0 → v1.39.0 |
| 108 | +- go.opentelemetry.io/otel/sdk/metric: v1.34.0 → v1.39.0 |
| 109 | +- go.opentelemetry.io/otel/sdk: v1.34.0 → v1.39.0 |
| 110 | +- go.opentelemetry.io/otel/trace: v1.35.0 → v1.39.0 |
| 111 | +- go.opentelemetry.io/otel: v1.35.0 → v1.39.0 |
| 112 | +- go.opentelemetry.io/proto/otlp: v1.5.0 → v1.9.0 |
| 113 | +- go.uber.org/zap: v1.27.0 → v1.27.1 |
| 114 | +- go.yaml.in/yaml/v2: v2.4.2 → v2.4.3 |
| 115 | +- golang.org/x/crypto: v0.37.0 → v0.46.0 |
| 116 | +- golang.org/x/exp: 8a7402a → 944ab1f |
| 117 | +- golang.org/x/mod: v0.20.0 → v0.31.0 |
| 118 | +- golang.org/x/net: v0.39.0 → v0.48.0 |
| 119 | +- golang.org/x/oauth2: v0.27.0 → v0.34.0 |
| 120 | +- golang.org/x/sync: v0.13.0 → v0.19.0 |
| 121 | +- golang.org/x/sys: v0.32.0 → v0.40.0 |
| 122 | +- golang.org/x/term: v0.31.0 → v0.39.0 |
| 123 | +- golang.org/x/text: v0.24.0 → v0.33.0 |
| 124 | +- golang.org/x/time: v0.9.0 → v0.14.0 |
| 125 | +- golang.org/x/tools: v0.26.0 → v0.40.0 |
| 126 | +- google.golang.org/genproto/googleapis/api: a0af3ef → 0a764e5 |
| 127 | +- google.golang.org/genproto/googleapis/rpc: a0af3ef → 0a764e5 |
| 128 | +- google.golang.org/grpc: v1.72.1 → v1.78.0 |
| 129 | +- google.golang.org/protobuf: v1.36.5 → v1.36.11 |
| 130 | +- gopkg.in/evanphx/json-patch.v4: v4.12.0 → v4.13.0 |
| 131 | +- k8s.io/api: v0.34.0 → v0.35.0 |
| 132 | +- k8s.io/apimachinery: v0.34.0 → v0.35.0 |
| 133 | +- k8s.io/apiserver: v0.34.0 → v0.35.0 |
| 134 | +- k8s.io/client-go: v0.34.0 → v0.35.0 |
| 135 | +- k8s.io/component-base: v0.34.0 → v0.35.0 |
| 136 | +- k8s.io/csi-translation-lib: v0.34.0 → v0.35.0 |
| 137 | +- k8s.io/kms: v0.34.0 → v0.35.0 |
| 138 | +- k8s.io/kube-openapi: f3f2b99 → 4e65d59 |
| 139 | +- k8s.io/utils: 4c0f3b2 → 914a6e7 |
| 140 | +- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.31.2 → v0.34.0 |
| 141 | +- sigs.k8s.io/json: cfa47c3 → 2d32026 |
| 142 | +- sigs.k8s.io/structured-merge-diff/v6: v6.3.0 → v6.3.1 |
| 143 | + |
| 144 | +### Removed |
| 145 | +- github.com/zeebo/errs: [v1.4.0](https://github.com/zeebo/errs/tree/v1.4.0) |
| 146 | +- gopkg.in/yaml.v2: v2.4.0 |
| 147 | +- sigs.k8s.io/structured-merge-diff/v4: v4.6.0 |
0 commit comments