Skip to content

Commit 63d19e1

Browse files
committed
chore(main): release 0.5.2
Signed-off-by: Szymon Soloch <ssoloch@opera.com>
1 parent 46938ae commit 63d19e1

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.1"
2+
".": "0.5.2"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.5.2](https://github.com/operasoftware/cnpg-plugin-pgbackrest/compare/v0.5.1...v0.5.2) (2026-01-12)
4+
5+
6+
### Bug Fixes
7+
8+
* Parallelarchive e2e test not executed by test runner ([#59](https://github.com/operasoftware/cnpg-plugin-pgbackrest/issues/59)) ([46938ae](https://github.com/operasoftware/cnpg-plugin-pgbackrest/commit/46938ae74207c20e47cdcc35fb5c3bb4bf996cc4))
9+
* Wal archive - early return if WAL was already archived ([#45](https://github.com/operasoftware/cnpg-plugin-pgbackrest/issues/45)) ([420c5db](https://github.com/operasoftware/cnpg-plugin-pgbackrest/commit/420c5dbc85b191e8ac346ce56f5db08a548e478b))
10+
311
## [0.5.1](https://github.com/operasoftware/cnpg-plugin-pgbackrest/compare/v0.5.0...v0.5.1) (2025-12-16)
412

513

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Use `kubectl` to apply the manifest for the latest commit in the `main` branch:
110110
<!-- x-release-please-start-version -->
111111
```sh
112112
kubectl apply -f \
113-
https://github.com/operasoftware/cnpg-plugin-pgbackrest/releases/download/v0.5.1/manifest.yaml
113+
https://github.com/operasoftware/cnpg-plugin-pgbackrest/releases/download/v0.5.2/manifest.yaml
114114
```
115115
<!-- x-release-please-end -->
116116

internal/cnpgi/metadata/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const (
1616
// Data is the metadata of this plugin.
1717
var Data = identity.GetPluginMetadataResponse{
1818
Name: PluginName,
19-
Version: "0.5.1", // x-release-please-version
19+
Version: "0.5.2", // x-release-please-version
2020
DisplayName: "pgBackRestInstance",
2121
ProjectUrl: "https://github.com/operasoftware/cnpg-plugin-pgbackrest",
2222
RepositoryUrl: "https://github.com/operasoftware/cnpg-plugin-pgbackrest",

0 commit comments

Comments
 (0)