Skip to content

Commit c5df2b9

Browse files
committed
chore(main): release 0.5.0
Signed-off-by: Szymon Soloch <[email protected]>
1 parent 15262ac commit c5df2b9

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-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.4.1"
2+
".": "0.5.0"
33
}

CHANGELOG.md

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

3+
## [0.5.0](https://github.com/operasoftware/cnpg-plugin-pgbackrest/compare/v0.4.1...v0.5.0) (2025-12-15)
4+
5+
6+
### Features
7+
8+
* Parallel WAL upload ([#45](https://github.com/operasoftware/cnpg-plugin-pgbackrest/issues/45)) ([23d7807](https://github.com/operasoftware/cnpg-plugin-pgbackrest/commit/23d7807a7ec8c9cdc01ca7c03a439a120a1a8b09))
9+
310
## [0.4.1](https://github.com/operasoftware/cnpg-plugin-pgbackrest/compare/v0.4.0...v0.4.1) (2025-11-13)
411

512

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.4.1/manifest.yaml
113+
https://github.com/operasoftware/cnpg-plugin-pgbackrest/releases/download/v0.5.0/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.4.1", // x-release-please-version
19+
Version: "0.5.0", // 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)