Skip to content

Commit

Permalink
Merge pull request #1142 from liangxin1300/20230309_bump_version
Browse files Browse the repository at this point in the history
Bump crmsh version to 4.5.0
  • Loading branch information
liangxin1300 authored Mar 9, 2023
2 parents e15745c + 1615c26 commit a4c4192
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
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)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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) ],
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]',
Expand Down

0 comments on commit a4c4192

Please sign in to comment.