Skip to content

Releases: warm-metal/container-image-csi-driver

v0.8.2

20 Dec 13:57
6061d3a
Compare
Choose a tag to compare

What's Changed

  • feat: Build and push docker images via GitHub Actions by @mbtamuli in #88
  • fix: Broken workflow for pushing images by @mbtamuli in #89
  • fix: single PV mounted on multiple pods as read-only erroring by @vadasambar in #99

New Contributors

Full Changelog: v0.8.1...v0.8.2

v0.8.1

14 Dec 15:24
43b62ef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

Support for async image pull and mount

12 Dec 16:30
8585b14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

Dynamic volume provisioning support

29 Nov 17:58
40166cf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.7.0

v0.6.4

07 Nov 16:34
02497fa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.3...v0.6.4

v0.6.3

13 Jul 05:40
dac6a64
Compare
Choose a tag to compare

v0.6.1

17 May 16:40
d1930b7
Compare
Choose a tag to compare

v0.6.0

12 Oct 05:02
a9a438f
Compare
Choose a tag to compare

v0.5.1

02 Jun 11:44
db836ae
Compare
Choose a tag to compare

#28 #29 #30

docker pull warmmetal/csi-image:v0.5.1

Breaking Changes

  1. VolumeAttributes.secret is replaced by nodePublishSecretRef,
  2. Pulling private images using the ImagePullSecrets which attached to workload service accounts is no longer supported for security reasons. #29,
  3. The installation manifests are changed. Users should apply the new installation manifests to upgrade. I recommend our new utility warm-metal-csi-image-install #30.

Cri-o

15 May 10:13
50ff341
Compare
Choose a tag to compare
Cri-o Pre-release
Pre-release

#24

  1. The project has been refactored, but no breaking changes are introduced.
  2. The installation manifest is changed, that is, the leading unix of the CRI endpoint URL is replaced by containerd, or cri-o to indicate different container runtime. And, a new flag --runtime-addr is introduced for the CRI endpoint. The old --containerd-addr is marked deprecated, but still available for containerd.

docker pull warmmetal/csi-image:v0.5.0