Skip to content

Commit a0b47ae

Browse files
committed
chore(main): release 0.2.0
Signed-off-by: Szymon Soloch <[email protected]>
1 parent 0b8491d commit a0b47ae

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-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.1.1"
2+
".": "0.2.0"
33
}

CHANGELOG.md

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

3+
## [0.2.0](https://github.com/operasoftware/cnpg-plugin-pgbackrest/compare/v0.1.1...v0.2.0) (2025-05-28)
4+
5+
6+
### Features
7+
8+
* Support custom params and parallelism for restore ([#6](https://github.com/operasoftware/cnpg-plugin-pgbackrest/issues/6)) ([0b8491d](https://github.com/operasoftware/cnpg-plugin-pgbackrest/commit/0b8491d04cfe06afcf348851bc57633f929fc6b9))
9+
10+
11+
### Bug Fixes
12+
13+
* Add plugin metadata to release-please config ([#5](https://github.com/operasoftware/cnpg-plugin-pgbackrest/issues/5)) ([2947174](https://github.com/operasoftware/cnpg-plugin-pgbackrest/commit/2947174b7c8c5fd2df680d95d5435d864611e0fc))
14+
* Update plugin version in metadata ([#5](https://github.com/operasoftware/cnpg-plugin-pgbackrest/issues/5)) ([81a5547](https://github.com/operasoftware/cnpg-plugin-pgbackrest/commit/81a554765da4400cc2fafad0c51d10fa40f41985))
15+
316
## [0.1.1](https://github.com/operasoftware/cnpg-plugin-pgbackrest/compare/v0.1.0...v0.1.1) (2025-05-13)
417

518

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