Skip to content

Commit

Permalink
pgmoneta 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperpedersen committed Sep 23, 2024
1 parent 7f7f83c commit 6be09b7
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
3 changes: 3 additions & 0 deletions _data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,6 @@
- name: pgmoneta 0.14.0
date: 2024-09-11
announce: release/announcement/2024/09/11/pgmoneta-0.14.0.html
- name: pgmoneta 0.14.1
date: 2024-09-23
announce: release/announcement/2024/09/23/pgmoneta-0.14.1.html
13 changes: 13 additions & 0 deletions _posts/2024-09-23-pgmoneta-0.14.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# pgmoneta 0.14.1

This is a bug fix release.

### Bug fixes

* [#370 Retain: Missing logging](https://github.com/pgmoneta/pgmoneta/issues/370)
* [#371 Block retention if there are any restores or archiving going on](https://github.com/pgmoneta/pgmoneta/issues/371)

### Download

* [Source code](https://github.com/pgmoneta/pgmoneta/releases/download/0.14.1/pgmoneta-0.14.1.tar.gz)
* [RPM](https://yum.postgresql.org) for Fedora 39/40, RHEL 8.x, RHEL 9.x, Rocky 8.x and Rocky 9.x
6 changes: 3 additions & 3 deletions gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ First of all, make sure that `pgmoneta` is installed and in your path by
using `pgmoneta -?`. You should see

```
pgmoneta 0.14.0
pgmoneta 0.14.1
Backup / restore solution for PostgreSQL
Usage:
Expand Down Expand Up @@ -127,7 +127,7 @@ the `SIGTERM` signal to the process using `kill <pid>`.
You can see the commands it supports by using `pgmoneta-cli -?` which will give

```
pgmoneta-cli 0.14.0
pgmoneta-cli 0.14.1
Command line utility for pgmoneta
Usage:
Expand Down Expand Up @@ -205,7 +205,7 @@ registration with `pgmoneta`.
You can see the commands it supports by using `pgmoneta-admin -?` which will give

```
pgmoneta-admin 0.14.0
pgmoneta-admin 0.14.1
Administration utility for pgmoneta
Usage:
Expand Down
4 changes: 2 additions & 2 deletions manuals.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Manuals

* [User guide](https://github.com/pgmoneta/pgmoneta/releases/download/0.14.0/pgmoneta-user-guide.pdf)
* [Developer guide](https://github.com/pgmoneta/pgmoneta/releases/download/0.14.0/pgmoneta-dev-guide.pdf)
* [User guide](https://github.com/pgmoneta/pgmoneta/releases/download/0.14.1/pgmoneta-user-guide.pdf)
* [Developer guide](https://github.com/pgmoneta/pgmoneta/releases/download/0.14.1/pgmoneta-dev-guide.pdf)
3 changes: 2 additions & 1 deletion news.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ outline: deep

## Latest

- [`2024/09/11`] `pgmoneta` v0.14.0 released. [The release notes](/_posts/2024-09-11-pgmoneta-0.14.0.html).
- [`2024/09/23`] `pgmoneta` v0.14.1 released. [The release notes](/_posts/2024-09-23-pgmoneta-0.14.1.html).

## Old

- [`2024/09/11`] `pgmoneta` v0.14.0 released. [The release notes](/_posts/2024-09-11-pgmoneta-0.14.0.html).
- [`2024/07/31`] `pgmoneta` v0.13.0 released. [The release notes](/_posts/2024-07-31-pgmoneta-0.13.0.html).
- [`2024/06/05`] `pgmoneta` v0.12.0 released. [The release notes](/_posts/2024-06-05-pgmoneta-0.12.0.html).
- [`2024/04/30`] `pgmoneta` v0.11.1 released. [The release notes](/_posts/2024-04-30-pgmoneta-0.11.1.html).
Expand Down
1 change: 1 addition & 0 deletions releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

|Version|Date (`YYYY` / `MM` / `DD`) |
|:---|---|
|[pgmoneta 0.14.1](/_posts/2024-09-23-pgmoneta-0.14.1.html)|`2024` / `09` / `23`|
|[pgmoneta 0.14.0](/_posts/2024-09-11-pgmoneta-0.14.0.html)|`2024` / `09` / `11`|
|[pgmoneta 0.13.0](/_posts/2024-07-31-pgmoneta-0.13.0.html)|`2024` / `07` / `31`|
|[pgmoneta 0.12.0](/_posts/2024-06-05-pgmoneta-0.12.0.html)|`2024` / `06` / `05`|
Expand Down

0 comments on commit 6be09b7

Please sign in to comment.