Skip to content

Commit

Permalink
2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pgstef committed Sep 21, 2021
1 parent 43d845b commit f4c453d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 13 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

2021-xx-xx v2.1:
2021-09-21 v2.1:

- Only support pgBackRest **2.33** and above in order to add support for the
multi-repository feature.
Expand All @@ -15,7 +15,6 @@ Changelog
This is intended to use in case of timeline switch and when boundary WAL can't
be detected properly, in order to prevent infinite WAL archives check.
- Add `prtg` output format (Hans-Peter Zahno).
- ...

2021-02-10 v2.0:

Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ CONTRIBUTING
welcome.

VERSION
check_pgbackrest version 2.0, released on Wed Feb 10 2021.
check_pgbackrest version 2.1, released on Tue Sep 21 2021.

LICENSING
This program is open source, licensed under the PostgreSQL license. For
Expand Down
2 changes: 1 addition & 1 deletion README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ check_pgbackrest is an open project. Any contribution to improve it is welcome.

=head1 VERSION

check_pgbackrest version 2.0, released on Wed Feb 10 2021.
check_pgbackrest version 2.1, released on Tue Sep 21 2021.

=head1 LICENSING

Expand Down
8 changes: 1 addition & 7 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ Use date format `LC_TIME=C date +"%a %b %d %Y"`.

Update the `CHANGELOG.md` file too.

Update the tests results `tests/common/regress/expected/version.out`.

## Documentation

Generate updated documentation:
Expand Down Expand Up @@ -47,10 +45,6 @@ git archive --prefix=check_pgbackrest-$TAG/ -o /tmp/check_pgbackrest-2.1.tar.gz
- Save
- Check or update https://github.com/pgstef/check_pgbackrest/releases

## Building the RPM file

The RPM file is provided by the PGDG community.

## Community

### Submit a news on postgresql.org
Expand Down Expand Up @@ -85,4 +79,4 @@ Links:
* [Support]: https://github.com/pgstef/check_pgbackrest/issues
```

* check "Related Open Source"
* check "Related Open Source"
4 changes: 2 additions & 2 deletions 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.1dev';
$VERSION = '2.1';
$PROGRAM = 'check_pgbackrest';
$PGBR_SUPPORT = '2.33';
$INIT_TIME = time();
Expand Down Expand Up @@ -1228,7 +1228,7 @@ check_pgbackrest is an open project. Any contribution to improve it is welcome.
=head1 VERSION
check_pgbackrest version 2.0, released on Wed Feb 10 2021.
check_pgbackrest version 2.1, released on Tue Sep 21 2021.
=head1 LICENSING
Expand Down

0 comments on commit f4c453d

Please sign in to comment.