File tree Expand file tree Collapse file tree 2 files changed +38
-12
lines changed
Expand file tree Collapse file tree 2 files changed +38
-12
lines changed Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments