Skip to content

Commit

Permalink
Merge pull request #196 from mauriciopoppe/release-2.5
Browse files Browse the repository at this point in the history
Changelog for v2.5.1
  • Loading branch information
k8s-ci-robot authored May 6, 2022
2 parents 81ff422 + e9933a9 commit a31bf16
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG/CHANGELOG-2.5.1.md
Original file line number Diff line number Diff line change
@@ -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._
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand All @@ -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/<drivername.example.com>/csi.sock"
Expand Down

0 comments on commit a31bf16

Please sign in to comment.