Skip to content

Commit 9b55c7c

Browse files
committed
OSDOCS-15302: Create release notes for Kueue 1.0.1 patch release
1 parent 6d4ae4e commit 9b55c7c

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

modules/release-notes-1.0.1.adoc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * release_notes/release-notes.adoc
4+
5+
:_mod-docs-content-type: REFERENCE
6+
[id="release-notes-1.0.1_{context}"]
7+
= Release notes for {product-title} version 1.0.1
8+
9+
{product-title} version 1.0.1 is a patch release that is supported on {platform} versions 4.18 and 4.19.
10+
11+
{product-title} version 1.0.1 uses link:https://kueue.sigs.k8s.io/docs/overview/[Kueue] version 0.11.
12+
13+
[id="release-notes-1.0.1-bug-fixes"]
14+
== Bug fixes in {product-title} version 1.0.1
15+
16+
* Previously, leader election for {product-title} was not configured to tolerate disruption, which resulted in frequent crashing. With this release, the leader election values for {product-title} have been updated to match the durations recommended for {platform}. (link:https://issues.redhat.com/browse/OCPBUGS-58496[OCPBUGS-58496])
17+
18+
* Previously, the `ReadyReplicas` count was not set in the reconciler, which meant that the {product-title} Operator status would report that there were no replicas ready. With this release, the `ReadyReplicas` count is based on the number of ready replicas for the deployment, which ensures that the Operator shows as ready in the {platform} console when the `kueue-controller-manager` pods are ready. (link:https://issues.redhat.com/browse/OCPBUGS-59261[OCPBUGS-59261])
19+
20+
* Previously, when the `Kueue` custom resource (CR) was deleted from the `openshift-kueue-operator` namespace, the `kueue-manager-config` config map was not deleted automatically and could remain in the namespace. With this release, the `kueue-manager-config` config map is deleted automatically when the `Kueue` CR is deleted.

release_notes/release-notes.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ toc::[]
99
{product-title} is released as an Operator that is supported on {platform}.
1010

1111
include::modules/release-notes-1.0.adoc[leveloffset=+1]
12+
include::modules/release-notes-1.0.1.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)