Skip to content

Commit c480b67

Browse files
authored
Merge pull request #327 from verult/changelog-1.7.3
Release 1.7.3 changelog
2 parents 238ef8a + 0a6fca4 commit c480b67

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

CHANGELOG/CHANGELOG-1.7.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,36 @@
1-
# Release notes for v1.7.2
1+
# Release notes for v1.7.3
22

33
[Documentation](https://kubernetes-csi.github.io)
44

5+
# Changelog since v1.7.2
6+
7+
## Changes by Kind
8+
9+
### Bug or Regression
10+
11+
- Fix build on 32bit platforms ([#320](https://github.com/kubernetes-csi/csi-driver-host-path/pull/320), [@c0va23](https://github.com/c0va23))
12+
- Fixed bug where `UpdateSnapshot` checks the volume ID when it should check the snapshot ID before updating. ([#315](https://github.com/kubernetes-csi/csi-driver-host-path/pull/315), [@verult](https://github.com/verult))
13+
14+
### Other (Cleanup or Flake)
15+
16+
- Added Kubernetes 1.21 deployments without the obsolete health-monitor-agent ([#313](https://github.com/kubernetes-csi/csi-driver-host-path/pull/313), [@pohly](https://github.com/pohly))
17+
- Changed deployments to use the latest CSI sidecar versions, released during the k8s 1.22 cycle. ([#324](https://github.com/kubernetes-csi/csi-driver-host-path/pull/324), [@verult](https://github.com/verult))
18+
- Livenessprobe version is now 2.4.0 in all deployments. ([#323](https://github.com/kubernetes-csi/csi-driver-host-path/pull/323), [@verult](https://github.com/verult))
19+
- NodePublishVolume now requires that the CO creates the parents of the target directory, as implied by the CSI spec. ([#307](https://github.com/kubernetes-csi/csi-driver-host-path/pull/307), [@pohly](https://github.com/pohly))
20+
21+
## Dependencies
22+
23+
### Added
24+
_Nothing has changed._
25+
26+
### Changed
27+
_Nothing has changed._
28+
29+
### Removed
30+
_Nothing has changed._
31+
32+
# Release notes for v1.7.2
33+
534
# Changelog since v1.7.1
635

736
## Changes by Kind

0 commit comments

Comments
 (0)