Skip to content

Commit b54fb76

Browse files
authored
Merge pull request #76 from jsafrane/prepare-2.1
Prepare 2.1 release
2 parents 112765f + 7074109 commit b54fb76

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed
File renamed without changes.
File renamed without changes.

CHANGELOG/CHANGELOG-2.1.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Release notes for v2.1.0
2+
3+
[Documentation](https://kubernetes-csi.github.io/docs/)
4+
# Changelog since v2.0.0
5+
6+
## Changes by Kind
7+
8+
### Bug or Regression
9+
10+
- Reports an unhealthy status on `/healthz` endpoint, if the CSI driver socket file does not exist anymore (accidentally removed on the host, for example). ([#69](https://github.com/kubernetes-csi/livenessprobe/pull/69), [@nettoclaudio](https://github.com/nettoclaudio))
11+
12+
### Uncategorized
13+
14+
- Publishing of images on k8s.gcr.io ([#71](https://github.com/kubernetes-csi/livenessprobe/pull/71), [@pohly](https://github.com/pohly))
15+
16+
## Dependencies
17+
18+
### Added
19+
_Nothing has changed._
20+
21+
### Changed
22+
_Nothing has changed._
23+
24+
### Removed
25+
_Nothing has changed._

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ See CSI spec for more information about Probe API call.
1111
## Compatibility
1212
This information reflects the head of this branch.
1313

14-
| Compatible with CSI Version | Container Image | [Min K8s Version](https://kubernetes-csi.github.io/docs/kubernetes-compatibility.html#minimum-version) |
15-
| ------------------------------------------------------------------------------------------ | -----------------------------| --------------- |
16-
| [CSI Spec v1.0.0](https://github.com/container-storage-interface/spec/releases/tag/v1.0.0) | quay.io/k8scsi/livenessprobe | 1.13 |
14+
| Compatible with CSI Version | Container Image | [Min K8s Version](https://kubernetes-csi.github.io/docs/kubernetes-compatibility.html#minimum-version) |
15+
| ------------------------------------------------------------------------------------------ | -------------------------------------| --------------- |
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 |
1717

1818

1919
## Usage

0 commit comments

Comments
 (0)