Skip to content

Commit

Permalink
prepare 2.5dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pgstef committed Jul 5, 2024
1 parent ce0154c commit ddf3f94
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

2024-XX-XX v2.5:

- ...
- ...

2024-07-05 v2.4:

- Only support pgBackRest **2.52** and above to fix issue with new pgBackRest
Expand Down
12 changes: 6 additions & 6 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ podselect check_pgbackrest > README.pod
## Tagging and building tar file

```bash
TAG=REL2_4
TAG=REL2_5
git tag -a $TAG -m "Release $TAG"
git tag
git push --tags
git archive --prefix=check_pgbackrest-$TAG/ -o /tmp/check_pgbackrest-2.4.tar.gz $TAG
git archive --prefix=check_pgbackrest-$TAG/ -o /tmp/check_pgbackrest-2.5.tar.gz $TAG
```

## Release on github

- Go to https://github.com/pgstef/check_pgbackrest/releases
- Edit the release notes for the new tag
- Set "check_pgbackrest $VERSION" as title, eg. "check_pgbackrest 2.4"
- Set "check_pgbackrest $VERSION" as title, eg. "check_pgbackrest 2.5"
- Here is the format of the release node itself:
YYYY-MM-DD - Version X.Y

Expand All @@ -49,11 +49,11 @@ git archive --prefix=check_pgbackrest-$TAG/ -o /tmp/check_pgbackrest-2.4.tar.gz

### Submit a news on postgresql.org

* Title: "check_pgbackrest 2.4 has been released"
* Title: "check_pgbackrest 2.5 has been released"
* Content:

```
_Town, Country, Month xx, 2022_
_Town, Country, Month xx, 2024_
`check_pgbackrest` is designed to monitor [pgBackRest](https://pgbackrest.org)
backups from Nagios, relying on the status information given by the
Expand All @@ -62,7 +62,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 2.4
Changes in check_pgbackrest 2.5
--------------------------------------------------------------------------------
* ...
Expand Down
2 changes: 1 addition & 1 deletion check_pgbackrest
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ undef @path;
# Reference to the output sub
my $output_fmt;

$VERSION = '2.4';
$VERSION = '2.5dev';
$PROGRAM = 'check_pgbackrest';
$PGBR_SUPPORT = '2.52';
$INIT_TIME = time();
Expand Down

0 comments on commit ddf3f94

Please sign in to comment.