Skip to content
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

Minor documentation improvements #3778

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
Doc: ChangeLog: update for 3.0.0-rc3 release
  • Loading branch information
kgaillot committed Dec 23, 2024
commit 1cf62a32bb9d72aef9eeb89414b36923645f5435
22 changes: 22 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# Pacemaker-3.0.0-rc3 (23 Dec 2024)
* 33 commits with 9 files changed, 77 insertions(+), 12 deletions(-)

## Features added since Pacemaker-3.0.0-rc2

* Inkscape is no longer a build dependency for Pacemaker documentation
* The `ocf:pacemaker:controld` agent will now always manage `dlm_controld`
(previously, it would try to manage the long-obsolete `gfs_controld` if the
resource name started with `gfs`)

## Fixes since Pacemaker-3.0.0-rc2

* **agents:** `ocf:pacemaker:ping` now uses `grep -E` instead of the obsolete
`egrep`
* **tools:** when injecting a fail count with `crm_simulate`, use an `INFINITY`
score when the cluster would
* **tools:** validate `stonith_admin --timeout` value

## Public API changes since Pacemaker-3.0.0-rc2

* **Python:** add `PACEMAKER_CONFIG_DIR` to `BuildOptions`

# Pacemaker-3.0.0-rc2 (11 Dec 2024)
* 57 commits with 44 files changed, 1487 insertions(+), 633 deletions(-)

Expand Down