From ef0ff4b67db9d3b458153c5b35896f7990b7ddba Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Thu, 5 Dec 2024 15:15:48 +0100 Subject: [PATCH 1/4] update release notes --- modules/ROOT/pages/release-notes.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/ROOT/pages/release-notes.adoc b/modules/ROOT/pages/release-notes.adoc index 981e77830..af2bb6457 100644 --- a/modules/ROOT/pages/release-notes.adoc +++ b/modules/ROOT/pages/release-notes.adoc @@ -12,6 +12,11 @@ Here are the headings you can use for the next release. Saves time checking inde === New platform features +Operations:: + +Users can now configure the lifetime of self signed certificates directly in the product's custom resources which influences the frequency of pod restarts. +Details can be found at xref:operations/temporary_credentials lifetime.adoc[] + === Platform improvements === Platform deprecations From 379ed5174ed12e27ec732c2946c7d75dc23979d6 Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:31:32 +0100 Subject: [PATCH 2/4] Update modules/ROOT/pages/release-notes.adoc Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com> --- modules/ROOT/pages/release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/release-notes.adoc b/modules/ROOT/pages/release-notes.adoc index af2bb6457..5a30b06a9 100644 --- a/modules/ROOT/pages/release-notes.adoc +++ b/modules/ROOT/pages/release-notes.adoc @@ -14,7 +14,7 @@ Here are the headings you can use for the next release. Saves time checking inde Operations:: -Users can now configure the lifetime of self signed certificates directly in the product's custom resources which influences the frequency of pod restarts. +Users can now configure the lifetime of self-signed certificates directly in the product's custom resources which influences the frequency of pod restarts. Details can be found at xref:operations/temporary_credentials lifetime.adoc[] === Platform improvements From d71f5f47663704eb15b035d34550059f05671cd7 Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Mon, 20 Jan 2025 10:29:39 +0100 Subject: [PATCH 3/4] review feedback --- modules/ROOT/pages/release-notes.adoc | 49 ++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/release-notes.adoc b/modules/ROOT/pages/release-notes.adoc index 5a30b06a9..faa0b632d 100644 --- a/modules/ROOT/pages/release-notes.adoc +++ b/modules/ROOT/pages/release-notes.adoc @@ -12,6 +12,54 @@ Here are the headings you can use for the next release. Saves time checking inde === New platform features +=== Platform improvements + +=== Platform deprecations + +=== Product versions + +==== New versions + +==== Deprecated versions + +==== Removed versions + +=== stackablectl + +=== Supported Kubernetes versions + +=== Supported OpenShift versions + +=== Breaking changes + +Of the changes mentioned above, the following are breaking (or could lead to breaking behaviour), and you will need to adapt your existing CRDs accordingly: + +==== Stackable Operator for Example Product + +* Description of the change 1 +* Description of the change 2 + +.Breaking changes details +[%collapsible] +==== +* `spec.a`: This field has been removed. +* `spec.b`: This field has been changed to a number. +==== + +=== Upgrade from YY.M + +==== Using stackablectl + +==== Using Helm + +=== Known issues + +//// + +== Release 25.3 + +=== New platform features + Operations:: Users can now configure the lifetime of self-signed certificates directly in the product's custom resources which influences the frequency of pod restarts. @@ -59,7 +107,6 @@ Of the changes mentioned above, the following are breaking (or could lead to bre === Known issues -//// == Release 24.11 From db8edff911835ca0b69d190d1c2ba9cab462cbd2 Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Mon, 20 Jan 2025 10:43:25 +0100 Subject: [PATCH 4/4] fix xref --- modules/ROOT/pages/release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/release-notes.adoc b/modules/ROOT/pages/release-notes.adoc index faa0b632d..fe44b63bc 100644 --- a/modules/ROOT/pages/release-notes.adoc +++ b/modules/ROOT/pages/release-notes.adoc @@ -63,7 +63,7 @@ Of the changes mentioned above, the following are breaking (or could lead to bre Operations:: Users can now configure the lifetime of self-signed certificates directly in the product's custom resources which influences the frequency of pod restarts. -Details can be found at xref:operations/temporary_credentials lifetime.adoc[] +Details can be found at xref:concepts:operations/temporary_credentials_lifetime.adoc[] === Platform improvements