From 2f5a44a38103b6106e18fc76e816039422c127e9 Mon Sep 17 00:00:00 2001 From: Agalin <6164461+Agalin@users.noreply.github.com> Date: Wed, 26 Aug 2026 12:40:16 +0200 Subject: [PATCH] chore(main): release 0.8.1 Signed-off-by: Szymon Soloch --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- internal/cnpgi/metadata/constants.go | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 64f3cdd..02f17d9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.0" + ".": "0.8.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 255298a..7159008 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.1](https://github.com/operasoftware/cnpg-plugin-pgbackrest/compare/v0.8.0...v0.8.1) (2026-08-26) + + +### Bug Fixes + +* **deps:** Update module google.golang.org/grpc to v1.83.1 ([#145](https://github.com/operasoftware/cnpg-plugin-pgbackrest/issues/145)) ([4677135](https://github.com/operasoftware/cnpg-plugin-pgbackrest/commit/46771350a020fa7fd0bde0f0ae4020b4633de321)) + ## [0.8.0](https://github.com/operasoftware/cnpg-plugin-pgbackrest/compare/v0.7.0...v0.8.0) (2026-08-21) diff --git a/README.md b/README.md index 130a4f8..7c7e4f8 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Use `kubectl` to apply the manifest for the latest commit in the `main` branch: ```sh kubectl apply -f \ - https://github.com/operasoftware/cnpg-plugin-pgbackrest/releases/download/v0.8.0/manifest.yaml + https://github.com/operasoftware/cnpg-plugin-pgbackrest/releases/download/v0.8.1/manifest.yaml ``` diff --git a/internal/cnpgi/metadata/constants.go b/internal/cnpgi/metadata/constants.go index b119a6f..7dab09d 100644 --- a/internal/cnpgi/metadata/constants.go +++ b/internal/cnpgi/metadata/constants.go @@ -16,7 +16,7 @@ const ( // Data is the metadata of this plugin. var Data = identity.GetPluginMetadataResponse{ Name: PluginName, - Version: "0.8.0", // x-release-please-version + Version: "0.8.1", // x-release-please-version DisplayName: "pgBackRestInstance", ProjectUrl: "https://github.com/operasoftware/cnpg-plugin-pgbackrest", RepositoryUrl: "https://github.com/operasoftware/cnpg-plugin-pgbackrest",