Skip to content

Commit

Permalink
chore: bump liveness probe from 1.1.0 to 2.0.0
Browse files Browse the repository at this point in the history
- Introduce V(5) on the health check begin/success log lines to allow filtering of these entries from logs. If you would like to retain these log entries the action required would be to set `-v==5` or higher for the livenessprobe container. ([#57](kubernetes-csi/livenessprobe#57), [@stefansedich](https://github.com/stefansedich))
- Deprecated "--connection-timeout" argument has been removed. ([#59](kubernetes-csi/livenessprobe#59), [@msau42](https://github.com/msau42))

- Fix nil pointer bug when driver responds with not ready ([#58](kubernetes-csi/livenessprobe#58), [@scuzhanglei](https://github.com/scuzhanglei))
- Migrated to Go modules, so the source builds also outside of GOPATH. ([#53](kubernetes-csi/livenessprobe#53), [@pohly](https://github.com/pohly))
  • Loading branch information
joejulian committed Mar 9, 2020
1 parent 8ab2e87 commit 8219749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stable/awsebscsiprovisioner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
liveness:
image:
repository: "quay.io/k8scsi/livenessprobe"
tag: "v1.1.0"
tag: "v1.2.0"

tolerations:
- effect: NoSchedule
Expand Down

0 comments on commit 8219749

Please sign in to comment.