-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1142 from liangxin1300/20230309_bump_version
Bump crmsh version to 4.5.0
- Loading branch information
Showing
3 changed files
with
10 additions
and
2 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,11 @@ | ||
* Thu Mar 9 2023 Xin Liang <[email protected]> | ||
- Release 4.5.0 rc2 | ||
- Dev: version: Bump crmsh version to 4.5.0 | ||
- Fix: bootstrap: Swap hacluster ssh key with other nodes | ||
- Fix: report: Fix crm report issue under non-root user | ||
- Fix: bootstrap: Don't save core.debug when saving core.hosts (bsc#1208991) | ||
- Dev: log: Redirect debug messages into stderr | ||
|
||
* Fri Mar 3 2023 Xin Liang <[email protected]> | ||
- Release 4.5.0 rc1 | ||
- Fix: qdevice: Unable to setup qdevice under non-root user (bsc#1208770) | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ dnl License: GNU General Public License (GPL) | |
|
||
AC_PREREQ([2.53]) | ||
|
||
AC_INIT([crmsh],[4.4.0],[[email protected]]) | ||
AC_INIT([crmsh],[4.5.0],[[email protected]]) | ||
|
||
AC_ARG_WITH(version, | ||
[ --with-version=version Override package version (if you're a packager needing to pretend) ], | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
from setuptools import setup | ||
|
||
setup(name='crmsh', | ||
version='4.4.0', | ||
version='4.5.0', | ||
description='Command-line interface for High-Availability cluster management', | ||
author='Kristoffer Gronlund, Xin Liang', | ||
author_email='[email protected]', | ||
|