From fdd6869270dc11138a48f339e7bccc058d0c0475 Mon Sep 17 00:00:00 2001 From: Andrea Hoffer Date: Fri, 28 Feb 2025 10:51:55 -0500 Subject: [PATCH] OSDOCS#12768: Adding docs for OSSO 1.4.0 --- .../scheduling/secondary_scheduler/index.adoc | 3 -- ...nodes-secondary-scheduler-configuring.adoc | 3 -- ...des-secondary-scheduler-release-notes.adoc | 29 +++++++++++++++++-- ...odes-secondary-scheduler-uninstalling.adoc | 3 -- 4 files changed, 26 insertions(+), 12 deletions(-) diff --git a/nodes/scheduling/secondary_scheduler/index.adoc b/nodes/scheduling/secondary_scheduler/index.adoc index db48a38866..d8c70a90d3 100644 --- a/nodes/scheduling/secondary_scheduler/index.adoc +++ b/nodes/scheduling/secondary_scheduler/index.adoc @@ -8,8 +8,5 @@ toc::[] You can install the {secondary-scheduler-operator} to run a custom secondary scheduler alongside the default scheduler to schedule pods. -:operator-name: The {secondary-scheduler-operator} -include::snippets/operator-not-available.adoc[] - // About the {secondary-scheduler-operator} include::modules/nodes-secondary-scheduler-about.adoc[leveloffset=+1] diff --git a/nodes/scheduling/secondary_scheduler/nodes-secondary-scheduler-configuring.adoc b/nodes/scheduling/secondary_scheduler/nodes-secondary-scheduler-configuring.adoc index 957490165c..8b45be93c3 100644 --- a/nodes/scheduling/secondary_scheduler/nodes-secondary-scheduler-configuring.adoc +++ b/nodes/scheduling/secondary_scheduler/nodes-secondary-scheduler-configuring.adoc @@ -8,9 +8,6 @@ toc::[] You can run a custom secondary scheduler in {product-title} by installing the {secondary-scheduler-operator}, deploying the secondary scheduler, and setting the secondary scheduler in the pod definition. -:operator-name: The {secondary-scheduler-operator} -include::snippets/operator-not-available.adoc[] - // Installing the {secondary-scheduler-operator} include::modules/nodes-secondary-scheduler-install-console.adoc[leveloffset=+1] diff --git a/nodes/scheduling/secondary_scheduler/nodes-secondary-scheduler-release-notes.adoc b/nodes/scheduling/secondary_scheduler/nodes-secondary-scheduler-release-notes.adoc index f5bfbc8959..9f95a0216f 100644 --- a/nodes/scheduling/secondary_scheduler/nodes-secondary-scheduler-release-notes.adoc +++ b/nodes/scheduling/secondary_scheduler/nodes-secondary-scheduler-release-notes.adoc @@ -10,7 +10,30 @@ The {secondary-scheduler-operator-full} allows you to deploy a custom secondary These release notes track the development of the {secondary-scheduler-operator-full}. -:operator-name: The {secondary-scheduler-operator} -include::snippets/operator-not-available.adoc[] - For more information, see xref:../../../nodes/scheduling/secondary_scheduler/index.adoc#nodes-secondary-scheduler-about_nodes-secondary-scheduler-about[About the {secondary-scheduler-operator}]. + +[id="secondary-scheduler-operator-release-notes-1.4.0_{context}"] +== Release notes for {secondary-scheduler-operator-full} 1.4.0 + +Issued: 6 May 2025 + +The following advisory is available for the {secondary-scheduler-operator-full} 1.4.0: + +* link:https://access.redhat.com/errata/RHBA-2025:4332[RHBA-2025:4332] + +// TODO: Update errata link once available + +[id="secondary-scheduler-1.4.0-new-features_{context}"] +=== New features and enhancements + +* This release of the {secondary-scheduler-operator} updates the Kubernetes version to 1.31. + +[id="secondary-scheduler-1.4.0-bug-fixes_{context}"] +=== Bug fixes + +* This release of the {secondary-scheduler-operator} addresses several Common Vulnerabilities and Exposures (CVEs). + +[id="secondary-scheduler-operator-1.4.0-known-issues_{context}"] +=== Known issues + +* Currently, you cannot deploy additional resources, such as config maps, CRDs, or RBAC policies through the {secondary-scheduler-operator}. Any resources other than roles and role bindings that are required by your custom secondary scheduler must be applied externally. (link:https://issues.redhat.com/browse/WRKLDS-645[*WRKLDS-645*]) diff --git a/nodes/scheduling/secondary_scheduler/nodes-secondary-scheduler-uninstalling.adoc b/nodes/scheduling/secondary_scheduler/nodes-secondary-scheduler-uninstalling.adoc index d42e48e49c..6f8929ad7e 100644 --- a/nodes/scheduling/secondary_scheduler/nodes-secondary-scheduler-uninstalling.adoc +++ b/nodes/scheduling/secondary_scheduler/nodes-secondary-scheduler-uninstalling.adoc @@ -8,9 +8,6 @@ toc::[] You can remove the {secondary-scheduler-operator-full} from {product-title} by uninstalling the Operator and removing its related resources. -:operator-name: The {secondary-scheduler-operator} -include::snippets/operator-not-available.adoc[] - // Uninstalling the {secondary-scheduler-operator} include::modules/nodes-secondary-scheduler-uninstall-console.adoc[leveloffset=+1]