diff --git a/CHANGELOG/CHANGELOG-2.5.1.md b/CHANGELOG/CHANGELOG-2.5.1.md new file mode 100644 index 00000000..f63ab486 --- /dev/null +++ b/CHANGELOG/CHANGELOG-2.5.1.md @@ -0,0 +1,22 @@ +# Release notes for v2.5.1 + +[Documentation](https://kubernetes-csi.github.io) + +# Changelog since v2.5.0 + +## Changes by Kind + +### Bug or Regression + +- Corrects the handler used to serve http requests, the /healthz and /debug/ endpoints are available now. (#190, @cnmcavoy) + +## Dependencies + +### Added +_Nothing has changed._ + +### Changed +- github.com/prometheus/client_golang: [v1.11.0 → v1.11.1](https://github.com/prometheus/client_golang/compare/v1.11.0...v1.11.1) + +### Removed +_Nothing has changed._ diff --git a/README.md b/README.md index 230c5d79..bc67668a 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ The value of `--kubelet-registration-path` must be the same as the one set in th ```yaml containers: - name: csi-driver-registrar - image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.0 + image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.1 args: - "--v=5" - "--csi-address=/csi/csi.sock" @@ -113,7 +113,7 @@ The value of `--kubelet-registration-path` must be the same as the one set in th ```yaml containers: - name: csi-driver-registrar - image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.0 + image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.1 args: - --v=5 - --csi-address=unix://C:\\csi\\csi.sock @@ -138,7 +138,7 @@ the actual driver's name. ```bash containers: - name: csi-driver-registrar - image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.0 + image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.1 args: - "--csi-address=/csi/csi.sock" - "--kubelet-registration-path=/var/lib/kubelet/plugins//csi.sock"