Skip to content

Tags: minio/directpv

Tags

v4.1.4

Toggle v4.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add `target_commitish` to goreleaser spec (#950)

This prevents an issue during release that causes github to create a tag
on master instead of on the branch from which the release was created by
goreleaser.

v4.0.16

Toggle v4.0.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add `target_commitish` to goreleaser spec (#949)

This prevents an issue during release that causes github to create a tag
on master instead of on the branch from which the release was created by
goreleaser.

v4.0.15

Toggle v4.0.15's commit message
Upgrade sidecars to latest (#947)

v4.1.3

Toggle v4.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade sidecars to latest (#946)

```diff
-  - quay.io/minio/csi-node-driver-registrar:v2.11.1
-  - quay.io/minio/csi-provisioner:v5.0.1 _(for Kubernetes >= v1.20)_
+  - quay.io/minio/csi-node-driver-registrar:v2.12.0-0
+  - quay.io/minio/csi-provisioner:v5.0.2-0 _(for Kubernetes >= v1.20)_
   - quay.io/minio/csi-provisioner:v2.2.0-go1.18 _(for kubernetes < v1.20)_
-  - quay.io/minio/livenessprobe:v2.13.1
-  - quay.io/minio/csi-resizer:v1.11.2
+  - quay.io/minio/livenessprobe:v2.14.0-0
+  - quay.io/minio/csi-resizer:v1.12.0-0
```

are the images updated

v4.1.2

Toggle v4.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix size probe for invalid devices (#931)

for any invalid (or) detached drives, size probe will fail with the
following error

```
strconv.ParseUint: parsing "": invalid syntax
```

which prevents the directpv containers to start

bonus: improve probe error messages

v4.1.1

Toggle v4.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: fix piped sh usage (#929)

Signed-off-by: Bala.FA <[email protected]>

v4.0.14

Toggle v4.0.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix size probe for invalid devices (#931)

for any invalid (or) detached drives, size probe will fail with the
following error

```
strconv.ParseUint: parsing "": invalid syntax
```

which prevents the directpv containers to start

bonus: improve probe error messages

v4.0.13

Toggle v4.0.13's commit message
Upgrade sidecar images (#922)

v4.1.0

Toggle v4.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade sidecar images (#920)

* csi-node-driver-registrar:v2.11.1,
openshift4/ose-csi-node-driver-registrar-rhel8:v4.12.0-202407151105.p0.gc316b89.assembly.stream.el8
* csi-provisioner:v5.0.1,
openshift4/ose-csi-external-provisioner-rhel8:v4.12.0-202407151105.p0.g3aa7c52.assembly.stream.el8
* livenessprobe:v2.13.1,
openshift4/ose-csi-livenessprobe-rhel8:v4.12.0-202407151105.p0.ge6545e7.assembly.stream.el8
* csi-resizer:v1.11.2,
openshift4/ose-csi-external-resizer-rhel8:v4.12.0-202407151105.p0.g5b066ba.assembly.stream.el8

Signed-off-by: Bala.FA <[email protected]>

v4.0.12

Toggle v4.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add drive repair support (#880)

Signed-off-by: Bala.FA <[email protected]>