From 88d83f775165ca1659d22446ccb1105b01b3dee4 Mon Sep 17 00:00:00 2001 From: Stefan Fercot Date: Tue, 17 Mar 2020 13:39:51 +0100 Subject: [PATCH] fix release 1.8 --- CHANGELOG.md | 4 ---- RELEASING.md | 12 ++++++------ check_pgbackrest | 2 +- check_pgbackrest.spec | 4 ++-- test/regress/expected/version.out | 2 +- 5 files changed, 10 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33cdb43..2f7e972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,6 @@ Changelog ========= -2020-xx-xx v1.9: - - - ... - 2020-03-16 v1.8: - Change output of missing archives. The complete list is now only shown in diff --git a/RELEASING.md b/RELEASING.md index fbc8ce2..1d74ebf 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -28,18 +28,18 @@ podselect check_pgbackrest > README.pod ## Tagging and building tar file ```bash -TAG=REL1_9 +TAG=REL1_8 git tag -a $TAG -m "Release $TAG" git tag git push --tags -git archive --prefix=check_pgbackrest-$TAG/ -o /tmp/check_pgbackrest-1.9.tar.gz $TAG +git archive --prefix=check_pgbackrest-$TAG/ -o /tmp/check_pgbackrest-1.8.tar.gz $TAG ``` ## Release on github - Go to https://github.com/dalibo/check_pgbackrest/releases - Edit the release notes for the new tag - - Set "check_pgbackrest $VERSION" as title, eg. "check_pgbackrest 1.9" + - Set "check_pgbackrest $VERSION" as title, eg. "check_pgbackrest 1.8" - Here is the format of the release node itself: YYYY-MM-DD - Version X.Y @@ -92,7 +92,7 @@ make all Send a mail to the pgsql-announce mailing list. Eg.: ``` -check_pgbackrest 1.9 has been released +check_pgbackrest 1.8 has been released check_pgbackrest is designed to monitor pgBackRest backups from Nagios, relying on the status information given by the "info" command. @@ -100,7 +100,7 @@ relying on the status information given by the "info" command. It allows to monitor the backups retention and the consistency of the archived WAL segments. -Changes in check_pgbackrest 1.9: +Changes in check_pgbackrest 1.8: - ... - ... @@ -130,7 +130,7 @@ backups from Nagios, relying on the status information given by the It allows to monitor the backups retention and the consistency of the archived WAL segments. -Changes in check_pgbackrest 1.9 +Changes in check_pgbackrest 1.8 ------------------------------------------------------------------------------ * ... diff --git a/check_pgbackrest b/check_pgbackrest index 827fdcb..57c1c3c 100755 --- a/check_pgbackrest +++ b/check_pgbackrest @@ -60,7 +60,7 @@ undef @path; # Reference to the output sub my $output_fmt; -$VERSION = '1.9dev'; +$VERSION = '1.8'; $PROGRAM = 'check_pgbackrest'; # Available services and descriptions. diff --git a/check_pgbackrest.spec b/check_pgbackrest.spec index a8838ad..c6db2e2 100644 --- a/check_pgbackrest.spec +++ b/check_pgbackrest.spec @@ -1,7 +1,7 @@ -%global _tag REL1_9 +%global _tag REL1_8 Name: nagios-plugins-pgbackrest -Version: 1.9 +Version: 1.8 Release: 1 Summary: pgBackRest backup check plugin for Nagios License: PostgreSQL diff --git a/test/regress/expected/version.out b/test/regress/expected/version.out index 62f5685..05be709 100644 --- a/test/regress/expected/version.out +++ b/test/regress/expected/version.out @@ -1 +1 @@ -check_pgbackrest version 1.9dev, Perl 5.16.3 +check_pgbackrest version 1.8, Perl 5.16.3