Skip to content

Commit

Permalink
v2.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ioguix committed Mar 9, 2020
1 parent a7461ba commit 2670814
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 24 deletions.
4 changes: 2 additions & 2 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ my $build = Module::Build->new(
create_packlist => 1,
#create_readme => 1,
create_makefile_pl => 'traditional',
dist_version => '2.3_rc2',
release_status => 'testing', # stable or testing
dist_version => '2.3.0',
release_status => 'stable', # stable or testing
dist_abstract => 'PostgreSQL multistate OCF resource agent for Pacemaker',
dist_author => [
'Mael Rimbault <mael.rimbault@dalibo.com>',
Expand Down
19 changes: 3 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,11 @@
# PAF v2.3 rc2
# PAF v2.3.0

Release date: 2020-02-11
Release date: 2020-03-09

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

Changelog since 2.3 rc1:

* fix: application_name's check, gh #156 reported by ZeroOne
* fix: wrong exit reason, gh #156 reported by dud225


# PAF v2.3 rc1

Release date: 2019-11-28

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

Changelog since 2.2:
Changelog since 2.2.1:

* new: support PostgreSQL 12
* fix: wrong log message during switchover failure
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
resource-agents-paf (2.3.0-1) unstable; urgency=low

* 2.3.0 major release

-- Jehan-Guillaume (ioguix) de Rorthais <jgdr@dalibo.com> Mon, 09 Mar 2020 23:30:00 +0100

resource-agents-paf (2.3~rc2-1) unstable; urgency=low

* 2.3_rc2 release candidate
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 @@ -6,7 +6,7 @@ use warnings;
use Config;
use Module::Build;

my $VERSION = 'v2.3_rc2';
my $VERSION = 'v2.3.0';

my $build = Module::Build->current;
my %ocf_dirs = %{ $build->notes('ocf_dirs') };
Expand Down
2 changes: 1 addition & 1 deletion lib/OCF_Functions.pm
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ use OCF_Directories;
BEGIN {
use Exporter;

our $VERSION = 'v2.3_rc2';
our $VERSION = 'v2.3.0';
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 = 'v2.3_rc2';
our $VERSION = 'v2.3.0';
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 2.3_rc2
%global _tag 2.3.0
%global _ocfroot %{_exec_prefix}/lib/ocf
Name: resource-agents-paf
Version: 2.3~rc2
Version: 2.3.0
Release: 1
Summary: PostgreSQL resource agent for Pacemaker
License: PostgreSQL
Expand Down Expand Up @@ -44,6 +44,9 @@ find "%{buildroot}" -type f -name .packlist -delete
%{_datadir}/resource-agents/ocft/configs/pgsqlms

%changelog
* Mon Mar 09 2020 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> - 2.3.0-1
- 2.3.0 major release

* Tue Feb 11 2020 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> - 2.3~rc2-1
- 2.3_rc2 release candidate

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

our $VERSION = 'v2.3_rc2';
our $VERSION = 'v2.3.0';
our $PROGRAM = 'pgsqlms';

# OCF environment
Expand Down

0 comments on commit 2670814

Please sign in to comment.