From a4bc2e84c02ca4b3987fe11470c4b7fe0dabfeef Mon Sep 17 00:00:00 2001 From: sijeesh Date: Sat, 11 Mar 2023 11:34:45 +0530 Subject: [PATCH 1/4] Release notes for v2.3.0 Signed-off-by: sijeesh --- release-notes/v2.3.0.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 release-notes/v2.3.0.md diff --git a/release-notes/v2.3.0.md b/release-notes/v2.3.0.md new file mode 100644 index 00000000..80331c51 --- /dev/null +++ b/release-notes/v2.3.0.md @@ -0,0 +1,28 @@ +# HPE CSI Driver for Kubernetes 2.3.0 Release Notes + +## HPE CSI Driver for Kubernetes 2.3.0 + +| **Version:** |2.3.0| +|--------------|-----| +| **Revision:** | Thursday March 09, 2023 | + +## Resolved Issues +` +The following table lists the resolved issues for HPE CSI Driver for Kubernetes v2.3.0. + +|ID|Component |Title|Resolution| +|--|---------|-----|-----------| +|CON-2998|csi.k8s|Security vulnerabilities found in HPE CSI Driver images|The base images were upgraded from ubi-minimal:9.0.0 to ubi-minimal:9.1.0-1793, which fixes majority of the security vulnerabilities identified in CSI driver 2.2.0| +|CON-2999|csi.k8s|Scrubber going too deep into PV data|csi-driver scrubber task walking the whole PV filesystems ($KUBELETDIR/pods) where it only needs to find ephemeral_data.json files at a specific depth ($KUBELETDIR/pods/$POD/volumes/kubernetes.io~csi/$PVC/ephemeral_data.json)| +|CON-2992|csi.k8s|Unable to create filesystem, command mkfs.ext4 fails as timeout of 60 seconds reached|Issue was in a utils method where the commnd execution method was recieving an incorret timeout value for creating filesystems| +|CON-3000|csi.k8s|Multipath was not stable when the path checker column was missing data|Path checker column caused the `multipathd show paths format “”` command to fail silently when the column was either missing data or was orphaned. We don’t use the path checker column in the output and the fix is simply to replace the wildcard with something else that always return data| + +## Known Issues + +Please note that, `Known Issues` from previous releases are still applicable with suggested workarounds, if they are not part of `Resolved Issues` above. + +The following table lists the known issues for HPE Alletra 9000 and Primera/3PAR CSP for HPE CSI Driver release 2.3.0 + +|ID|Component |Title|Description|Workaround| +|--|---------|-----|-----------|----------| +|CON-2996|csi.k8s|Multipath is not stable in Ubuntu 22.04| Multipath is not stable in ubuntu 22.04 and the number of VLUNs in the array is not matching with the number of multipaths in the host|| From 61d710b08609183c741349cfedc9b10ed642e0d7 Mon Sep 17 00:00:00 2001 From: sijeesh Date: Mon, 13 Mar 2023 21:26:40 +0530 Subject: [PATCH 2/4] Updated ubi image version details Signed-off-by: sijeesh --- release-notes/v2.3.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-notes/v2.3.0.md b/release-notes/v2.3.0.md index 80331c51..e0a2ba4d 100644 --- a/release-notes/v2.3.0.md +++ b/release-notes/v2.3.0.md @@ -7,12 +7,12 @@ | **Revision:** | Thursday March 09, 2023 | ## Resolved Issues -` + The following table lists the resolved issues for HPE CSI Driver for Kubernetes v2.3.0. |ID|Component |Title|Resolution| |--|---------|-----|-----------| -|CON-2998|csi.k8s|Security vulnerabilities found in HPE CSI Driver images|The base images were upgraded from ubi-minimal:9.0.0 to ubi-minimal:9.1.0-1793, which fixes majority of the security vulnerabilities identified in CSI driver 2.2.0| +|CON-2998|csi.k8s|Security vulnerabilities found in HPE CSI Driver images|The base images were upgraded from ubi-minimal:8.6 to ubi-minimal:9.1.0-1793, which fixes majority of the security vulnerabilities identified in CSI driver 2.2.0| |CON-2999|csi.k8s|Scrubber going too deep into PV data|csi-driver scrubber task walking the whole PV filesystems ($KUBELETDIR/pods) where it only needs to find ephemeral_data.json files at a specific depth ($KUBELETDIR/pods/$POD/volumes/kubernetes.io~csi/$PVC/ephemeral_data.json)| |CON-2992|csi.k8s|Unable to create filesystem, command mkfs.ext4 fails as timeout of 60 seconds reached|Issue was in a utils method where the commnd execution method was recieving an incorret timeout value for creating filesystems| |CON-3000|csi.k8s|Multipath was not stable when the path checker column was missing data|Path checker column caused the `multipathd show paths format “”` command to fail silently when the column was either missing data or was orphaned. We don’t use the path checker column in the output and the fix is simply to replace the wildcard with something else that always return data| From b2904f6c3614f12234452beb66fd5743bb841ea5 Mon Sep 17 00:00:00 2001 From: sijeesh Date: Mon, 13 Mar 2023 21:29:10 +0530 Subject: [PATCH 3/4] Updated revision date Signed-off-by: sijeesh --- release-notes/v2.3.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/v2.3.0.md b/release-notes/v2.3.0.md index e0a2ba4d..c6ad04c7 100644 --- a/release-notes/v2.3.0.md +++ b/release-notes/v2.3.0.md @@ -4,7 +4,7 @@ | **Version:** |2.3.0| |--------------|-----| -| **Revision:** | Thursday March 09, 2023 | +| **Revision:** | Thursday March 13, 2023 | ## Resolved Issues From e78e983bb23282d1789432e58c43094300ba349f Mon Sep 17 00:00:00 2001 From: sijeesh Date: Mon, 13 Mar 2023 21:36:11 +0530 Subject: [PATCH 4/4] Moved ubuntu issue from csp table to csi table Signed-off-by: sijeesh --- release-notes/v2.3.0.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/release-notes/v2.3.0.md b/release-notes/v2.3.0.md index c6ad04c7..51c4910d 100644 --- a/release-notes/v2.3.0.md +++ b/release-notes/v2.3.0.md @@ -19,9 +19,7 @@ The following table lists the resolved issues for HPE CSI Driver for Kubernetes ## Known Issues -Please note that, `Known Issues` from previous releases are still applicable with suggested workarounds, if they are not part of `Resolved Issues` above. - -The following table lists the known issues for HPE Alletra 9000 and Primera/3PAR CSP for HPE CSI Driver release 2.3.0 +The following table lists the known issues for HPE CSI Driver for Kubernetes v2.3.0. Please note that, `Known Issues` from previous releases are still applicable with suggested workarounds, if they are not part of `Resolved Issues` above. |ID|Component |Title|Description|Workaround| |--|---------|-----|-----------|----------|