Skip to content

Commit

Permalink
fix release 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pgstef committed Mar 17, 2020
1 parent f67c6ad commit 88d83f7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 14 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -92,15 +92,15 @@ 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.
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:
- ...
- ...
Expand Down Expand Up @@ -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
------------------------------------------------------------------------------
* ...
Expand Down
2 changes: 1 addition & 1 deletion check_pgbackrest
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions check_pgbackrest.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/regress/expected/version.out
Original file line number Diff line number Diff line change
@@ -1 +1 @@
check_pgbackrest version 1.9dev, Perl 5.16.3
check_pgbackrest version 1.8, Perl 5.16.3

0 comments on commit 88d83f7

Please sign in to comment.