|  | 
|  | 1 | +# Release notes for v5.0.0  | 
|  | 2 | + | 
|  | 3 | +[Documentation](https://kubernetes-csi.github.io) | 
|  | 4 | + | 
|  | 5 | +# Changelog since v4.2.0 | 
|  | 6 | + | 
|  | 7 | +## Changes by Kind | 
|  | 8 | + | 
|  | 9 | +### Feature | 
|  | 10 | + | 
|  | 11 | +- Added short names for Volume Snapshot CRDs: | 
|  | 12 | +  - VolumeSnapshot - vs | 
|  | 13 | +  - VolumeSnapshotContent - vsc, vscs | 
|  | 14 | +  - VolumeSnapshotClass` - vsclass, vsclasses ([#604](https://github.com/kubernetes-csi/external-snapshotter/pull/604), [@robbie-demuth](https://github.com/robbie-demuth)) | 
|  | 15 | +- Adds support for distributed snapshotting. This affects both snapshot controller and CSI snapshotter sidecar. ([#585](https://github.com/kubernetes-csi/external-snapshotter/pull/585), [@nearora-msft](https://github.com/nearora-msft)) | 
|  | 16 | +- Make the QPS and Burst of kube client config to be configurable in both snapshot-controller and CSI snapshotter sidecar ([#621](https://github.com/kubernetes-csi/external-snapshotter/pull/621), [@lintongj](https://github.com/lintongj)) | 
|  | 17 | + | 
|  | 18 | +### Design | 
|  | 19 | + | 
|  | 20 | +- Added kustomization manifests to CRDs, snapshot controller, and CSI snapshotter sidecar components ([#606](https://github.com/kubernetes-csi/external-snapshotter/pull/606), [@itspngu](https://github.com/itspngu)) | 
|  | 21 | + | 
|  | 22 | +### Bug or Regression | 
|  | 23 | + | 
|  | 24 | +- Fixed a bug introduced by [#621](https://github.com/kubernetes-csi/external-snapshotter/pull/621) which makes the QPS and Burst of kube client config configurable in both snapshot-controller and CSI snapshotter sidecar. This fix exposed the kube-api-qps cmd option properly ([#626](https://github.com/kubernetes-csi/external-snapshotter/pull/626), [@lintongj](https://github.com/lintongj)) | 
|  | 25 | +- Fixed deadlock in reporting metrics in snapshot controller. ([#581](https://github.com/kubernetes-csi/external-snapshotter/pull/581), [@jsafrane](https://github.com/jsafrane)) | 
|  | 26 | + | 
|  | 27 | +### Other (Cleanup or Flake) | 
|  | 28 | + | 
|  | 29 | +- Rename KUBE_NODE_NAME to NODE_NAME for CSI snapshotter sidecar deployment. ([#616](https://github.com/kubernetes-csi/external-snapshotter/pull/616), [@zhucan](https://github.com/zhucan)) | 
|  | 30 | +- Replaces many VolumeSnapshot/VolumeSnapshotContent Update/UpdateStatus operations with Patch. This lowers the probability of the "object has been modified" update API errors occurring. This change introduces a dependency on two new RBAC rules for the CSI snapshotter sidecar: volumesnapshotcontents:patch, volumesnapshotcontents/status:patch and four new RBAC rules for the snapshot-controller: volumesnapshotcontents:patch, volumesnapshotcontents/status:patch, volumesnapshots:patch, and volumesnapshots/status: patch. ([#526](https://github.com/kubernetes-csi/external-snapshotter/pull/526), [@ggriffiths](https://github.com/ggriffiths)) | 
|  | 31 | + | 
|  | 32 | +### Uncategorized | 
|  | 33 | + | 
|  | 34 | +- Updated `CertificateSigningRequest apiversion` to `V1` for Snapshot validation webhook deployment. ([#588](https://github.com/kubernetes-csi/external-snapshotter/pull/588), [@Kartik494](https://github.com/Kartik494)) | 
|  | 35 | + | 
|  | 36 | +## Dependencies | 
|  | 37 | + | 
|  | 38 | +### Added | 
|  | 39 | +- bazil.org/fuse: 371fbbd | 
|  | 40 | +- github.com/antlr/antlr4/runtime/Go/antlr: [b48c857](https://github.com/antlr/antlr4/runtime/Go/antlr/tree/b48c857) | 
|  | 41 | +- github.com/bits-and-blooms/bitset: [v1.2.0](https://github.com/bits-and-blooms/bitset/tree/v1.2.0) | 
|  | 42 | +- github.com/checkpoint-restore/go-criu/v5: [v5.0.0](https://github.com/checkpoint-restore/go-criu/v5/tree/v5.0.0) | 
|  | 43 | +- github.com/cncf/xds/go: [fbca930](https://github.com/cncf/xds/go/tree/fbca930) | 
|  | 44 | +- github.com/coredns/caddy: [v1.1.0](https://github.com/coredns/caddy/tree/v1.1.0) | 
|  | 45 | +- github.com/frankban/quicktest: [v1.11.3](https://github.com/frankban/quicktest/tree/v1.11.3) | 
|  | 46 | +- github.com/getkin/kin-openapi: [v0.76.0](https://github.com/getkin/kin-openapi/tree/v0.76.0) | 
|  | 47 | +- github.com/go-logr/zapr: [v1.2.0](https://github.com/go-logr/zapr/tree/v1.2.0) | 
|  | 48 | +- github.com/google/cel-go: [v0.9.0](https://github.com/google/cel-go/tree/v0.9.0) | 
|  | 49 | +- github.com/google/cel-spec: [v0.6.0](https://github.com/google/cel-spec/tree/v0.6.0) | 
|  | 50 | +- github.com/kr/fs: [v0.1.0](https://github.com/kr/fs/tree/v0.1.0) | 
|  | 51 | +- github.com/pkg/sftp: [v1.10.1](https://github.com/pkg/sftp/tree/v1.10.1) | 
|  | 52 | +- github.com/robfig/cron/v3: [v3.0.1](https://github.com/robfig/cron/v3/tree/v3.0.1) | 
|  | 53 | +- k8s.io/pod-security-admission: v0.23.0 | 
|  | 54 | +- sigs.k8s.io/json: c049b76 | 
|  | 55 | + | 
|  | 56 | +### Changed | 
|  | 57 | +- cloud.google.com/go: v0.65.0 → v0.81.0 | 
|  | 58 | +- github.com/GoogleCloudPlatform/k8s-cloud-provider: [7901bc8 → ea6160c](https://github.com/GoogleCloudPlatform/k8s-cloud-provider/compare/7901bc8...ea6160c) | 
|  | 59 | +- github.com/Microsoft/go-winio: [v0.4.15 → v0.4.17](https://github.com/Microsoft/go-winio/compare/v0.4.15...v0.4.17) | 
|  | 60 | +- github.com/Microsoft/hcsshim: [5eafd15 → v0.8.22](https://github.com/Microsoft/hcsshim/compare/5eafd15...v0.8.22) | 
|  | 61 | +- github.com/auth0/go-jwt-middleware: [5493cab → v1.0.1](https://github.com/auth0/go-jwt-middleware/compare/5493cab...v1.0.1) | 
|  | 62 | +- github.com/benbjohnson/clock: [v1.0.3 → v1.1.0](https://github.com/benbjohnson/clock/compare/v1.0.3...v1.1.0) | 
|  | 63 | +- github.com/bketelsen/crypt: [5cbc8cc → v0.0.4](https://github.com/bketelsen/crypt/compare/5cbc8cc...v0.0.4) | 
|  | 64 | +- github.com/cilium/ebpf: [v0.2.0 → v0.6.2](https://github.com/cilium/ebpf/compare/v0.2.0...v0.6.2) | 
|  | 65 | +- github.com/containerd/cgroups: [0dbf7f0 → v1.0.1](https://github.com/containerd/cgroups/compare/0dbf7f0...v1.0.1) | 
|  | 66 | +- github.com/containerd/console: [v1.0.1 → v1.0.2](https://github.com/containerd/console/compare/v1.0.1...v1.0.2) | 
|  | 67 | +- github.com/containerd/containerd: [v1.4.4 → v1.4.11](https://github.com/containerd/containerd/compare/v1.4.4...v1.4.11) | 
|  | 68 | +- github.com/containerd/continuity: [aaeac12 → v0.1.0](https://github.com/containerd/continuity/compare/aaeac12...v0.1.0) | 
|  | 69 | +- github.com/containerd/fifo: [a9fb20d → v1.0.0](https://github.com/containerd/fifo/compare/a9fb20d...v1.0.0) | 
|  | 70 | +- github.com/containerd/go-runc: [5a6d9f3 → v1.0.0](https://github.com/containerd/go-runc/compare/5a6d9f3...v1.0.0) | 
|  | 71 | +- github.com/containerd/typeurl: [v1.0.1 → v1.0.2](https://github.com/containerd/typeurl/compare/v1.0.1...v1.0.2) | 
|  | 72 | +- github.com/containernetworking/cni: [v0.8.0 → v0.8.1](https://github.com/containernetworking/cni/compare/v0.8.0...v0.8.1) | 
|  | 73 | +- github.com/coredns/corefile-migration: [v1.0.11 → v1.0.14](https://github.com/coredns/corefile-migration/compare/v1.0.11...v1.0.14) | 
|  | 74 | +- github.com/docker/docker: [v20.10.2+incompatible → v20.10.7+incompatible](https://github.com/docker/docker/compare/v20.10.2...v20.10.7) | 
|  | 75 | +- github.com/envoyproxy/go-control-plane: [668b12f → 63b5d3c](https://github.com/envoyproxy/go-control-plane/compare/668b12f...63b5d3c) | 
|  | 76 | +- github.com/evanphx/json-patch: [v4.11.0+incompatible → v4.12.0+incompatible](https://github.com/evanphx/json-patch/compare/v4.11.0...v4.12.0) | 
|  | 77 | +- github.com/go-logr/logr: [v0.4.0 → v1.2.0](https://github.com/go-logr/logr/compare/v0.4.0...v1.2.0) | 
|  | 78 | +- github.com/golang/glog: [23def4e → v1.0.0](https://github.com/golang/glog/compare/23def4e...v1.0.0) | 
|  | 79 | +- github.com/golang/mock: [v1.4.4 → v1.5.0](https://github.com/golang/mock/compare/v1.4.4...v1.5.0) | 
|  | 80 | +- github.com/google/cadvisor: [v0.39.0 → v0.43.0](https://github.com/google/cadvisor/compare/v0.39.0...v0.43.0) | 
|  | 81 | +- github.com/google/martian/v3: [v3.0.0 → v3.1.0](https://github.com/google/martian/v3/compare/v3.0.0...v3.1.0) | 
|  | 82 | +- github.com/google/pprof: [1a94d86 → cbba55b](https://github.com/google/pprof/compare/1a94d86...cbba55b) | 
|  | 83 | +- github.com/gopherjs/gopherjs: [0766667 → fce0ec3](https://github.com/gopherjs/gopherjs/compare/0766667...fce0ec3) | 
|  | 84 | +- github.com/heketi/heketi: [v10.2.0+incompatible → v10.3.0+incompatible](https://github.com/heketi/heketi/compare/v10.2.0...v10.3.0) | 
|  | 85 | +- github.com/ianlancetaylor/demangle: [5e5cf60 → 28f6c0f](https://github.com/ianlancetaylor/demangle/compare/5e5cf60...28f6c0f) | 
|  | 86 | +- github.com/json-iterator/go: [v1.1.11 → v1.1.12](https://github.com/json-iterator/go/compare/v1.1.11...v1.1.12) | 
|  | 87 | +- github.com/kr/pretty: [v0.2.0 → v0.2.1](https://github.com/kr/pretty/compare/v0.2.0...v0.2.1) | 
|  | 88 | +- github.com/kr/pty: [v1.1.5 → v1.1.1](https://github.com/kr/pty/compare/v1.1.5...v1.1.1) | 
|  | 89 | +- github.com/magiconair/properties: [v1.8.1 → v1.8.5](https://github.com/magiconair/properties/compare/v1.8.1...v1.8.5) | 
|  | 90 | +- github.com/mattn/go-isatty: [v0.0.4 → v0.0.3](https://github.com/mattn/go-isatty/compare/v0.0.4...v0.0.3) | 
|  | 91 | +- github.com/miekg/dns: [v1.1.35 → v1.0.14](https://github.com/miekg/dns/compare/v1.1.35...v1.0.14) | 
|  | 92 | +- github.com/mitchellh/mapstructure: [v1.1.2 → v1.4.1](https://github.com/mitchellh/mapstructure/compare/v1.1.2...v1.4.1) | 
|  | 93 | +- github.com/moby/sys/mountinfo: [v0.4.0 → v0.4.1](https://github.com/moby/sys/mountinfo/compare/v0.4.0...v0.4.1) | 
|  | 94 | +- github.com/modern-go/reflect2: [v1.0.1 → v1.0.2](https://github.com/modern-go/reflect2/compare/v1.0.1...v1.0.2) | 
|  | 95 | +- github.com/opencontainers/runc: [v1.0.0-rc93 → v1.0.2](https://github.com/opencontainers/runc/compare/v1.0.0-rc93...v1.0.2) | 
|  | 96 | +- github.com/opencontainers/runtime-spec: [e6143ca → 1c3f411](https://github.com/opencontainers/runtime-spec/compare/e6143ca...1c3f411) | 
|  | 97 | +- github.com/opencontainers/selinux: [v1.8.0 → v1.8.2](https://github.com/opencontainers/selinux/compare/v1.8.0...v1.8.2) | 
|  | 98 | +- github.com/pelletier/go-toml: [v1.2.0 → v1.9.3](https://github.com/pelletier/go-toml/compare/v1.2.0...v1.9.3) | 
|  | 99 | +- github.com/prometheus/common: [v0.26.0 → v0.28.0](https://github.com/prometheus/common/compare/v0.26.0...v0.28.0) | 
|  | 100 | +- github.com/smartystreets/assertions: [b2de0cb → v1.1.0](https://github.com/smartystreets/assertions/compare/b2de0cb...v1.1.0) | 
|  | 101 | +- github.com/spf13/afero: [v1.2.2 → v1.6.0](https://github.com/spf13/afero/compare/v1.2.2...v1.6.0) | 
|  | 102 | +- github.com/spf13/cast: [v1.3.0 → v1.3.1](https://github.com/spf13/cast/compare/v1.3.0...v1.3.1) | 
|  | 103 | +- github.com/spf13/cobra: [v1.1.3 → v1.2.1](https://github.com/spf13/cobra/compare/v1.1.3...v1.2.1) | 
|  | 104 | +- github.com/spf13/viper: [v1.7.0 → v1.8.1](https://github.com/spf13/viper/compare/v1.7.0...v1.8.1) | 
|  | 105 | +- github.com/yuin/goldmark: [v1.3.5 → v1.4.0](https://github.com/yuin/goldmark/compare/v1.3.5...v1.4.0) | 
|  | 106 | +- go.opencensus.io: v0.22.4 → v0.23.0 | 
|  | 107 | +- go.uber.org/zap: v1.17.0 → v1.19.0 | 
|  | 108 | +- golang.org/x/crypto: 5ea612d → 32db794 | 
|  | 109 | +- golang.org/x/net: 37e1c6a → e898025 | 
|  | 110 | +- golang.org/x/oauth2: 08078c5 → 2bc19b1 | 
|  | 111 | +- golang.org/x/sys: 59db8d7 → f4d4317 | 
|  | 112 | +- golang.org/x/term: 6a3ed07 → 6886f2d | 
|  | 113 | +- golang.org/x/text: v0.3.6 → v0.3.7 | 
|  | 114 | +- golang.org/x/tools: v0.1.2 → d4cc65f | 
|  | 115 | +- google.golang.org/api: v0.30.0 → v0.46.0 | 
|  | 116 | +- google.golang.org/genproto: f16073e → fe13028 | 
|  | 117 | +- google.golang.org/grpc: v1.38.0 → v1.40.0 | 
|  | 118 | +- google.golang.org/protobuf: v1.26.0 → v1.27.1 | 
|  | 119 | +- gopkg.in/ini.v1: v1.51.0 → v1.62.0 | 
|  | 120 | +- k8s.io/api: v0.22.0 → v0.23.0 | 
|  | 121 | +- k8s.io/apiextensions-apiserver: v0.22.0 → v0.23.0 | 
|  | 122 | +- k8s.io/apimachinery: v0.22.0 → v0.23.0 | 
|  | 123 | +- k8s.io/apiserver: v0.22.0 → v0.23.0 | 
|  | 124 | +- k8s.io/cli-runtime: v0.22.0 → v0.23.0 | 
|  | 125 | +- k8s.io/client-go: v0.22.0 → v0.23.0 | 
|  | 126 | +- k8s.io/cloud-provider: v0.22.0 → v0.23.0 | 
|  | 127 | +- k8s.io/cluster-bootstrap: v0.22.0 → v0.23.0 | 
|  | 128 | +- k8s.io/code-generator: v0.22.0 → v0.23.0 | 
|  | 129 | +- k8s.io/component-base: v0.22.0 → v0.23.0 | 
|  | 130 | +- k8s.io/component-helpers: v0.22.0 → v0.23.0 | 
|  | 131 | +- k8s.io/controller-manager: v0.22.0 → v0.23.0 | 
|  | 132 | +- k8s.io/cri-api: v0.22.0 → v0.23.0 | 
|  | 133 | +- k8s.io/csi-translation-lib: v0.22.0 → v0.23.0 | 
|  | 134 | +- k8s.io/gengo: b6c5ce2 → 485abfe | 
|  | 135 | +- k8s.io/klog/v2: v2.9.0 → v2.30.0 | 
|  | 136 | +- k8s.io/kube-aggregator: v0.22.0 → v0.23.0 | 
|  | 137 | +- k8s.io/kube-controller-manager: v0.22.0 → v0.23.0 | 
|  | 138 | +- k8s.io/kube-openapi: 9528897 → e816edb | 
|  | 139 | +- k8s.io/kube-proxy: v0.22.0 → v0.23.0 | 
|  | 140 | +- k8s.io/kube-scheduler: v0.22.0 → v0.23.0 | 
|  | 141 | +- k8s.io/kubectl: v0.22.0 → v0.23.0 | 
|  | 142 | +- k8s.io/kubelet: v0.22.0 → v0.23.0 | 
|  | 143 | +- k8s.io/kubernetes: v1.21.0 → v1.23.0 | 
|  | 144 | +- k8s.io/legacy-cloud-providers: v0.22.0 → v0.23.0 | 
|  | 145 | +- k8s.io/metrics: v0.22.0 → v0.23.0 | 
|  | 146 | +- k8s.io/mount-utils: v0.22.0 → v0.23.0 | 
|  | 147 | +- k8s.io/sample-apiserver: v0.22.0 → v0.23.0 | 
|  | 148 | +- k8s.io/system-validators: v1.4.0 → v1.6.0 | 
|  | 149 | +- k8s.io/utils: 4b05e18 → cb0fa31 | 
|  | 150 | +- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.22 → v0.0.25 | 
|  | 151 | +- sigs.k8s.io/kustomize/api: v0.8.11 → v0.10.1 | 
|  | 152 | +- sigs.k8s.io/kustomize/cmd/config: v0.9.13 → v0.10.2 | 
|  | 153 | +- sigs.k8s.io/kustomize/kustomize/v4: v4.2.0 → v4.4.1 | 
|  | 154 | +- sigs.k8s.io/kustomize/kyaml: v0.11.0 → v0.13.0 | 
|  | 155 | + | 
|  | 156 | +### Removed | 
|  | 157 | +- github.com/bifurcation/mint: [93c51c6](https://github.com/bifurcation/mint/tree/93c51c6) | 
|  | 158 | +- github.com/caddyserver/caddy: [v1.0.3](https://github.com/caddyserver/caddy/tree/v1.0.3) | 
|  | 159 | +- github.com/cenkalti/backoff: [v2.1.1+incompatible](https://github.com/cenkalti/backoff/tree/v2.1.1) | 
|  | 160 | +- github.com/checkpoint-restore/go-criu/v4: [v4.1.0](https://github.com/checkpoint-restore/go-criu/v4/tree/v4.1.0) | 
|  | 161 | +- github.com/cheekybits/genny: [9127e81](https://github.com/cheekybits/genny/tree/9127e81) | 
|  | 162 | +- github.com/go-acme/lego: [v2.5.0+incompatible](https://github.com/go-acme/lego/tree/v2.5.0) | 
|  | 163 | +- github.com/go-bindata/go-bindata: [v3.1.1+incompatible](https://github.com/go-bindata/go-bindata/tree/v3.1.1) | 
|  | 164 | +- github.com/go-openapi/spec: [v0.19.5](https://github.com/go-openapi/spec/tree/v0.19.5) | 
|  | 165 | +- github.com/jimstudt/http-authentication: [3eca13d](https://github.com/jimstudt/http-authentication/tree/3eca13d) | 
|  | 166 | +- github.com/klauspost/cpuid: [v1.2.0](https://github.com/klauspost/cpuid/tree/v1.2.0) | 
|  | 167 | +- github.com/kylelemons/godebug: [d65d576](https://github.com/kylelemons/godebug/tree/d65d576) | 
|  | 168 | +- github.com/lucas-clemente/aes12: [cd47fb3](https://github.com/lucas-clemente/aes12/tree/cd47fb3) | 
|  | 169 | +- github.com/lucas-clemente/quic-clients: [v0.1.0](https://github.com/lucas-clemente/quic-clients/tree/v0.1.0) | 
|  | 170 | +- github.com/lucas-clemente/quic-go-certificates: [d2f8652](https://github.com/lucas-clemente/quic-go-certificates/tree/d2f8652) | 
|  | 171 | +- github.com/lucas-clemente/quic-go: [v0.10.2](https://github.com/lucas-clemente/quic-go/tree/v0.10.2) | 
|  | 172 | +- github.com/marten-seemann/qtls: [v0.2.3](https://github.com/marten-seemann/qtls/tree/v0.2.3) | 
|  | 173 | +- github.com/mholt/certmagic: [6a42ef9](https://github.com/mholt/certmagic/tree/6a42ef9) | 
|  | 174 | +- github.com/naoina/go-stringutil: [v0.1.0](https://github.com/naoina/go-stringutil/tree/v0.1.0) | 
|  | 175 | +- github.com/naoina/toml: [v0.1.1](https://github.com/naoina/toml/tree/v0.1.1) | 
|  | 176 | +- github.com/robfig/cron: [v1.1.0](https://github.com/robfig/cron/tree/v1.1.0) | 
|  | 177 | +- github.com/thecodeteam/goscaleio: [v0.1.0](https://github.com/thecodeteam/goscaleio/tree/v0.1.0) | 
|  | 178 | +- github.com/willf/bitset: [v1.1.11](https://github.com/willf/bitset/tree/v1.1.11) | 
|  | 179 | +- go.etcd.io/etcd: dd1b699 | 
|  | 180 | +- gopkg.in/cheggaaa/pb.v1: v1.0.25 | 
|  | 181 | +- gopkg.in/mcuadros/go-syslog.v2: v2.2.1 | 
|  | 182 | +- gotest.tools: v2.2.0+incompatible | 
|  | 183 | +- k8s.io/heapster: v1.2.0-beta.1 | 
0 commit comments