Skip to content

Commit 62c1489

Browse files
committed
Changelog 2.7.0
1 parent a47105b commit 62c1489

File tree

2 files changed

+38
-12
lines changed

2 files changed

+38
-12
lines changed

CHANGELOG/CHANGELOG-2.7.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Release notes for v2.7.0
2+
3+
[Documentation](https://kubernetes-csi.github.io/docs/)
4+
5+
# Changelog since v2.6.0
6+
7+
## Changes by Kind
8+
9+
## Feature
10+
11+
_Nothing has changed._
12+
13+
## Dependencies
14+
15+
### Added
16+
_Nothing has changed._
17+
18+
### Changed
19+
- github.com/kubernetes-csi/csi-lib-utils: [v0.10.0 → v0.11.0](https://github.com/kubernetes-csi/csi-lib-utils/compare/v0.10.0...v0.11.0)
20+
- github.com/prometheus/client_golang: [v1.11.0 → v1.11.1](https://github.com/prometheus/client_golang/compare/v1.11.0...v1.11.1)
21+
- k8s.io/klog/v2: v2.30.0 → v2.60.0
22+
- k8s.io/utils: 4b05e18 → 3a6ce19
23+
24+
### Removed
25+
_Nothing has changed._
26+

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This information reflects the head of this branch.
1313

1414
| Compatible with CSI Version | Container Image | [Min K8s Version](https://kubernetes-csi.github.io/docs/kubernetes-compatibility.html#minimum-version) |
1515
| ------------------------------------------------------------------------------------------ | -------------------------------------| --------------- |
16-
| [CSI Spec v1.0.0](https://github.com/container-storage-interface/spec/releases/tag/v1.0.0) | k8s.gcr.io/sig-storage/livenessprobe | 1.13 |
16+
| [CSI Spec v1.0.0](https://github.com/container-storage-interface/spec/releases/tag/v1.0.0) | registry.k8s.io/sig-storage/livenessprobe | 1.13 |
1717

1818

1919
## Usage
@@ -50,17 +50,17 @@ spec:
5050
volumeMounts:
5151
- mountPath: /csi
5252
name: socket-dir
53-
# ...
54-
# The liveness probe sidecar container
55-
- name: liveness-probe
56-
imagePullPolicy: Always
57-
image: quay.io/k8scsi/livenessprobe:v1.1.0
58-
args:
59-
- --csi-address=/csi/csi.sock
60-
volumeMounts:
61-
- mountPath: /csi
62-
name: socket-dir
63-
# ...
53+
# ...
54+
# The liveness probe sidecar container
55+
- name: liveness-probe
56+
imagePullPolicy: Always
57+
image: registry.k8s.io/sig-storage/livenessprobe:v2.7.0
58+
args:
59+
- --csi-address=/csi/csi.sock
60+
volumeMounts:
61+
- mountPath: /csi
62+
name: socket-dir
63+
# ...
6464
```
6565

6666
### Command line options

0 commit comments

Comments
 (0)