Skip to content

Commit 2214139

Browse files
committed
chore(main): release 0.1.1
Signed-off-by: Szymon Soloch <ssoloch@opera.com>
1 parent e20baf2 commit 2214139

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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.0"
2+
".": "0.1.1"
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.1.1](https://github.com/operasoftware/cnpg-plugin-pgbackrest/compare/v0.1.0...v0.1.1) (2025-05-13)
4+
5+
6+
### Bug Fixes
7+
8+
* Add missing license header annotation ([#2](https://github.com/operasoftware/cnpg-plugin-pgbackrest/issues/2)) ([2ced468](https://github.com/operasoftware/cnpg-plugin-pgbackrest/commit/2ced468a0c90d2f0d209464138c510520b46aba7))
9+
310
## 0.1.0
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.1.0/manifest.yaml
113+
https://github.com/operasoftware/cnpg-plugin-pgbackrest/releases/download/v0.1.1/manifest.yaml
114114
```
115115
<!-- x-release-please-end -->
116116

0 commit comments

Comments
 (0)