Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add changelog #42

Merged
merged 1 commit into from
Apr 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG-1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog since v1.0.2

## Deprecations
* Command line flag `--connection-timeout` is deprecated and has no effect.

## Notable Features
* livenessprobe tries to connect to the CSI driver indefinitely only at startup ([##37](https://github.com/kubernetes-csi/livenessprobe/pull/37))

## Other Notable Changes
* Use distroless as base image ([##40](https://github.com/kubernetes-csi/livenessprobe/pull/40))
* Migrate to k8s.io/klog from glog ([##36](https://github.com/kubernetes-csi/livenessprobe/pull/36))
* add prune to gopkg.toml ([##30](https://github.com/kubernetes-csi/livenessprobe/pull/30))