Skip to content

Releases: ClusterLabs/PAF

PAF 2.1 rc2

17 Dec 13:31
Compare
Choose a tag to compare
PAF 2.1 rc2 Pre-release
Pre-release

2016-12-17 - Version 2.1_rc2

This is the second release candidate version of PAF version v2.1.0.

WARNING: This version is only compatible with at least Pacemaker 1.1.13 using a corosync 2.x stack.

We plan to release v2.1.0 next 22nd of December! Please test and report any issue on github: https://github.com/dalibo/PAF/issues

Changelog since 2.1 rc1:

  • fix: timeout given to pg_ctl was in ms instead of sec, YanChii

Changelog since v2.0:

  • fix: compatibility with PostrgeSQL 9.6, YanChii
  • change: better handling of Pacemaker timeout, ioguix
  • change: avoid fatal error during validate action when possible, Benoit Lobréau & ioguix
  • new: parameter "datadir" to cope with PostgreSQL GUC data_directory, Benoit Lobréau & ioguix
  • misc: improve debian packaging, Christoph Berg

See http://dalibo.github.io/PAF/documentation.html

PAF 2.1 rc1

11 Dec 22:38
Compare
Choose a tag to compare
PAF 2.1 rc1 Pre-release
Pre-release

2016-12-11 - Version 2.1_rc1

This is a release candidate version of PAF version v2.1.0.

WARNING: This version is only compatible with at least Pacemaker 1.1.13 using a corosync 2.x stack.

Please test and report any issue on github: https://github.com/dalibo/PAF/issues

No changes since last beta1 version.

Changelog since v2.0:

  • fix: compatibility with PostrgeSQL 9.6, YanChii
  • change: better handling of Pacemaker timeout, ioguix
  • change: avoid fatal error during validate action when possible, Benoit Lobréau & ioguix
  • new: parameter "datadir" to cope with PostgreSQL GUC data_directory, Benoit Lobréau & ioguix
  • misc: improve debian packaging, Christoph Berg

See http://dalibo.github.io/PAF/documentation.html

PAF 2.1 beta1

04 Dec 14:17
Compare
Choose a tag to compare
PAF 2.1 beta1 Pre-release
Pre-release

2016-12-04 - Version 2.1_beta1

This is a beta version of the next release of PAF v2.1.0.

WARNING: This version is only compatible with at least Pacemaker 1.1.13 using a corosync 2.x stack.

Please test and report any issue on github: https://github.com/dalibo/PAF/issues

DO NOT USE IN PRODUCTION

Changelog:

  • fix: compatibility with PostrgeSQL 9.6, YanChii
  • change: better handling of Pacemaker timeout, ioguix
  • change: avoid fatal error during validate action when possible, Benoit Lobréau & ioguix
  • new: parameter "datadir" to cope with PostgreSQL GUC data_directory, Benoit Lobréau & ioguix
  • misc: improve debian packaging, Christoph Berg

See http://dalibo.github.io/PAF/documentation.html

PAF 1.1 beta1

04 Dec 15:05
Compare
Choose a tag to compare
PAF 1.1 beta1 Pre-release
Pre-release

2016-12-04 - Version 1.1_beta1

This is a beta version of the next release of PAF v1.1.0.

WARNING: branch v1.x is a compatibility version for older version of Pacemaker/corosync (Debian 7, EL6, ...). Use PAF 2.x for modern versions of OS/Pacemaker/Corosync!

WARNING: this is a beta version. Please test and report any issue on github: https://github.com/dalibo/PAF/issues

DO NOT USE IN PRODUCTION!

Changelog:

  • 1.1 beta1 release
  • fix: compatibility with PostrgeSQL 9.6, YanChii
  • fix: do not use crm_node --partition to discover resources, ioguix
  • fix: unknown argument --query when calling crm_master, ioguix
  • fix: perl warning when master score has never been set on the master, ioguix
  • fix: remove wrong info message during post-promote notify, ioguix
  • fix: race condition when setting attributes during actions, reported by Guillaume Lalarge, fixed by ioguix
  • fix: bug where pgport and pghost where ignored in "_query", reported by nnn-dev, fixed by ioguix
  • fix: use same role name than the system_user to connect, reported by nnn-dev, fixed by ioguix
  • fix: wrap crm_master calls in sub to make them synchronous, ioguix
  • fix: fixed a bug related to setgid in "_runas", reported by nnn-dev, fixed by ioguix
  • fix: check on application_name in validate_all, Benoit Lobréau
  • change: do not start standby with a master score of 1, ioguix
  • change: choose the clone to promote when no master score exist, ioguix
  • change: avoid fatal error during validate action when possible, Benoit Lobréau & ioguix
  • new: parameter "datadir" to cope with PostgreSQL GUC data_directory, Benoit Lobréau
  • new: detect and deal master/slave recovery transition, ioguix
  • new: set next best secondaries base on their lag, ioguix
  • misc: code cleanup and refactoring
  • misc: various log messages cleanup and enhancement

See http://dalibo.github.io/PAF/documentation.html

PAF v2.0.0

16 Sep 14:30
Compare
Choose a tag to compare

2016-09-16 - Version v2.0.0

WARNING: This version is only compatible with at least Pacemaker 1.1.13 using a corosync 2.x stack.

Changelog:

  • 2.0.0 major release
  • fix: do not use crm_node --partition to discover resources
  • fix: unknown argument --query when calling crm_master
  • fix: perl warning when master score has never been set on the master
  • fix: remove wrong info message during post-promote notify
  • fix: race condition when setting attributes during actions
  • fix: bug where pgport and pghost where ignored in _query
  • fix: use same role name than the system_user to connect
  • fix: wrap crm_master calls in sub to make them synchronous
  • fix: fixed a bug related to setgid in _runas
  • fix: check on application_name in validate_all
  • change: do not start standby with a master score of 1
  • change: choose the clone to promote when no master score exist
  • new: detect and deal master/slave recovery transition
  • new: detect and enforce reliability of a switchover
  • new: set next best secondaries base on their lag
  • misc: code cleanup and refactoring
  • misc: various log messages cleanup and enhancement

See http://dalibo.github.io/PAF/documentation.html

PAF 2.0_rc1

03 Aug 16:26
Compare
Choose a tag to compare
PAF 2.0_rc1 Pre-release
Pre-release

2016-08-03 - Version 2.0_rc1

This is a release candidate version of the next release of PAF v2.0.0.

WARNING: This version is only compatible with at least Pacemaker 1.1.13 using a corosync 2.x stack.

Please test and report any issue on github: https://github.com/dalibo/PAF/issues

DO NOT USE IN PRODUCTION

Changelog:

  • 2.0_rc1 first release candidate

See http://dalibo.github.io/PAF/documentation.html

PAF 2.0_beta2

01 Jul 14:42
Compare
Choose a tag to compare
PAF 2.0_beta2 Pre-release
Pre-release

2016-06-15 - Version 2.0_beta1

This is a beta version of the next release of PAF v2.0.0.

WARNING: This version is only compatible with at least Pacemaker 1.1.13 using a corosync 2.x stack.

Please test and report any issue on github: https://github.com/dalibo/PAF/issues

DO NOT USE IN PRODUCTION

Changelog:

  • 2.0_beta2 beta release
  • fix: bug in switchover with 9.5 and 9.6

See http://dalibo.github.io/PAF/documentation.html

PAF 2.0_beta1

15 Jun 21:49
Compare
Choose a tag to compare
PAF 2.0_beta1 Pre-release
Pre-release

2016-06-15 - Version 2.0_beta1

This is a beta version of the next release of PAF v2.0.0.

WARNING: This version is only compatible with at least Pacemaker 1.1.13 using a corosync 2.x stack.

Please test and report any issue on github: https://github.com/dalibo/PAF/issues

DO NOT USE IN PRODUCTION

Changelog:

  • 2.0_beta1 major release
  • fix: do not use crm_node --partition to discover resources
  • fix: unknown argument --query when calling crm_master
  • fix: perl warning when master score has never been set on the master
  • fix: remove wrong info message during post-promote notify
  • fix: race condition when setting attributes during actions
  • fix: bug where pgport and pghost where ignored in _query
  • fix: use same role name than the system_user to connect
  • fix: wrap crm_master calls in sub to make them synchronous
  • fix: fixed a bug related to setgid in _runas
  • fix: check on application_name in validate_all
  • change: do not start standby with a master score of 1
  • change: choose the clone to promote when no master score exist
  • new: detect and deal master/slave recovery transition
  • new: detect and enforce reliability of a switchover
  • new: set next best secondaries base on their lag
  • misc: code cleanup and refactoring
  • misc: various log messages cleanup and enhancement

See http://dalibo.github.io/PAF/documentation.html

PAF 1.0.2

25 May 09:16
Compare
Choose a tag to compare

2016-05-25 - Version 1.0.2

Changelog:

  • 1.0.2 minor release
  • fix: unknown argument --query when calling crm_master
  • fix: perl warning when master score has never been set on the master
  • change: remove misleading message in log file

See http://dalibo.github.io/PAF/documentation.html

PAF 1.0.1

27 Apr 14:04
Compare
Choose a tag to compare

2016-04-27 - Version 1.0.1

Changelog:

  • 1.0.1 minor release
  • fix: forbid the master to decrease its own score (gh #19)
  • fix: bad LSN decimal converstion (gh #20)
  • fix: support PostgreSQL 9.5 controldata output (gh #12)
  • fix: set group id of given system_user before executing commands (gh #11)
  • fix: use long argument of external commands when possible
  • fix: bad header leading to wrong manpage section
  • fix: OCF tests when PostgreSQL does not listen in /tmp
  • change: do not update score outside of a monitor action (gh #18)
  • new: add parameter 'start_opts', usefull for debian and derivated (gh #11)
  • new: add specific timeout for master and slave roles in meta-data (gh #14)
  • new: add debian packaging related files

See http://dalibo.github.io/PAF/documentation.html