Skip to content

Tags: minio/directpv

Tags

v4.1.5

Toggle v4.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adding SELinux Documentation (#900)

### Objective:

When `resuming` or `suspending` a drive in an `OpenShift` cluster, we
may encounter a `relabel` issue. Various solutions exist for this
problem, but here I am documenting the one we believe to be the best
approach.

---------

Co-authored-by: Praveen raj Mani <[email protected]>
Co-authored-by: Bala FA <[email protected]>
Co-authored-by: Bala FA <[email protected]>

v4.0.18

Toggle v4.0.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
InitDevices: handle device denied reason and PartTableType (#1000)

* Return error if denied device is passed
* Use force flag if device PartTableType is set

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

v4.0.17

Toggle v4.0.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade go v1.24.1 (#990)

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

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