Skip to content

Commit

Permalink
pgmoneta 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperpedersen committed Jan 5, 2025
1 parent 6291d24 commit 15877c4
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 10 deletions.
3 changes: 3 additions & 0 deletions _data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,6 @@
- name: pgmoneta 0.15.0
date: 2024-12-18
announce: release/announcement/2024/12/18/pgmoneta-0.15.0.html
- name: pgmoneta 0.15.1
date: 2025-01-05
announce: release/announcement/2025/01/05/pgmoneta-0.15.1.html
30 changes: 30 additions & 0 deletions _posts/2025-01-05-pgmoneta-0.15.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# pgmoneta 0.15.1

This is an enhancement and bug fix release.

### Enhancements

* [#436 Allow file based commands to run without a server](https://github.com/pgmoneta/pgmoneta/issues/436)
* [#451 Allow to use CRC32C hardware implementation on arm64](https://github.com/pgmoneta/pgmoneta/issues/451)

### Bug fixes

* [#439 Retain vs explicit delete](https://github.com/pgmoneta/pgmoneta/issues/439)
* [#440 walinfo: configuration -> config](https://github.com/pgmoneta/pgmoneta/issues/440)
* [#441 restore: Memory leak](https://github.com/pgmoneta/pgmoneta/issues/441)
* [#446 Fix lz4 decompress logic](https://github.com/pgmoneta/pgmoneta/issues/446)
* [#448 cli: compress -C bz2 causes stack overflow](https://github.com/pgmoneta/pgmoneta/issues/448)
* [#453 Offline: Compression, encryption and retention](https://github.com/pgmoneta/pgmoneta/issues/453)

### Thanks to

* marsam #451
* shikharish #436, #446

### Download

* [Source code](https://github.com/pgmoneta/pgmoneta/releases/download/0.15.1/pgmoneta-0.15.1.tar.gz)
* [Advanced guide](https://github.com/pgmoneta/pgmoneta/releases/download/0.15.1/pgmoneta-advanced.pdf)
* [User guide](https://github.com/pgmoneta/pgmoneta/releases/download/0.15.1/pgmoneta-user-guide.pdf)
* [Developer guide](https://github.com/pgmoneta/pgmoneta/releases/download/0.15.1/pgmoneta-dev-guide.pdf)
* [RPM](https://yum.postgresql.org) for Fedora 40/41, RHEL 9.x and Rocky 9.x
Binary file modified doc/pgmoneta-advanced.pdf
Binary file not shown.
Binary file modified doc/pgmoneta-dev-guide.pdf
Binary file not shown.
Binary file modified doc/pgmoneta-user-guide.pdf
Binary file not shown.
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.15.0
pgmoneta 0.15.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.15.0
pgmoneta-cli 0.15.1
Command line utility for pgmoneta
Usage:
Expand Down Expand Up @@ -211,7 +211,7 @@ registration with `pgmoneta`.
You can see the commands it supports by using `pgmoneta-admin -?` which will give

```
pgmoneta-admin 0.15.0
pgmoneta-admin 0.15.1
Administration utility for pgmoneta
Usage:
Expand Down
6 changes: 3 additions & 3 deletions manuals.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Manuals

* [User guide](https://github.com/pgmoneta/pgmoneta/releases/download/0.15.0/pgmoneta-user-guide.pdf)
* [Developer guide](https://github.com/pgmoneta/pgmoneta/releases/download/0.15.0/pgmoneta-dev-guide.pdf)
* [Advanced guide](https://github.com/pgmoneta/pgmoneta/releases/download/0.15.0/pgmoneta-advanced.pdf)
* [User guide](https://github.com/pgmoneta/pgmoneta/releases/download/0.15.1/pgmoneta-user-guide.pdf)
* [Developer guide](https://github.com/pgmoneta/pgmoneta/releases/download/0.15.1/pgmoneta-dev-guide.pdf)
* [Advanced guide](https://github.com/pgmoneta/pgmoneta/releases/download/0.15.1/pgmoneta-advanced.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/12/18`] `pgmoneta` v0.15.0 released. [The release notes](/_posts/2024-12-18-pgmoneta-0.15.0.html).
- [`2025/01/05`] `pgmoneta` v0.11.0 released. [The release notes](/_posts/2025-01-05-pgmoneta-0.15.1.html).

## Old

- [`2024/12/18`] `pgmoneta` v0.15.0 released. [The release notes](/_posts/2024-12-18-pgmoneta-0.15.0.html).
- [`2024/09/23`] `pgmoneta` v0.14.1 released. [The release notes](/_posts/2024-09-23-pgmoneta-0.14.1.html).
- [`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).
Expand Down
4 changes: 1 addition & 3 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.15.1](/_posts/2025-01-05-pgmoneta-0.15.1.html)|`2025` / `01` / `05`|
|[pgmoneta 0.15.0](/_posts/2024-12-18-pgmoneta-0.15.0.html)|`2024` / `12` / `18`|
|[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`|
Expand Down Expand Up @@ -38,8 +39,5 @@
pgmoneta is available from [yum.postgresql.org](https://yum.postgresql.org) for the following operating systems

* Fedora 39/40
* Red Hat Enterprise Linux 8
* Red Hat Enterprise Linux 9
* Rocky Linux 8
* Rocky Linux 9
* Oracle Enterprise Linux 8

0 comments on commit 15877c4

Please sign in to comment.