Skip to content

Commit

Permalink
Bumped to 0.9.163
Browse files Browse the repository at this point in the history
  • Loading branch information
idevat committed Feb 20, 2018
1 parent 2324330 commit 9fff224
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [Unreleased]
## [0.9.163] - 2018-02-20

### Added
- Added `pcs status booth` as an alias to `pcs booth status`
Expand Down
2 changes: 1 addition & 1 deletion pcs/pcs.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH PCS "8" "November 2017" "pcs 0.9.162" "System Administration Utilities"
.TH PCS "8" "February 2018" "pcs 0.9.163" "System Administration Utilities"
.SH NAME
pcs \- pacemaker/corosync configuration system
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion pcs/settings_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
crmd_binary = "/usr/libexec/pacemaker/crmd"
cib_binary = "/usr/libexec/pacemaker/cib"
stonithd_binary = "/usr/libexec/pacemaker/stonithd"
pcs_version = "0.9.162"
pcs_version = "0.9.163"
crm_report = pacemaker_binaries + "crm_report"
crm_verify = pacemaker_binaries + "crm_verify"
crm_mon_schema = '/usr/share/pacemaker/crm_mon.rng'
Expand Down
2 changes: 1 addition & 1 deletion pcs/snmp/pcs_snmp_agent.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH PCS_SNMP_AGENT "8" "November 2017" "pcs-snmp 0.9.162" "System Administration Utilities"
.TH PCS_SNMP_AGENT "8" "February 2018" "pcs-snmp 0.9.163" "System Administration Utilities"
.SH NAME
pcs_snmp_agent \- a SNMP agent providing data about a corosync/pacemaker cluster

Expand Down
2 changes: 1 addition & 1 deletion pcsd/bootstrap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def get_pcs_path()
end
end

PCS_VERSION = '0.9.162'
PCS_VERSION = '0.9.163'
# unique instance signature, allows detection of dameon restarts
DAEMON_INSTANCE_SIGNATURE = Digest::SHA2.hexdigest("#{Time.now} #{rand()}")
COROSYNC = COROSYNC_BINARIES + "corosync"
Expand Down
2 changes: 1 addition & 1 deletion pcsd/pcsd.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH PCSD "8" "November 2017" "pcs 0.9.162" "System Administration Utilities"
.TH PCSD "8" "February 2018" "pcs 0.9.163" "System Administration Utilities"
.SH NAME
pcsd \- pacemaker/corosync configuration system daemon

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def run(self):

setup(
name='pcs',
version='0.9.162',
version='0.9.163',
description='Pacemaker Configuration System',
author='Chris Feist',
author_email='[email protected]',
Expand Down

0 comments on commit 9fff224

Please sign in to comment.