Skip to content

Commit ac33959

Browse files
authored
Merge pull request #114 from xing-yang/changelog
Add change log for v1.1
2 parents 3d4db44 + d3822a7 commit ac33959

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG-1.1.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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))

0 commit comments

Comments
 (0)