File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog since v1.0.1
2+
3+ ## Deprecations
4+ * Command line flag ` --connection-timeout ` is deprecated and has no effect.
5+ * Command line flag ` --snapshotter ` is deprecated and has no effect ([ #103 ] ( https://github.com/kubernetes-csi/external-snapshotter/pull/103 ) )
6+
7+ ## Notable Features
8+ * Add Lease based Leader Election Support ([ #107 ] ( https://github.com/kubernetes-csi/external-snapshotter/pull/107 ) )
9+ * The external snapshotter now tries to connect to the CSI driver indefinitely ([ #92 ] ( https://github.com/kubernetes-csi/external-snapshotter/pull/92 ) )
10+ * A new --timeout parameter has been added for CSI operations ([ #93 ] ( https://github.com/kubernetes-csi/external-snapshotter/pull/93 ) )
11+ * Prow testing ([ #111 ] ( https://github.com/kubernetes-csi/external-snapshotter/pull/111 ) )
12+
13+ ## Other Notable Changes
14+ * Add PR template ([ #113 ] ( https://github.com/kubernetes-csi/external-snapshotter/pull/113 ) )
15+ * Un-prune code-generator scripts ([ #110 ] ( https://github.com/kubernetes-csi/external-snapshotter/pull/110 ) )
16+ * Refactor external snapshotter to use csi-lib-utils/rpc ([ #97 ] ( https://github.com/kubernetes-csi/external-snapshotter/pull/97 ) )
17+ * Fix for pre-bound snapshot empty source error ([ #98 ] ( https://github.com/kubernetes-csi/external-snapshotter/pull/98 ) )
18+ * Update vendor to k8s 1.14.0 ([ #105 ] ( https://github.com/kubernetes-csi/external-snapshotter/pull/105 ) )
19+ * Migrate to k8s.io/klog from glog. ([ #88 ] ( https://github.com/kubernetes-csi/external-snapshotter/pull/88 ) )
20+ * Use distroless as base image ([ #101 ] ( https://github.com/kubernetes-csi/external-snapshotter/pull/101 ) )
21+ * Remove constraints and update all vendor pkgs ([ #100 ] ( https://github.com/kubernetes-csi/external-snapshotter/pull/100 ) )
22+ * Add dep prune options and remove unused packages ([ #99 ] ( https://github.com/kubernetes-csi/external-snapshotter/pull/99 ) )
23+ * Release tools ([ #86 ] ( https://github.com/kubernetes-csi/external-snapshotter/pull/86 ) )
You can’t perform that action at this time.
0 commit comments