From 005c7e974f7966d49fbdc8cbdffcf819f532b96b Mon Sep 17 00:00:00 2001 From: David Steele Date: Mon, 16 Dec 2024 12:04:21 -0500 Subject: [PATCH] Merge v2.54.1 release. --- CONTRIBUTING.md | 2 +- README.md | 4 +-- doc/xml/auto/metric-coverage-report.auto.xml | 10 +++--- doc/xml/release.xml | 2 ++ doc/xml/release/2024/2.54.1.xml | 35 ++++++++++++++++++++ doc/xml/release/2025/2.55.0.xml | 32 ------------------ test/code-count/file-type.yaml | 4 +++ 7 files changed, 49 insertions(+), 40 deletions(-) create mode 100644 doc/xml/release/2024/2.54.1.xml diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0781beace..6a337a1e4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -263,7 +263,7 @@ pgbackrest/test/test.pl --vm-out --module=common --test=wait P00 INFO: P1-T1/1 - vm=none, module=common, test=wait - P00 INFO: test command begin 2.54.0: [common/wait] --log-level=info --no-log-timestamp --repo-path=/home/vagrant/test/repo --scale=1 --test-path=/home/vagrant/test --vm=none --vm-id=0 + P00 INFO: test command begin 2.54.1: [common/wait] --log-level=info --no-log-timestamp --repo-path=/home/vagrant/test/repo --scale=1 --test-path=/home/vagrant/test --vm=none --vm-id=0 P00 INFO: test command end: completed successfully run 1 - waitNew(), waitMore, and waitFree() L0018 expect AssertError: assertion 'waitTime <= 999999000' failed diff --git a/README.md b/README.md index 626dc71fd..d3e2f9b70 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ pgBackRest is a reliable backup and restore solution for PostgreSQL that seamlessly scales up to the largest databases and workloads. -pgBackRest [v2.54.0](https://github.com/pgbackrest/pgbackrest/releases/tag/release/2.54.0) is the current stable release. Release notes are on the [Releases](http://www.pgbackrest.org/release.html) page. +pgBackRest [v2.54.1](https://github.com/pgbackrest/pgbackrest/releases/tag/release/2.54.1) is the current stable release. Release notes are on the [Releases](http://www.pgbackrest.org/release.html) page. -Please find us on [GitHub](https://github.com/pgbackrest/pgbackrest) and give us a star if you like pgBackRest! +Please give us a star on [GitHub](https://github.com/pgbackrest/pgbackrest) if you like pgBackRest! ## Features diff --git a/doc/xml/auto/metric-coverage-report.auto.xml b/doc/xml/auto/metric-coverage-report.auto.xml index 10d592a2c..fcefa1981 100644 --- a/doc/xml/auto/metric-coverage-report.auto.xml +++ b/doc/xml/auto/metric-coverage-report.auto.xml @@ -260,8 +260,8 @@ config 93/93 (100.0%) - 992/992 (100.0%) - 1624/1624 (100.0%) + 1000/1000 (100.0%) + 1626/1626 (100.0%) @@ -324,7 +324,7 @@ storage/gcs 34/34 (100.0%) 176/176 (100.0%) - 579/579 (100.0%) + 578/578 (100.0%) @@ -358,6 +358,6 @@ TOTAL 1679/1679 (100.0%) - 10667/10668 (99.99%) - 25319/25319 (100.0%) + 10675/10676 (99.99%) + 25320/25320 (100.0%) diff --git a/doc/xml/release.xml b/doc/xml/release.xml index 66e87843c..82635686d 100644 --- a/doc/xml/release.xml +++ b/doc/xml/release.xml @@ -1,6 +1,7 @@ + @@ -129,6 +130,7 @@ &v2.55.0; + &v2.54.1; &v2.54.0; &v2.53.1; &v2.53; diff --git a/doc/xml/release/2024/2.54.1.xml b/doc/xml/release/2024/2.54.1.xml new file mode 100644 index 000000000..cdc4080ee --- /dev/null +++ b/doc/xml/release/2024/2.54.1.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + +

Fix issue with version/help commands attempting to load pgbackrest.conf.

+
+
+
+ + + + + + + + + + + + +

Stabilize async archiving in integration tests.

+
+
+
+
diff --git a/doc/xml/release/2025/2.55.0.xml b/doc/xml/release/2025/2.55.0.xml index d3c05df53..c174aea8d 100644 --- a/doc/xml/release/2025/2.55.0.xml +++ b/doc/xml/release/2025/2.55.0.xml @@ -1,21 +1,5 @@ - - - - - - - - - - - - -

Fix issue with version/help commands attempting to load pgbackrest.conf.

-
-
- @@ -68,20 +52,4 @@
- - - - - - - - - - - - -

Stabilize async archiving in integration tests.

-
-
-
diff --git a/test/code-count/file-type.yaml b/test/code-count/file-type.yaml index a78494265..dc065afa9 100644 --- a/test/code-count/file-type.yaml +++ b/test/code-count/file-type.yaml @@ -651,6 +651,10 @@ doc/xml/release/2024/2.54.0.xml: class: doc/source type: xml +doc/xml/release/2024/2.54.1.xml: + class: doc/source + type: xml + doc/xml/release/2025/2.55.0.xml: class: doc/source type: xml