1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS-12212 RODOO 1.2.0 release notes

This commit is contained in:
cbippley
2024-10-02 13:58:01 -04:00
committed by openshift-cherrypick-robot
parent b0baf8ad8e
commit 00806104fb
4 changed files with 9 additions and 27 deletions

View File

@@ -8,8 +8,5 @@ toc::[]
You can use the {run-once-operator} to specify a maximum time limit that run-once pods can be active for.
:operator-name: The {run-once-operator}
include::snippets/operator-not-available.adoc[]
// About the {run-once-operator}
include::modules/rodoo-about.adoc[leveloffset=+1]

View File

@@ -8,13 +8,10 @@ toc::[]
You can use the {run-once-operator} to specify a maximum time limit that run-once pods can be active for. By enabling the run-once duration override on a namespace, all future run-once pods created or updated in that namespace have their `activeDeadlineSeconds` field set to the value specified by the {run-once-operator}.
:operator-name: The {run-once-operator}
include::snippets/operator-not-available.adoc[]
//[NOTE]
//====
//If both the run-once pod and the {run-once-operator} have their `activeDeadlineSeconds` value set, the lower of the two values is used.
//====
[NOTE]
====
If both the run-once pod and the {run-once-operator} have their `activeDeadlineSeconds` value set, the lower of the two values is used.
====
// Installing the {run-once-operator}
include::modules/rodoo-install-operator.adoc[leveloffset=+1]

View File

@@ -14,23 +14,14 @@ These release notes track the development of the {run-once-operator} for {produc
For an overview of the {run-once-operator}, see xref:../../../nodes/pods/run_once_duration_override/index.adoc#run-once-about_run-once-duration-override-about[About the {run-once-operator}].
[id="run-once-duration-override-operator-release-notes-1-1-1"]
== Run Once Duration Override Operator 1.1.1
[id="run-once-duration-override-operator-release-notes-1-2-0"]
== {run-once-operator} 1.2.0
Issued: 2024-07-01
Issued: 16 October 2024
The following advisory is available for the {run-once-operator} 1.1.1: link:https://access.redhat.com/errata/RHSA-2024:1616[RHSA-2024:1616]
The following advisory is available for the {run-once-operator} 1.2.0: (link:https://access.redhat.com/errata/RHSA-2024:7548[RHSA-2024:7548])
[id="RODOO-operator-1-1-1-new-features-and-enhancements"]
=== New features and enhancements
* You can install and use the {run-once-operator} in an {product-title} cluster running in FIPS mode.
+
--
include::snippets/fips-snippet.adoc[]
--
[id="run-once-duration-override-operator-1-1-1-bug-fixes"]
[id="run-once-duration-override-operator-1-2-0-bug-fixes"]
=== Bug fixes
* This release of the {run-once-operator} addresses several Common Vulnerabilities and Exposures (CVEs).

View File

@@ -8,9 +8,6 @@ toc::[]
You can remove the {run-once-operator} from {product-title} by uninstalling the Operator and removing its related resources.
:operator-name: The {run-once-operator}
include::snippets/operator-not-available.adoc[]
// Uninstalling the {run-once-operator}
include::modules/rodoo-uninstall-operator.adoc[leveloffset=+1]