Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
f6890ca
build(deps): bump github.com/mailru/easyjson from 0.9.0 to 0.9.1
dependabot[bot] Sep 29, 2025
a5151df
Add Urgent Upgrade Notes for 6.0.0
sunnylovestiramisu Oct 23, 2025
7ba551c
Merge pull request #1430 from sunnylovestiramisu/v1.34
k8s-ci-robot Oct 23, 2025
8923928
Update Urgent Upgrade Notes
sunnylovestiramisu Oct 23, 2025
1b71152
Merge pull request #1432 from sunnylovestiramisu/v1.34
k8s-ci-robot Oct 24, 2025
3db8770
[controller] Reschedule provisioning if node is missing
Fricounet Nov 6, 2025
a81a21c
Add secret reference in PV annotations for ControllerModifyVolume
nixpanic Nov 7, 2025
b8c078b
Merge pull request #1438 from DataDog/fricounet/reschedule-node-not-e…
k8s-ci-robot Nov 14, 2025
96c5c90
Add CHANGELOG-6.1
sunnylovestiramisu Nov 18, 2025
b84b08f
Merge pull request #1443 from sunnylovestiramisu/changelog
k8s-ci-robot Nov 18, 2025
32c105b
Allow provisioning to proceed to prevent leaking resources
xing-yang Nov 25, 2025
62c2b5d
Address review comments
xing-yang Dec 1, 2025
f1bc082
Merge pull request #1448 from xing-yang/cleanup
k8s-ci-robot Dec 2, 2025
98bc674
Fix provisioner flake in topology tests
gnufied Dec 8, 2025
3593200
Update golang x dependencies
ne0h Dec 9, 2025
331ac7d
Merge commit '099d1a1b8952f497d63bb9fdefbb9bbd5fd8e6e3' into release-…
nixpanic Dec 9, 2025
099d1a1
Squashed 'release-tools/' changes from 74502e544..b12e407cc
nixpanic Dec 9, 2025
eb6149c
Merge pull request #1455 from nixpanic/release-tools/k8s-1.34
k8s-ci-robot Dec 9, 2025
95d3c17
Merge pull request #1440 from nixpanic/credentials/modify
k8s-ci-robot Dec 9, 2025
2b5ff2d
Merge pull request #1454 from gnufied/fix-provisioner-flake
k8s-ci-robot Dec 10, 2025
e4a45d5
Add provisioner.storage.kubernetes.io/volumesnapshot-as-source-protec…
xing-yang Dec 13, 2025
3781b86
Make RBAC change optional
xing-yang Dec 15, 2025
0868d97
Merge pull request #1458 from xing-yang/pvc_from_snap
k8s-ci-robot Jan 6, 2026
fab0ea0
build(deps): bump actions/checkout from 5.0.0 to 6.0.2
dependabot[bot] Jan 23, 2026
8317575
Fix topology cache corruption on retry
torredil Jan 23, 2026
ff327e0
Merge pull request #1464 from kubernetes-csi/dependabot/github_action…
k8s-ci-robot Jan 26, 2026
a1ab8a6
Merge pull request #1419 from kubernetes-csi/dependabot/go_modules/gi…
k8s-ci-robot Jan 26, 2026
3c9cea4
Merge pull request #1466 from torredil/master
k8s-ci-robot Feb 4, 2026
c212bf8
Squashed 'release-tools/' changes from b12e407cc..1e81e752e
jsafrane Feb 6, 2026
560c97c
Merge commit 'c212bf8d3213553a2ffcca651e1bb569d23b1b73' into go-1.25.7
jsafrane Feb 6, 2026
8fb86b9
Merge pull request #1467 from jsafrane/go-1.25.7
k8s-ci-robot Feb 6, 2026
1251558
Merge pull request #1456 from ne0h/update-golang-x
k8s-ci-robot Feb 12, 2026
93b1562
remove general avaliable feature gate HonorPVReclaimPolicy
carlory Feb 13, 2026
4d17db1
refactor: use common sidecar flags functionality
DerekFrank Oct 6, 2025
0134676
Merge pull request #1421 from DerekFrank/use-central-flags
k8s-ci-robot Feb 23, 2026
2b1bcf3
Merge pull request #1476 from carlory/remove-fg
k8s-ci-robot Feb 26, 2026
b872c4a
Bump k8s dependencies to v1.35.0
dfajmon Feb 27, 2026
21cbd29
Merge pull request #1460 from dfajmon/k8s-1.35.0-bump
k8s-ci-robot Feb 27, 2026
761a4a0
Add changelog for 6.2
jsafrane Feb 27, 2026
4f8ed53
Merge pull request #1479 from jsafrane/changelog-6.2
k8s-ci-robot Feb 27, 2026
0f14261
Merge remote-tracking branch 'openshift/master' into rebase-v6.2.0
dfajmon Mar 9, 2026
a187a7f
UPSTREAM: <carry>: Add OpenShift files
mpatlasov Mar 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions CHANGELOG/CHANGELOG-6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

[Documentation](https://kubernetes-csi.github.io)

## Urgent Upgrade Notes

### (No, really, you MUST read this before you upgrade)

- This provisioner version needs Kubernetes 1.34.0+ to support volume creation with VolumeAttributesClass, as the storage/v1 VolumeAttributesClass object is available starting in v1.34. If the emulation version is below 1.34 and the v1beta1 VolumeAttributeClass API is disabled, the VolumeAttributesClass feature will be disabled. Once the emulated version is updated to 1.34, a provisioner restart is required.

# Changelog since 5.3.0

## Changes by Kind
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG/CHANGELOG-6.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Release notes for 6.1.0

[Documentation](https://kubernetes-csi.github.io)

# Changelog since 6.0.0

## Changes by Kind

### Bug or Regression

- Fixed infinite retry loop during provisioning if node was deleted in the meantime. ([#1438](https://github.com/kubernetes-csi/external-provisioner/pull/1438), [@Fricounet](https://github.com/Fricounet))

186 changes: 186 additions & 0 deletions CHANGELOG/CHANGELOG-6.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,186 @@
# Release notes for 6.2.0

[Documentation](https://kubernetes-csi.github.io)

# Changelog since 6.1.0

## Changes by Kind

### Bug or Regression

- 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. ([#1440](https://github.com/kubernetes-csi/external-provisioner/pull/1440), [@nixpanic](https://github.com/nixpanic))
- Add provisioner.storage.kubernetes.io/volumesnapshot-as-source-protection finalizer on VolumeSnapshot as Source. Add rbac rules to watch/update volumesnapshots. The external=provisioner is able to work without these new RBAC permissions, but we strongly encourage the CSI driver vendors to update them. ([#1458](https://github.com/kubernetes-csi/external-provisioner/pull/1458), [@xing-yang](https://github.com/xing-yang))
- Allow provisioning to proceed when snapshot is being deleted to prevent leaking volumes and snapshots. ([#1448](https://github.com/kubernetes-csi/external-provisioner/pull/1448), [@xing-yang](https://github.com/xing-yang))
- Fixed a bug where retries could cause volumes to be provisioned in the wrong availability zone. ([#1466](https://github.com/kubernetes-csi/external-provisioner/pull/1466), [@torredil](https://github.com/torredil))
- Updated go version to fix CVE-2025-68121. ([#1467](https://github.com/kubernetes-csi/external-provisioner/pull/1467), [@jsafrane](https://github.com/jsafrane))

### Other (Cleanup or Flake)

- Bump k8s dependencies to v1.35.2 ([#1460](https://github.com/kubernetes-csi/external-provisioner/pull/1460), [@dfajmon](https://github.com/dfajmon))
- Remove general availability feature gate HonorPVReclaimPolicy ([#1476](https://github.com/kubernetes-csi/external-provisioner/pull/1476), [@carlory](https://github.com/carlory))

## Dependencies

### Added
- cyphar.com/go-pathrs: v0.2.3
- github.com/Masterminds/semver/v3: [v3.4.0](https://github.com/Masterminds/semver/tree/v3.4.0)
- github.com/cenkalti/backoff/v5: [v5.0.3](https://github.com/cenkalti/backoff/tree/v5.0.3)
- github.com/gkampitakis/ciinfo: [v0.3.2](https://github.com/gkampitakis/ciinfo/tree/v0.3.2)
- github.com/gkampitakis/go-diff: [v1.3.2](https://github.com/gkampitakis/go-diff/tree/v1.3.2)
- github.com/gkampitakis/go-snaps: [v0.5.15](https://github.com/gkampitakis/go-snaps/tree/v0.5.15)
- github.com/go-openapi/swag/jsonutils/fixtures_test: [v0.25.4](https://github.com/go-openapi/swag/tree/jsonutils/fixtures_test/v0.25.4)
- github.com/go-openapi/testify/enable/yaml/v2: [v2.0.2](https://github.com/go-openapi/testify/tree/enable/yaml/v2/v2.0.2)
- github.com/go-openapi/testify/v2: [v2.0.2](https://github.com/go-openapi/testify/tree/v2.0.2)
- github.com/joshdk/go-junit: [v1.0.0](https://github.com/joshdk/go-junit/tree/v1.0.0)
- github.com/maruel/natural: [v1.1.1](https://github.com/maruel/natural/tree/v1.1.1)
- github.com/mfridman/tparse: [v0.18.0](https://github.com/mfridman/tparse/tree/v0.18.0)
- github.com/tidwall/gjson: [v1.18.0](https://github.com/tidwall/gjson/tree/v1.18.0)
- github.com/tidwall/match: [v1.1.1](https://github.com/tidwall/match/tree/v1.1.1)
- github.com/tidwall/pretty: [v1.2.1](https://github.com/tidwall/pretty/tree/v1.2.1)
- github.com/tidwall/sjson: [v1.2.5](https://github.com/tidwall/sjson/tree/v1.2.5)

### Changed
- cel.dev/expr: v0.24.0 → v0.25.1
- cloud.google.com/go/compute/metadata: v0.7.0 → v0.9.0
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp: [v1.29.0 → v1.30.0](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/compare/detectors/gcp/v1.29.0...detectors/gcp/v1.30.0)
- github.com/Microsoft/hnslib: [v0.1.1 → v0.1.2](https://github.com/Microsoft/hnslib/compare/v0.1.1...v0.1.2)
- github.com/alecthomas/units: [b94a6e3 → 0f3dac3](https://github.com/alecthomas/units/compare/b94a6e3...0f3dac3)
- github.com/cncf/xds/go: [2ac532f → ee656c7](https://github.com/cncf/xds/compare/2ac532f...ee656c7)
- github.com/containerd/containerd/api: [v1.8.0 → v1.9.0](https://github.com/containerd/containerd/compare/api/v1.8.0...api/v1.9.0)
- github.com/containerd/ttrpc: [v1.2.6 → v1.2.7](https://github.com/containerd/ttrpc/compare/v1.2.6...v1.2.7)
- github.com/containerd/typeurl/v2: [v2.2.2 → v2.2.3](https://github.com/containerd/typeurl/compare/v2.2.2...v2.2.3)
- github.com/coredns/corefile-migration: [v1.0.26 → v1.0.29](https://github.com/coredns/corefile-migration/compare/v1.0.26...v1.0.29)
- github.com/coreos/go-systemd/v22: [v22.5.0 → v22.7.0](https://github.com/coreos/go-systemd/compare/v22.5.0...v22.7.0)
- github.com/cyphar/filepath-securejoin: [v0.4.1 → v0.6.1](https://github.com/cyphar/filepath-securejoin/compare/v0.4.1...v0.6.1)
- github.com/envoyproxy/go-control-plane/envoy: [v1.32.4 → v1.36.0](https://github.com/envoyproxy/go-control-plane/compare/envoy/v1.32.4...envoy/v1.36.0)
- github.com/envoyproxy/go-control-plane: [v0.13.4 → v0.14.0](https://github.com/envoyproxy/go-control-plane/compare/v0.13.4...v0.14.0)
- github.com/envoyproxy/protoc-gen-validate: [v1.2.1 → v1.3.0](https://github.com/envoyproxy/protoc-gen-validate/compare/v1.2.1...v1.3.0)
- github.com/go-jose/go-jose/v4: [v4.1.1 → v4.1.3](https://github.com/go-jose/go-jose/compare/v4.1.1...v4.1.3)
- github.com/go-openapi/jsonpointer: [v0.22.0 → v0.22.4](https://github.com/go-openapi/jsonpointer/compare/v0.22.0...v0.22.4)
- github.com/go-openapi/jsonreference: [v0.21.1 → v0.21.4](https://github.com/go-openapi/jsonreference/compare/v0.21.1...v0.21.4)
- github.com/go-openapi/swag/cmdutils: [v0.24.0 → v0.25.4](https://github.com/go-openapi/swag/compare/cmdutils/v0.24.0...cmdutils/v0.25.4)
- github.com/go-openapi/swag/conv: [v0.24.0 → v0.25.4](https://github.com/go-openapi/swag/compare/conv/v0.24.0...conv/v0.25.4)
- github.com/go-openapi/swag/fileutils: [v0.24.0 → v0.25.4](https://github.com/go-openapi/swag/compare/fileutils/v0.24.0...fileutils/v0.25.4)
- github.com/go-openapi/swag/jsonname: [v0.24.0 → v0.25.4](https://github.com/go-openapi/swag/compare/jsonname/v0.24.0...jsonname/v0.25.4)
- github.com/go-openapi/swag/jsonutils: [v0.24.0 → v0.25.4](https://github.com/go-openapi/swag/compare/jsonutils/v0.24.0...jsonutils/v0.25.4)
- github.com/go-openapi/swag/loading: [v0.24.0 → v0.25.4](https://github.com/go-openapi/swag/compare/loading/v0.24.0...loading/v0.25.4)
- github.com/go-openapi/swag/mangling: [v0.24.0 → v0.25.4](https://github.com/go-openapi/swag/compare/mangling/v0.24.0...mangling/v0.25.4)
- github.com/go-openapi/swag/netutils: [v0.24.0 → v0.25.4](https://github.com/go-openapi/swag/compare/netutils/v0.24.0...netutils/v0.25.4)
- github.com/go-openapi/swag/stringutils: [v0.24.0 → v0.25.4](https://github.com/go-openapi/swag/compare/stringutils/v0.24.0...stringutils/v0.25.4)
- github.com/go-openapi/swag/typeutils: [v0.24.0 → v0.25.4](https://github.com/go-openapi/swag/compare/typeutils/v0.24.0...typeutils/v0.25.4)
- github.com/go-openapi/swag/yamlutils: [v0.24.0 → v0.25.4](https://github.com/go-openapi/swag/compare/yamlutils/v0.24.0...yamlutils/v0.25.4)
- github.com/go-openapi/swag: [v0.24.1 → v0.25.4](https://github.com/go-openapi/swag/compare/v0.24.1...v0.25.4)
- 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)
- github.com/google/cadvisor: [v0.52.1 → v0.53.0](https://github.com/google/cadvisor/compare/v0.52.1...v0.53.0)
- github.com/google/cel-go: [v0.26.0 → v0.27.0](https://github.com/google/cel-go/compare/v0.26.0...v0.27.0)
- github.com/google/gnostic-models: [v0.7.0 → v0.7.1](https://github.com/google/gnostic-models/compare/v0.7.0...v0.7.1)
- github.com/google/pprof: [27863c8 → cb029da](https://github.com/google/pprof/compare/27863c8...cb029da)
- github.com/grpc-ecosystem/grpc-gateway/v2: [v2.26.3 → v2.28.0](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.26.3...v2.28.0)
- github.com/ianlancetaylor/demangle: [bd984b5 → f615e6b](https://github.com/ianlancetaylor/demangle/compare/bd984b5...f615e6b)
- github.com/kubernetes-csi/csi-lib-utils: [v0.22.0 → v0.23.2](https://github.com/kubernetes-csi/csi-lib-utils/compare/v0.22.0...v0.23.2)
- github.com/kubernetes-csi/external-snapshotter/client/v8: [v8.2.0 → v8.4.0](https://github.com/kubernetes-csi/external-snapshotter/compare/client/v8/v8.2.0...client/v8/v8.4.0)
- github.com/mailru/easyjson: [v0.9.0 → v0.9.1](https://github.com/mailru/easyjson/compare/v0.9.0...v0.9.1)
- github.com/miekg/dns: [v1.1.68 → v1.1.72](https://github.com/miekg/dns/compare/v1.1.68...v1.1.72)
- github.com/onsi/ginkgo/v2: [v2.23.4 → v2.28.1](https://github.com/onsi/ginkgo/compare/v2.23.4...v2.28.1)
- github.com/onsi/gomega: [v1.37.0 → v1.39.1](https://github.com/onsi/gomega/compare/v1.37.0...v1.39.1)
- github.com/opencontainers/cgroups: [v0.0.1 → v0.0.3](https://github.com/opencontainers/cgroups/compare/v0.0.1...v0.0.3)
- github.com/opencontainers/runtime-spec: [v1.2.0 → v1.2.1](https://github.com/opencontainers/runtime-spec/compare/v1.2.0...v1.2.1)
- github.com/opencontainers/selinux: [v1.12.0 → v1.13.1](https://github.com/opencontainers/selinux/compare/v1.12.0...v1.13.1)
- github.com/prometheus/common: [v0.66.1 → v0.67.5](https://github.com/prometheus/common/compare/v0.66.1...v0.67.5)
- github.com/prometheus/procfs: [v0.17.0 → v0.20.0](https://github.com/prometheus/procfs/compare/v0.17.0...v0.20.0)
- github.com/rogpeppe/go-internal: [v1.13.1 → v1.14.1](https://github.com/rogpeppe/go-internal/compare/v1.13.1...v1.14.1)
- github.com/spf13/cobra: [v1.9.1 → v1.10.2](https://github.com/spf13/cobra/compare/v1.9.1...v1.10.2)
- github.com/spf13/pflag: [v1.0.7 → v1.0.10](https://github.com/spf13/pflag/compare/v1.0.7...v1.0.10)
- 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)
- go.etcd.io/bbolt: v1.4.2 → v1.4.3
- go.etcd.io/etcd/api/v3: v3.6.4 → v3.6.8
- go.etcd.io/etcd/client/pkg/v3: v3.6.4 → v3.6.8
- go.etcd.io/etcd/client/v3: v3.6.4 → v3.6.8
- go.etcd.io/etcd/pkg/v3: v3.6.4 → v3.6.5
- go.etcd.io/etcd/server/v3: v3.6.4 → v3.6.5
- go.opentelemetry.io/auto/sdk: v1.1.0 → v1.2.1
- go.opentelemetry.io/contrib/detectors/gcp: v1.36.0 → v1.39.0
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.60.0 → v0.65.0
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.60.0 → v0.65.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.35.0 → v1.40.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.35.0 → v1.40.0
- go.opentelemetry.io/otel/metric: v1.37.0 → v1.40.0
- go.opentelemetry.io/otel/sdk/metric: v1.37.0 → v1.40.0
- go.opentelemetry.io/otel/sdk: v1.37.0 → v1.40.0
- go.opentelemetry.io/otel/trace: v1.37.0 → v1.40.0
- go.opentelemetry.io/otel: v1.37.0 → v1.40.0
- go.opentelemetry.io/proto/otlp: v1.6.0 → v1.9.0
- go.uber.org/zap: v1.27.0 → v1.27.1
- go.yaml.in/yaml/v2: v2.4.2 → v2.4.3
- golang.org/x/crypto: v0.41.0 → v0.48.0
- golang.org/x/exp: 7588d65 → 3dfff04
- golang.org/x/mod: v0.27.0 → v0.33.0
- golang.org/x/net: v0.43.0 → v0.51.0
- golang.org/x/oauth2: v0.30.0 → v0.35.0
- golang.org/x/sync: v0.16.0 → v0.19.0
- golang.org/x/sys: v0.35.0 → v0.41.0
- golang.org/x/telemetry: 1a19826 → e7419c6
- golang.org/x/term: v0.34.0 → v0.40.0
- golang.org/x/text: v0.28.0 → v0.34.0
- golang.org/x/time: v0.12.0 → v0.14.0
- golang.org/x/tools: v0.36.0 → v0.42.0
- google.golang.org/genproto/googleapis/api: 8d1bb00 → a57be14
- google.golang.org/genproto/googleapis/rpc: ef028d9 → a57be14
- google.golang.org/grpc: v1.75.1 → v1.79.1
- google.golang.org/protobuf: v1.36.8 → v1.36.11
- k8s.io/api: v0.34.0 → v0.35.2
- k8s.io/apiextensions-apiserver: v0.34.0 → v0.35.2
- k8s.io/apimachinery: v0.34.1 → v0.35.2
- k8s.io/apiserver: v0.34.1 → v0.35.2
- k8s.io/cli-runtime: v0.34.0 → v0.35.2
- k8s.io/client-go: v0.34.1 → v0.35.2
- k8s.io/cloud-provider: v0.34.0 → v0.35.2
- k8s.io/cluster-bootstrap: v0.34.0 → v0.35.2
- k8s.io/code-generator: v0.34.0 → v0.35.2
- k8s.io/component-base: v0.34.0 → v0.35.2
- k8s.io/component-helpers: v0.34.0 → v0.35.2
- k8s.io/controller-manager: v0.34.0 → v0.35.2
- k8s.io/cri-api: v0.34.1 → v0.35.2
- k8s.io/cri-client: v0.34.0 → v0.35.2
- k8s.io/csi-translation-lib: v0.34.0 → v0.35.2
- k8s.io/dynamic-resource-allocation: v0.34.0 → v0.35.2
- k8s.io/endpointslice: v0.34.0 → v0.35.2
- k8s.io/externaljwt: v0.34.1 → v0.35.2
- k8s.io/gengo/v2: c297c0c → ec3ebc5
- k8s.io/kms: v0.34.0 → v0.35.2
- k8s.io/kube-aggregator: v0.34.0 → v0.35.2
- k8s.io/kube-controller-manager: v0.34.0 → v0.35.2
- k8s.io/kube-openapi: 7fc2783 → a19766b
- k8s.io/kube-proxy: v0.34.0 → v0.35.2
- k8s.io/kube-scheduler: v0.34.0 → v0.35.2
- k8s.io/kubectl: v0.34.0 → v0.35.2
- k8s.io/kubelet: v0.34.0 → v0.35.2
- k8s.io/kubernetes: v1.34.1 → v1.35.2
- k8s.io/metrics: v0.34.0 → v0.35.2
- k8s.io/mount-utils: v0.34.1 → v0.35.2
- k8s.io/pod-security-admission: v0.34.0 → v0.35.2
- k8s.io/sample-apiserver: v0.34.0 → v0.35.2
- k8s.io/system-validators: v1.10.1 → v1.12.1
- k8s.io/utils: 0af2bda → b8788ab
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.33.0 → v0.34.0
- sigs.k8s.io/controller-runtime: v0.22.3 → v0.23.1
- sigs.k8s.io/gateway-api: v1.4.0 → v1.5.0
- sigs.k8s.io/structured-merge-diff/v4: v4.6.0 → v4.4.1
- sigs.k8s.io/structured-merge-diff/v6: v6.3.0 → v6.3.2

### Removed
- github.com/Masterminds/goutils: [v1.1.1](https://github.com/Masterminds/goutils/tree/v1.1.1)
- github.com/Masterminds/semver: [v1.5.0](https://github.com/Masterminds/semver/tree/v1.5.0)
- github.com/Masterminds/sprig: [v2.22.0+incompatible](https://github.com/Masterminds/sprig/tree/v2.22.0)
- github.com/elastic/crd-ref-docs: [v0.2.0](https://github.com/elastic/crd-ref-docs/tree/v0.2.0)
- github.com/fatih/color: [v1.18.0](https://github.com/fatih/color/tree/v1.18.0)
- github.com/gobuffalo/flect: [v1.0.3](https://github.com/gobuffalo/flect/tree/v1.0.3)
- github.com/huandu/xstrings: [v1.3.3](https://github.com/huandu/xstrings/tree/v1.3.3)
- github.com/imdario/mergo: [v0.3.11](https://github.com/imdario/mergo/tree/v0.3.11)
- github.com/mattn/go-colorable: [v0.1.13](https://github.com/mattn/go-colorable/tree/v0.1.13)
- github.com/mattn/go-isatty: [v0.0.20](https://github.com/mattn/go-isatty/tree/v0.0.20)
- github.com/mitchellh/copystructure: [v1.2.0](https://github.com/mitchellh/copystructure/tree/v1.2.0)
- github.com/mitchellh/reflectwalk: [v1.0.2](https://github.com/mitchellh/reflectwalk/tree/v1.0.2)
- github.com/zeebo/errs: [v1.4.0](https://github.com/zeebo/errs/tree/v1.4.0)
- google.golang.org/grpc/cmd/protoc-gen-go-grpc: v1.5.1
- sigs.k8s.io/controller-tools: v0.19.0
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Following table reflects the head of this branch.
| CSIStorageCapacity | GA | On | Publish [capacity information](https://kubernetes.io/docs/concepts/storage/volumes/#storage-capacity) for the Kubernetes scheduler. | No |
| ReadWriteOncePod | Beta | On | [Single pod access mode for PersistentVolumes](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes). | No |
| CSINodeExpandSecret | GA | On | [CSI Node expansion secret](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3107-csi-nodeexpandsecret) | No |
| HonorPVReclaimPolicy| GA | On | [Honor the PV reclaim policy](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/2644-honor-pv-reclaim-policy) | No |
| PreventVolumeModeConversion | Beta |On | [Prevent unauthorized conversion of source volume mode](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3141-prevent-volume-mode-conversion) | `--prevent-volume-mode-conversion` (No in-tree feature gate) |
| VolumeAttributesClass | GA | On | [Pass VolumeAttributesClass parameters during CreateVolume](https://github.com/kubernetes/enhancements/blob/master/keps/sig-storage/3751-volume-attributes-class/README.md) | `--feature-gates=VolumeAttributesClass=true` |
| CrossNamespaceVolumeDataSource | Alpha |Off | [Cross-namespace volume data source](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3294-provision-volumes-from-cross-namespace-snapshots) | `--feature-gates=CrossNamespaceVolumeDataSource=true` |
Expand Down
Loading