Skip to content

Commit

Permalink
v1.1_beta1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ioguix committed Dec 4, 2016
1 parent bb2dca2 commit 4d2e85a
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 35 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ my $build = Module::Build->new(
create_packlist => 1,
#create_readme => 1,
create_makefile_pl => 'traditional',
dist_version => '1.1.0',
dist_version => '1.1_beta1',
dist_abstract => 'PostgreSQL multistate OCF resource agent for Pacemaker',
dist_author => [
'Mael Rimbault <mael.rimbault@dalibo.com>',
Expand Down
41 changes: 22 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
# PAF v1.1.0

Release date: WIP

* 1.1.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: set next best secondaries base on their lag
# PAF v1.1 beta1

Release date: 2016-12-04

* 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

Expand Down
13 changes: 4 additions & 9 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
resource-agents-paf (1.1.0-1) unstable; urgency=low
resource-agents-paf (1.1~beta1-1) unstable; urgency=low

* 1.1.0 minor release
* fix: Remove the primary_node parameter
* fix: Fix bug relative to setgid in _runas()
* fix: Choose a clone to promote when no master score exist
* change: Wrap crm_master calls in sub to make them synchronous
* fix: Use same role name than the system_user to connect
* fix: Fix bug where pgport and pghost where ignored in _query
* 1.1_beta1 beta release
* see CHANGELOG.md

-- Mael Rimbault (mrimbault) <mael.rimbault@dalibo.com> Fri, 03 Jun 2016 15:16:16 +0200
-- Jehan-Guillaume (ioguix) de Rorthais <jgdr@dalibo.com> Sun, 04 Dec 2016 16:00:00 +0100

resource-agents-paf (1.0.2-1) unstable; urgency=low

Expand Down
2 changes: 1 addition & 1 deletion lib/OCF_Directories.pm.PL
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ BEGIN {
use Exporter;
our \$VERSION = 'v1.0.2';
our \$VERSION = 'v1.1_beta1';
our \@ISA = ('Exporter');
our \@EXPORT = qw(
\$INITDIR
Expand Down
2 changes: 1 addition & 1 deletion lib/OCF_Functions.pm
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ use OCF_Directories;
BEGIN {
use Exporter;

our $VERSION = 'v1.0.2';
our $VERSION = 'v1.1_beta1';
our @ISA = ('Exporter');
our @EXPORT = qw(
$__OCF_ACTION
Expand Down
2 changes: 1 addition & 1 deletion lib/OCF_ReturnCodes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ use 5.008;
BEGIN {
use Exporter;

our $VERSION = 'v1.0.2';
our $VERSION = 'v1.1_beta1';
our @ISA = ('Exporter');
our @EXPORT = qw(
$OCF_SUCCESS
Expand Down
7 changes: 5 additions & 2 deletions resource-agents-paf.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global _tag v1.0.2
%global _tag v1.1_beta1
%global _ocfroot /usr/lib/ocf
Name: resource-agents-paf
Version: 1.0.2
Version: 1.1~beta1
Release: 1
Summary: PostgreSQL resource agent for Pacemaker
License: PostgreSQL
Expand Down Expand Up @@ -41,6 +41,9 @@ rm -f "%{buildroot}"/usr/local/lib64/perl5/auto/PAF/.packlist
%{_datadir}/resource-agents/ocft/configs/pgsqlms

%changelog
* Sun Dec 04 2016 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> - 1.1beta1-1
- 1.1_beta1 beta release

* Wed May 25 2016 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> - 1.0.2-1
- 1.0.2 minor release

Expand Down
2 changes: 1 addition & 1 deletion script/pgsqlms
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use OCF_ReturnCodes;
use OCF_Directories;
use OCF_Functions;

our $VERSION = 'v1.1_dev';
our $VERSION = 'v1.1_beta1';
our $PROGRAM = 'pgsqlms';

# OCF environment
Expand Down

0 comments on commit 4d2e85a

Please sign in to comment.