-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dev: ChangeLog: update ChangeLog for release 4.5.0
- Loading branch information
1 parent
6d95249
commit 6833c2b
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
* Thu Mar 30 2023 Xin Liang <[email protected]> | ||
- Release 4.5.0 | ||
- Dev: bootstrap: Remove /var/lib/crm and ~/.config/crm/crm.conf when removing node | ||
- Dev: bootstrap: Generate the public key on the remote if it does not exist | ||
- Fix: utils: qdevice initialization should user_pair_for_ssh() to get appreciated users (crmsh#1157) | ||
- Fix: crm report: sustain if there are offline nodes (bsc#1209480) | ||
- Dev: upgradeutil: Change 'upgrade' terminology to 'configuration fix' | ||
- Dev: utils: Check passwordless between cluster nodes | ||
- Dev: Dockerfile: Update pacemaker and libqb version | ||
- Dev: remove 'sudo' prefix internally | ||
- Fix: validate ssh session when the users is determined by guessing (bsc#1209193) | ||
- Dev: bootstrap: Change user shell for hacluster on remote node, in init_ssh_impl function | ||
- Fix: parallax: Use 'sudo bash -c' when executing commands via sudoer (bsc#1209192) | ||
- Dev: qdevice: Add more debug messages for running commands | ||
- Dev: log: For the log_only_to_file method, show debug log in debug mode | ||
|
||
* Thu Mar 9 2023 Xin Liang <[email protected]> | ||
- Release 4.5.0 rc2 | ||
- Dev: version: Bump crmsh version to 4.5.0 | ||
|