From 759fcd6eeabeb3e6b5f889b3e37f4c67a75cf130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benoit=20Lobr=C3=A9au=20=28blogh=29?= Date: Fri, 10 Mar 2017 23:06:32 +0100 Subject: [PATCH 1/2] v1.1.0 release --- Build.PL | 2 +- debian/changelog | 7 +++++++ lib/OCF_Directories.pm.PL | 2 +- lib/OCF_Functions.pm | 2 +- lib/OCF_ReturnCodes.pm | 2 +- resource-agents-paf.spec | 7 +++++-- script/pgsqlms | 6 +++--- 7 files changed, 19 insertions(+), 9 deletions(-) diff --git a/Build.PL b/Build.PL index 2d5d7dc..e51de62 100755 --- a/Build.PL +++ b/Build.PL @@ -22,7 +22,7 @@ my $build = Module::Build->new( create_packlist => 1, #create_readme => 1, create_makefile_pl => 'traditional', - dist_version => '1.1_beta1', + dist_version => '1.1.0', dist_abstract => 'PostgreSQL multistate OCF resource agent for Pacemaker', dist_author => [ 'Mael Rimbault ', diff --git a/debian/changelog b/debian/changelog index f149b5f..b595cb5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +resource-agents-paf (1.1.0-1) unstable; urgency=low + + * 1.1.0 major release + * no changes since 1.1_beta1. + + -- Jehan-Guillaume (ioguix) de Rorthais Fri, 10 Mar 2016 22:30:00 +0100 + resource-agents-paf (1.1~beta1-1) unstable; urgency=low * 1.1_beta1 beta release diff --git a/lib/OCF_Directories.pm.PL b/lib/OCF_Directories.pm.PL index fa9ced5..7501c48 100755 --- a/lib/OCF_Directories.pm.PL +++ b/lib/OCF_Directories.pm.PL @@ -99,7 +99,7 @@ BEGIN { use Exporter; - our \$VERSION = 'v1.1_beta1'; + our \$VERSION = 'v1.1.0'; our \@ISA = ('Exporter'); our \@EXPORT = qw( \$INITDIR diff --git a/lib/OCF_Functions.pm b/lib/OCF_Functions.pm index ea808c4..6c19a78 100755 --- a/lib/OCF_Functions.pm +++ b/lib/OCF_Functions.pm @@ -94,7 +94,7 @@ use OCF_Directories; BEGIN { use Exporter; - our $VERSION = 'v1.1_beta1'; + our $VERSION = 'v1.1.0'; our @ISA = ('Exporter'); our @EXPORT = qw( $__OCF_ACTION diff --git a/lib/OCF_ReturnCodes.pm b/lib/OCF_ReturnCodes.pm index 002fb1d..73403d0 100755 --- a/lib/OCF_ReturnCodes.pm +++ b/lib/OCF_ReturnCodes.pm @@ -60,7 +60,7 @@ use 5.008; BEGIN { use Exporter; - our $VERSION = 'v1.1_beta1'; + our $VERSION = 'v1.1.0'; our @ISA = ('Exporter'); our @EXPORT = qw( $OCF_SUCCESS diff --git a/resource-agents-paf.spec b/resource-agents-paf.spec index d6b296d..392f2cf 100644 --- a/resource-agents-paf.spec +++ b/resource-agents-paf.spec @@ -1,7 +1,7 @@ -%global _tag v1.1_beta1 +%global _tag v1.1.0 %global _ocfroot /usr/lib/ocf Name: resource-agents-paf -Version: 1.1~beta1 +Version: 1.1.0 Release: 1 Summary: PostgreSQL resource agent for Pacemaker License: PostgreSQL @@ -41,6 +41,9 @@ rm -f "%{buildroot}"/usr/local/lib64/perl5/auto/PAF/.packlist %{_datadir}/resource-agents/ocft/configs/pgsqlms %changelog +* Fri Mar 10 2017 Jehan-Guillaume de Rorthais - 1.1.0-1 +- 1.1.0 major release + * Sun Dec 04 2016 Jehan-Guillaume de Rorthais - 1.1beta1-1 - 1.1_beta1 beta release diff --git a/script/pgsqlms b/script/pgsqlms index 9bac1d2..ca88185 100755 --- a/script/pgsqlms +++ b/script/pgsqlms @@ -28,7 +28,7 @@ use OCF_ReturnCodes; use OCF_Directories; use OCF_Functions; -our $VERSION = 'v1.1_beta1'; +our $VERSION = 'v1.1.0'; our $PROGRAM = 'pgsqlms'; # OCF environment @@ -871,8 +871,8 @@ sub _confirm_stopped { sub ocf_meta_data { print qq{ - - 1.0 + + 1.1.0 Resource script for PostgreSQL in replication. It manages PostgreSQL servers using streaming replication as an HA resource. From 9ad03fc367bdc1802f6a48f1cfdb2f2634bec724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benoit=20Lobr=C3=A9au=20=28blogh=29?= Date: Tue, 14 Mar 2017 13:09:30 +0100 Subject: [PATCH 2/2] Fix endorsement, release dates and CHANGELOG.md in v1.1.0 Release --- CHANGELOG.md | 7 +++---- debian/changelog | 2 +- resource-agents-paf.spec | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e155bc..10a5efa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,13 @@ -# PAF v1.1 beta1 +# PAF v1.1.0 -Release date: 2016-12-04 +Release date: 2017-03-14 -* 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: race condition when setting attributes during actions, reported by Guillaume Lelarge, 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 diff --git a/debian/changelog b/debian/changelog index b595cb5..8df7ea8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,7 @@ resource-agents-paf (1.1.0-1) unstable; urgency=low * 1.1.0 major release * no changes since 1.1_beta1. - -- Jehan-Guillaume (ioguix) de Rorthais Fri, 10 Mar 2016 22:30:00 +0100 + -- Benoit Lobréau Tue, 14 Mar 2017 13:00:00 +0100 resource-agents-paf (1.1~beta1-1) unstable; urgency=low diff --git a/resource-agents-paf.spec b/resource-agents-paf.spec index 392f2cf..60cba02 100644 --- a/resource-agents-paf.spec +++ b/resource-agents-paf.spec @@ -41,7 +41,7 @@ rm -f "%{buildroot}"/usr/local/lib64/perl5/auto/PAF/.packlist %{_datadir}/resource-agents/ocft/configs/pgsqlms %changelog -* Fri Mar 10 2017 Jehan-Guillaume de Rorthais - 1.1.0-1 +* Tue Mar 14 2017 Benoit Lobréau - 1.1.0-1 - 1.1.0 major release * Sun Dec 04 2016 Jehan-Guillaume de Rorthais - 1.1beta1-1