Skip to content

OSDOCS-15302: Create release notes for Kueue 1.0.1 patch release #96336

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions modules/release-notes-1.0.1.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// Module included in the following assemblies:
//
// * release_notes/release-notes.adoc

:_mod-docs-content-type: REFERENCE
[id="release-notes-1.0.1_{context}"]
= Release notes for {product-title} version 1.0.1

{product-title} version 1.0.1 is a patch release that is supported on {platform} versions 4.18 and 4.19 on the 64-bit x86 architecture.

{product-title} version 1.0.1 uses link:https://kueue.sigs.k8s.io/docs/overview/[Kueue] version 0.11.

[id="release-notes-1.0.1-bug-fixes"]
== Bug fixes in {product-title} version 1.0.1

* 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])

* 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])

* 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, `kueue-webhook-server-cert` secret, and `metrics-server-cert` secret are deleted automatically when the `Kueue` CR is deleted. (link:https://issues.redhat.com/browse/OCPBUGS-57960[OCPBUGS-57960])
2 changes: 2 additions & 0 deletions release_notes/release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ toc::[]

{product-title} is released as an Operator that is supported on {platform}.

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

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