From 9244df63b922743341667c7eff997c2f134c4d65 Mon Sep 17 00:00:00 2001 From: Kumar Yadav Date: Fri, 14 Jul 2023 11:23:02 +0530 Subject: [PATCH 1/5] Writing all release notes in the same template --- content/docs/applicationmobility/release.md | 50 ------------------- .../applicationmobility/release/release.md | 22 ++++++++ content/docs/authorization/release/_index.md | 5 +- content/docs/observability/release/_index.md | 4 +- 4 files changed, 28 insertions(+), 53 deletions(-) delete mode 100644 content/docs/applicationmobility/release.md create mode 100644 content/docs/applicationmobility/release/release.md diff --git a/content/docs/applicationmobility/release.md b/content/docs/applicationmobility/release.md deleted file mode 100644 index b0f6d68579..0000000000 --- a/content/docs/applicationmobility/release.md +++ /dev/null @@ -1,50 +0,0 @@ ---- -title: "Release Notes" -linkTitle: "Release Notes" -weight: 5 -Description: > - Release Notes ---- - -## Release Notes - CSM Application Mobility 0.3.0 -### New Features/Changes - -There are no new features in this release - -### Fixed Issues - -- [CSM app-mobility can delete restores but they pop back up after 10 seconds.](https://github.com/dell/csm/issues/690) -- [dellctl crashes on a "backup get" when a trailing "/" is added to the namespace](https://github.com/dell/csm/issues/691) - -### Known Issues - -There are no known issues in this release. - - -## Release Notes - CSM Application Mobility 0.2.0 -### New Features/Changes - -- [Scheduled Backups for Application Mobility](https://github.com/dell/csm/issues/551) - -### Fixed Issues - -There are no fixed issues in this release. - -### Known Issues - -There are no known issues in this release. - -## Release Notes - CSM Application Mobility 0.1.0 -### New Features/Changes - -- [Technical preview release](https://github.com/dell/csm/issues/449) -- Clone stateful application workloads and application data to other clusters, either on-premise or in the cloud -- Supports Restic as a data mover for application data - -### Fixed Issues - -There are no fixed issues in this release. - -### Known Issues - -There are no known issues in this release. diff --git a/content/docs/applicationmobility/release/release.md b/content/docs/applicationmobility/release/release.md new file mode 100644 index 0000000000..f09efc282a --- /dev/null +++ b/content/docs/applicationmobility/release/release.md @@ -0,0 +1,22 @@ +--- +title: "Release Notes" +linkTitle: "Release Notes" +weight: 5 +Description: > + Release Notes +--- + +## Release Notes - CSM Application Mobility 0.3.0 + +### New Features/Changes + +There are no new features in this release + +### Fixed Issues + +- [CSM app-mobility can delete restores but they pop back up after 10 seconds.](https://github.com/dell/csm/issues/690) +- [dellctl crashes on a "backup get" when a trailing "/" is added to the namespace](https://github.com/dell/csm/issues/691) + +### Known Issues + +There are no known issues in this release. diff --git a/content/docs/authorization/release/_index.md b/content/docs/authorization/release/_index.md index 5383614d75..6b60df6797 100644 --- a/content/docs/authorization/release/_index.md +++ b/content/docs/authorization/release/_index.md @@ -9,15 +9,16 @@ Description: > ## Release Notes - CSM Authorization 1.7.0 ### New Features/Changes + - CSM Authorization karavictl requires an admin token. ([#725](https://github.com/dell/csm/issues/725)) - CSM support for Kubernetes 1.27. ([#761](https://github.com/dell/csm/issues/761)) - CSM 1.7 release specific changes. ([#743](https://github.com/dell/csm/issues/743)) - CSM Authorization encryption for secrets in K3S. ([#774](https://github.com/dell/csm/issues/774)) -### Bugs +### Fixed Issues + - Authorization should have sample CRD for every supported version in csm-operator. ([#826](https://github.com/dell/csm/issues/826)) - Improve CSM Operator Authorization documentation. ([#800](https://github.com/dell/csm/issues/800)) - CSM Authorization doesn't write the status code on error for csi-powerscale. ([#787](https://github.com/dell/csm/issues/787)) - Authorization RPM installation should use nogpgcheck for k3s-selinux package. ([#772](https://github.com/dell/csm/issues/772)) - CSM Authorization - karavictl generate token should output valid yaml. ([#767](https://github.com/dell/csm/issues/767)) - diff --git a/content/docs/observability/release/_index.md b/content/docs/observability/release/_index.md index 4bc32fe60c..33330e8faf 100644 --- a/content/docs/observability/release/_index.md +++ b/content/docs/observability/release/_index.md @@ -9,10 +9,12 @@ Description: > ## Release Notes - CSM Observability 1.5.0 ### New Features/Changes + - [CSM support for Kubernetes 1.26](https://github.com/dell/csm/issues/597) - [Support PowerMax in CSM Observability](https://github.com/dell/csm/issues/586) ### Fixed Issues + - [Observability - Improve Grafana dashboards for PowerFlex/PowerStore](https://github.com/dell/csm/issues/640) -### Known Issues \ No newline at end of file +### Known Issues From 3800ea7e156f3326e527f43107e7c38edb4d6cc9 Mon Sep 17 00:00:00 2001 From: Kumar Yadav Date: Fri, 14 Jul 2023 11:54:24 +0530 Subject: [PATCH 2/5] Renaming file --- .../docs/applicationmobility/release/{release.md => _index.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/docs/applicationmobility/release/{release.md => _index.md} (100%) diff --git a/content/docs/applicationmobility/release/release.md b/content/docs/applicationmobility/release/_index.md similarity index 100% rename from content/docs/applicationmobility/release/release.md rename to content/docs/applicationmobility/release/_index.md From 8e9d9e92eed4ba2e060db83712c46dd9a409dd16 Mon Sep 17 00:00:00 2001 From: Kumar Yadav Date: Mon, 17 Jul 2023 14:11:10 +0530 Subject: [PATCH 3/5] Added Known Issues subheading for few modules --- content/docs/authorization/release/_index.md | 4 ++++ content/docs/resiliency/release/_index.md | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/content/docs/authorization/release/_index.md b/content/docs/authorization/release/_index.md index 6b60df6797..401cb7e1dc 100644 --- a/content/docs/authorization/release/_index.md +++ b/content/docs/authorization/release/_index.md @@ -22,3 +22,7 @@ Description: > - CSM Authorization doesn't write the status code on error for csi-powerscale. ([#787](https://github.com/dell/csm/issues/787)) - Authorization RPM installation should use nogpgcheck for k3s-selinux package. ([#772](https://github.com/dell/csm/issues/772)) - CSM Authorization - karavictl generate token should output valid yaml. ([#767](https://github.com/dell/csm/issues/767)) + +### Known Issues + +There are no known issues in this release. diff --git a/content/docs/resiliency/release/_index.md b/content/docs/resiliency/release/_index.md index a1f217319b..9fd4b6b0fc 100644 --- a/content/docs/resiliency/release/_index.md +++ b/content/docs/resiliency/release/_index.md @@ -9,11 +9,17 @@ Description: > ## Release Notes - CSM Resiliency 1.6.0 ### New Features/Changes + - CSM support for Kubernetes 1.27. ([#761](https://github.com/dell/csm/issues/761)) - CSM 1.7 release specific changes. ([#743](https://github.com/dell/csm/issues/743)) - CSM Operator: Support install of Resiliency module. ([#739](https://github.com/dell/csm/issues/739)) ### Fixed Issues + - CSM for Resiliency openshift test required to pass ssh options in scp command. ([#737](https://github.com/dell/csm/issues/737)) - CSM Resiliency GitHub actions produce sporadic failure. ([#733](https://github.com/dell/csm/issues/733)) -- CSI PODMON is tainting the worker node ([#765](https://github.com/dell/csm/issues/765)) \ No newline at end of file +- CSI PODMON is tainting the worker node ([#765](https://github.com/dell/csm/issues/765)) + +### Known Issues + +There are no known issues in this release. From 82bd109e71f2785ce6215da9aa9d109123c2d8d3 Mon Sep 17 00:00:00 2001 From: Kumar Yadav Date: Mon, 17 Jul 2023 15:57:16 +0530 Subject: [PATCH 4/5] Changed the location of encryption module's releaseNotes --- .../{release.md => release/_index.md} | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) rename content/docs/secure/encryption/{release.md => release/_index.md} (94%) diff --git a/content/docs/secure/encryption/release.md b/content/docs/secure/encryption/release/_index.md similarity index 94% rename from content/docs/secure/encryption/release.md rename to content/docs/secure/encryption/release/_index.md index a5ba65acf9..7e74c97713 100644 --- a/content/docs/secure/encryption/release.md +++ b/content/docs/secure/encryption/release/_index.md @@ -1,21 +1,21 @@ ---- -title: "Release Notes" -linkTitle: "Release Notes" -weight: 5 -Description: > - Release Notes ---- - -## New Features/Changes - -- [Technical preview release](https://github.com/dell/csm/issues/437) -- Kubernetes 1.26 support. -- Security updates. - -## Fixed Issues - -There are no fixed issues in this release. - -## Known Issues - -There are no known issues in this release. +--- +title: "Release Notes" +linkTitle: "Release Notes" +weight: 5 +Description: > + Release Notes +--- + +## New Features/Changes + +- [Technical preview release](https://github.com/dell/csm/issues/437) +- Kubernetes 1.26 support. +- Security updates. + +## Fixed Issues + +There are no fixed issues in this release. + +## Known Issues + +There are no known issues in this release. From 8e596e58d7628e1798e7836041f55769a16489f6 Mon Sep 17 00:00:00 2001 From: Kumar Yadav Date: Mon, 17 Jul 2023 16:01:55 +0530 Subject: [PATCH 5/5] Same templates for encryption module --- content/docs/secure/encryption/release/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/secure/encryption/release/_index.md b/content/docs/secure/encryption/release/_index.md index 7e74c97713..c89b327c55 100644 --- a/content/docs/secure/encryption/release/_index.md +++ b/content/docs/secure/encryption/release/_index.md @@ -6,16 +6,16 @@ Description: > Release Notes --- -## New Features/Changes +### New Features/Changes - [Technical preview release](https://github.com/dell/csm/issues/437) - Kubernetes 1.26 support. - Security updates. -## Fixed Issues +### Fixed Issues There are no fixed issues in this release. -## Known Issues +### Known Issues There are no known issues in this release.