|  | 
|  | 1 | +# Release notes for v7.0.0 | 
|  | 2 | + | 
|  | 3 | +[Documentation](https://kubernetes-csi.github.io) | 
|  | 4 | + | 
|  | 5 | +# Changelog since v6.3.0 | 
|  | 6 | + | 
|  | 7 | +## Urgent Upgrade Notes  | 
|  | 8 | + | 
|  | 9 | +### (No, really, you MUST read this before you upgrade) | 
|  | 10 | + | 
|  | 11 | +- Enable prevent-volume-mode-conversion feature flag by default. | 
|  | 12 | +   | 
|  | 13 | +  Volume mode change will be rejected when creating a PVC from a VolumeSnapshot unless the AllowVolumeModeChange annotation has been set to true. Applications relying on volume mode change when creating a PVC from VolumeSnapshot need to be updated accordingly. ([#916](https://github.com/kubernetes-csi/external-snapshotter/pull/916), [@akalenyu](https://github.com/akalenyu)) | 
|  | 14 | +  | 
|  | 15 | +## Changes by Kind | 
|  | 16 | + | 
|  | 17 | +### API Change | 
|  | 18 | + | 
|  | 19 | +- Add VolumeGroupSnapshot API definitions. ([#814](https://github.com/kubernetes-csi/external-snapshotter/pull/814), [@RaunakShah](https://github.com/RaunakShah)) | 
|  | 20 | +- The VolumeGroupSnapshotSource.Selector is now an optional attribute, so that a pre-provisioned VolumeGroupSnapshotContent can be specified which does not require a matching label-selector. ([#995](https://github.com/kubernetes-csi/external-snapshotter/pull/995), [@nixpanic](https://github.com/nixpanic)) | 
|  | 21 | +- Update API for pre provisioned group snapshots ([#971](https://github.com/kubernetes-csi/external-snapshotter/pull/971), [@RaunakShah](https://github.com/RaunakShah)) | 
|  | 22 | + | 
|  | 23 | +### Feature | 
|  | 24 | + | 
|  | 25 | +- Create Volume functionality for volume group snapshots (Note: this feature is partially implemented and therefore it is not ready for use) ([#826](https://github.com/kubernetes-csi/external-snapshotter/pull/826), [@RaunakShah](https://github.com/RaunakShah)) | 
|  | 26 | +- More detail printed columns output when get vgs/vgsc/vgsclass with kubectl ([#865](https://github.com/kubernetes-csi/external-snapshotter/pull/865), [@winrouter](https://github.com/winrouter)) | 
|  | 27 | +- Webhooks for VolumeGroupSnapshot, VolumeGroupSnapshotContent and VolumeGroupSnapshotClass. ([#825](https://github.com/kubernetes-csi/external-snapshotter/pull/825), [@Rakshith-R](https://github.com/Rakshith-R)) | 
|  | 28 | +- Add finalizer to prevent deletion of individual volume snapshots that are part of a group ([#972](https://github.com/kubernetes-csi/external-snapshotter/pull/972), [@RaunakShah](https://github.com/RaunakShah)) | 
|  | 29 | +- Delete individual snapshots as part of volume group snapshots delete API ([#952](https://github.com/kubernetes-csi/external-snapshotter/pull/952), [@RaunakShah](https://github.com/RaunakShah)) | 
|  | 30 | +- Implement GetGroupSnapshotStatus so that pre-provisioned VolumeGroupSnapshots can be imported. ([#837](https://github.com/kubernetes-csi/external-snapshotter/pull/837), [@nixpanic](https://github.com/nixpanic)) | 
|  | 31 | +- Introduce logic to delete volume group snapshots ([#882](https://github.com/kubernetes-csi/external-snapshotter/pull/882), [@RaunakShah](https://github.com/RaunakShah)) | 
|  | 32 | + | 
|  | 33 | +### Bug or Regression | 
|  | 34 | + | 
|  | 35 | +- Fixed the max duration to wait for CRDs to appear especially in case of the apiserver being unreachable ([#987](https://github.com/kubernetes-csi/external-snapshotter/pull/987), [@Fricounet](https://github.com/Fricounet)) | 
|  | 36 | +- Fixed waiting for a snapshot to become ready with exponential backoff in CSI Snapshotter sidecar. ([#958](https://github.com/kubernetes-csi/external-snapshotter/pull/958), [@jsafrane](https://github.com/jsafrane)) | 
|  | 37 | +- Webhooks for group snapshot CRs will be disabled by default. Command line argument `enable-volume-group-snapshot-webhook` needs to be added to enable these webhooks. ([#922](https://github.com/kubernetes-csi/external-snapshotter/pull/922), [@Rakshith-R](https://github.com/Rakshith-R)) | 
|  | 38 | + | 
|  | 39 | +### Other (Cleanup or Flake) | 
|  | 40 | + | 
|  | 41 | +- Adopt Kubernetes recommended label "app.kubernetes.io/name" when deploying csi-snapshotter, snapshot-controller, and snapshot-validation-webhook. ([#844](https://github.com/kubernetes-csi/external-snapshotter/pull/844), [@mowangdk](https://github.com/mowangdk)) | 
|  | 42 | +- Store VolumeGroupSnapshotHandle in SnapshotContent.Status instead of VolumeGroupSnapshotContentName ([#955](https://github.com/kubernetes-csi/external-snapshotter/pull/955), [@RaunakShah](https://github.com/RaunakShah)) | 
|  | 43 | + | 
|  | 44 | +### Uncategorized | 
|  | 45 | + | 
|  | 46 | +- Update VolumeSnapshot and VolumeSnapshotContent using JSON patch ([#876](https://github.com/kubernetes-csi/external-snapshotter/pull/876), [@shubham-pampattiwar](https://github.com/shubham-pampattiwar)) | 
|  | 47 | +- Update kubernetes dependencies to v1.29.0 ([#978](https://github.com/kubernetes-csi/external-snapshotter/pull/978), [@RaunakShah](https://github.com/RaunakShah)) | 
|  | 48 | +- Update to use volume snapshot client v7. ([#998](https://github.com/kubernetes-csi/external-snapshotter/pull/998), [@xing-yang](https://github.com/xing-yang)) | 
|  | 49 | + | 
|  | 50 | +## Dependencies | 
|  | 51 | + | 
|  | 52 | +### Added | 
|  | 53 | +- github.com/gorilla/websocket: [v1.5.0](https://github.com/gorilla/websocket/tree/v1.5.0) | 
|  | 54 | +- github.com/kubernetes-csi/csi-test/v5: [v5.2.0](https://github.com/kubernetes-csi/csi-test/v5/tree/v5.2.0) | 
|  | 55 | +- github.com/matttproud/golang_protobuf_extensions/v2: [v2.0.0](https://github.com/matttproud/golang_protobuf_extensions/v2/tree/v2.0.0) | 
|  | 56 | +- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.46.0 | 
|  | 57 | + | 
|  | 58 | +### Changed | 
|  | 59 | +- cloud.google.com/go/compute: v1.21.0 → v1.23.3 | 
|  | 60 | +- github.com/alecthomas/kingpin/v2: [v2.3.2 → v2.4.0](https://github.com/alecthomas/kingpin/v2/compare/v2.3.2...v2.4.0) | 
|  | 61 | +- github.com/cncf/xds/go: [e9ce688 → 523115e](https://github.com/cncf/xds/go/compare/e9ce688...523115e) | 
|  | 62 | +- github.com/container-storage-interface/spec: [v1.8.0 → v1.9.0](https://github.com/container-storage-interface/spec/compare/v1.8.0...v1.9.0) | 
|  | 63 | +- github.com/cpuguy83/go-md2man/v2: [v2.0.2 → v2.0.3](https://github.com/cpuguy83/go-md2man/v2/compare/v2.0.2...v2.0.3) | 
|  | 64 | +- github.com/emicklei/go-restful/v3: [v3.10.1 → v3.11.0](https://github.com/emicklei/go-restful/v3/compare/v3.10.1...v3.11.0) | 
|  | 65 | +- github.com/evanphx/json-patch: [v5.7.0+incompatible → v5.9.0+incompatible](https://github.com/evanphx/json-patch/compare/v5.7.0...v5.9.0) | 
|  | 66 | +- github.com/fsnotify/fsnotify: [v1.6.0 → v1.7.0](https://github.com/fsnotify/fsnotify/compare/v1.6.0...v1.7.0) | 
|  | 67 | +- github.com/go-logr/logr: [v1.2.4 → v1.4.1](https://github.com/go-logr/logr/compare/v1.2.4...v1.4.1) | 
|  | 68 | +- github.com/golang/glog: [v1.1.0 → v1.1.2](https://github.com/golang/glog/compare/v1.1.0...v1.1.2) | 
|  | 69 | +- github.com/google/go-cmp: [v0.5.9 → v0.6.0](https://github.com/google/go-cmp/compare/v0.5.9...v0.6.0) | 
|  | 70 | +- github.com/google/uuid: [v1.3.0 → v1.4.0](https://github.com/google/uuid/compare/v1.3.0...v1.4.0) | 
|  | 71 | +- github.com/grpc-ecosystem/grpc-gateway/v2: [v2.7.0 → v2.16.0](https://github.com/grpc-ecosystem/grpc-gateway/v2/compare/v2.7.0...v2.16.0) | 
|  | 72 | +- github.com/kubernetes-csi/csi-lib-utils: [v0.14.0 → v0.17.0](https://github.com/kubernetes-csi/csi-lib-utils/compare/v0.14.0...v0.17.0) | 
|  | 73 | +- github.com/onsi/ginkgo/v2: [v2.9.4 → v2.13.1](https://github.com/onsi/ginkgo/v2/compare/v2.9.4...v2.13.1) | 
|  | 74 | +- github.com/onsi/gomega: [v1.27.6 → v1.30.0](https://github.com/onsi/gomega/compare/v1.27.6...v1.30.0) | 
|  | 75 | +- github.com/prometheus/client_golang: [v1.16.0 → v1.18.0](https://github.com/prometheus/client_golang/compare/v1.16.0...v1.18.0) | 
|  | 76 | +- github.com/prometheus/client_model: [v0.4.0 → v0.5.0](https://github.com/prometheus/client_model/compare/v0.4.0...v0.5.0) | 
|  | 77 | +- github.com/prometheus/common: [v0.44.0 → v0.46.0](https://github.com/prometheus/common/compare/v0.44.0...v0.46.0) | 
|  | 78 | +- github.com/prometheus/procfs: [v0.10.1 → v0.12.0](https://github.com/prometheus/procfs/compare/v0.10.1...v0.12.0) | 
|  | 79 | +- github.com/spf13/cobra: [v1.7.0 → v1.8.0](https://github.com/spf13/cobra/compare/v1.7.0...v1.8.0) | 
|  | 80 | +- github.com/stretchr/testify: [v1.8.2 → v1.8.4](https://github.com/stretchr/testify/compare/v1.8.2...v1.8.4) | 
|  | 81 | +- github.com/yuin/goldmark: [v1.3.5 → v1.4.13](https://github.com/yuin/goldmark/compare/v1.3.5...v1.4.13) | 
|  | 82 | +- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.35.1 → v0.44.0 | 
|  | 83 | +- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.10.0 → v1.19.0 | 
|  | 84 | +- go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.10.0 → v1.19.0 | 
|  | 85 | +- go.opentelemetry.io/otel/metric: v0.31.0 → v1.20.0 | 
|  | 86 | +- go.opentelemetry.io/otel/sdk: v1.10.0 → v1.19.0 | 
|  | 87 | +- go.opentelemetry.io/otel/trace: v1.10.0 → v1.20.0 | 
|  | 88 | +- go.opentelemetry.io/otel: v1.10.0 → v1.20.0 | 
|  | 89 | +- go.opentelemetry.io/proto/otlp: v0.19.0 → v1.0.0 | 
|  | 90 | +- golang.org/x/crypto: v0.11.0 → v0.18.0 | 
|  | 91 | +- golang.org/x/mod: v0.8.0 → v0.12.0 | 
|  | 92 | +- golang.org/x/net: v0.13.0 → v0.20.0 | 
|  | 93 | +- golang.org/x/oauth2: v0.10.0 → v0.16.0 | 
|  | 94 | +- golang.org/x/sync: v0.3.0 → v0.5.0 | 
|  | 95 | +- golang.org/x/sys: v0.10.0 → v0.16.0 | 
|  | 96 | +- golang.org/x/term: v0.10.0 → v0.16.0 | 
|  | 97 | +- golang.org/x/text: v0.11.0 → v0.14.0 | 
|  | 98 | +- golang.org/x/tools: v0.8.0 → v0.14.0 | 
|  | 99 | +- google.golang.org/appengine: v1.6.7 → v1.6.8 | 
|  | 100 | +- google.golang.org/genproto/googleapis/api: 782d3b1 → bbf56f3 | 
|  | 101 | +- google.golang.org/genproto/googleapis/rpc: 782d3b1 → bbf56f3 | 
|  | 102 | +- google.golang.org/genproto: 782d3b1 → bbf56f3 | 
|  | 103 | +- google.golang.org/grpc: v1.58.0 → v1.61.0 | 
|  | 104 | +- google.golang.org/protobuf: v1.31.0 → v1.32.0 | 
|  | 105 | +- k8s.io/api: v0.28.0 → v0.29.0 | 
|  | 106 | +- k8s.io/apimachinery: v0.28.0 → v0.29.0 | 
|  | 107 | +- k8s.io/client-go: v0.28.0 → v0.29.0 | 
|  | 108 | +- k8s.io/code-generator: v0.28.0 → v0.29.0 | 
|  | 109 | +- k8s.io/component-base: v0.28.0 → v0.29.0 | 
|  | 110 | +- k8s.io/component-helpers: v0.28.0 → v0.29.0 | 
|  | 111 | +- k8s.io/gengo: fad74ee → 9cce18d | 
|  | 112 | +- k8s.io/klog/v2: v2.100.1 → v2.120.1 | 
|  | 113 | +- k8s.io/kube-openapi: 2695361 → 2dd684a | 
|  | 114 | +- k8s.io/utils: d93618c → 3b25d92 | 
|  | 115 | +- sigs.k8s.io/structured-merge-diff/v4: v4.2.3 → v4.4.1 | 
|  | 116 | + | 
|  | 117 | +### Removed | 
|  | 118 | +- cloud.google.com/go: v0.34.0 | 
|  | 119 | +- github.com/BurntSushi/toml: [v0.3.1](https://github.com/BurntSushi/toml/tree/v0.3.1) | 
|  | 120 | +- github.com/antihax/optional: [v1.0.0](https://github.com/antihax/optional/tree/v1.0.0) | 
|  | 121 | +- github.com/chzyer/logex: [v1.1.10](https://github.com/chzyer/logex/tree/v1.1.10) | 
|  | 122 | +- github.com/chzyer/readline: [2972be2](https://github.com/chzyer/readline/tree/2972be2) | 
|  | 123 | +- github.com/chzyer/test: [a1ea475](https://github.com/chzyer/test/tree/a1ea475) | 
|  | 124 | +- github.com/client9/misspell: [v0.3.4](https://github.com/client9/misspell/tree/v0.3.4) | 
|  | 125 | +- github.com/ghodss/yaml: [v1.0.0](https://github.com/ghodss/yaml/tree/v1.0.0) | 
|  | 126 | +- github.com/google/gnostic: [v0.6.9](https://github.com/google/gnostic/tree/v0.6.9) | 
|  | 127 | +- github.com/grpc-ecosystem/grpc-gateway: [v1.16.0](https://github.com/grpc-ecosystem/grpc-gateway/tree/v1.16.0) | 
|  | 128 | +- github.com/hpcloud/tail: [v1.0.0](https://github.com/hpcloud/tail/tree/v1.0.0) | 
|  | 129 | +- github.com/ianlancetaylor/demangle: [28f6c0f](https://github.com/ianlancetaylor/demangle/tree/28f6c0f) | 
|  | 130 | +- github.com/kubernetes-csi/csi-test/v4: [v4.4.0](https://github.com/kubernetes-csi/csi-test/v4/tree/v4.4.0) | 
|  | 131 | +- github.com/nxadm/tail: [v1.4.8](https://github.com/nxadm/tail/tree/v1.4.8) | 
|  | 132 | +- github.com/onsi/ginkgo: [v1.16.5](https://github.com/onsi/ginkgo/tree/v1.16.5) | 
|  | 133 | +- github.com/rogpeppe/fastuuid: [v1.2.0](https://github.com/rogpeppe/fastuuid/tree/v1.2.0) | 
|  | 134 | +- go.opentelemetry.io/otel/exporters/otlp/internal/retry: v1.10.0 | 
|  | 135 | +- go.uber.org/goleak: v1.2.1 | 
|  | 136 | +- golang.org/x/exp: 509febe | 
|  | 137 | +- golang.org/x/lint: d0100b6 | 
|  | 138 | +- gopkg.in/fsnotify.v1: v1.4.7 | 
|  | 139 | +- gopkg.in/tomb.v1: dd63297 | 
|  | 140 | +- honnef.co/go/tools: ea95bdf | 
0 commit comments