From 5e4747167fe23b31279a981518984f300bf84649 Mon Sep 17 00:00:00 2001 From: cs-minion Date: Thu, 31 Oct 2024 09:27:33 +0100 Subject: [PATCH] chore: release operator 0.3.1 (#95) Signed-off-by: cs-minion --- .release-please-manifest.json | 2 +- klyshko-operator/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ae20a4d..345f20b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "klyshko-mp-spdz": "0.2.0", "klyshko-mp-spdz-cowgear": "0.2.0", - "klyshko-operator": "0.3.0", + "klyshko-operator": "0.3.1", "klyshko-operator/charts/klyshko": "0.4.0", "klyshko-provisioner": "0.1.1" } diff --git a/klyshko-operator/CHANGELOG.md b/klyshko-operator/CHANGELOG.md index fe5df13..08b6cb9 100644 --- a/klyshko-operator/CHANGELOG.md +++ b/klyshko-operator/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.1](https://github.com/carbynestack/klyshko/compare/operator-v0.3.0...operator-v0.3.1) (2024-10-31) + + +### Bug Fixes + +* **operator:** pin setup-envtest version ([#94](https://github.com/carbynestack/klyshko/issues/94)) ([b46b543](https://github.com/carbynestack/klyshko/commit/b46b543b654917f8067050948caa42c1121410b7)) +* **operator:** prevent Tasks in terminal state from leaking PVCs ([#93](https://github.com/carbynestack/klyshko/issues/93)) ([6029adf](https://github.com/carbynestack/klyshko/commit/6029adf16f90a06a30dc55da452682315c7250ef)) + ## [0.3.0](https://github.com/carbynestack/klyshko/compare/operator-v0.2.0...operator-v0.3.0) (2023-08-03)