From 9a995c447e65a4a96d4d3dca53f40a0c1c383b70 Mon Sep 17 00:00:00 2001 From: keptn-bot <86361500+keptn-bot@users.noreply.github.com> Date: Tue, 29 Aug 2023 09:41:58 +0200 Subject: [PATCH] chore: release python-runtime 1.0.0 (#1969) Signed-off-by: keptn-bot <86361500+keptn-bot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- runtimes/python-runtime/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 runtimes/python-runtime/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1fb4b4b1ab..dea214652b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.8.1","klt-cert-manager":"1.0.0"} +{".":"0.8.1","klt-cert-manager":"1.0.0","runtimes/python-runtime":"1.0.0"} diff --git a/runtimes/python-runtime/CHANGELOG.md b/runtimes/python-runtime/CHANGELOG.md new file mode 100644 index 0000000000..c11e53ef3c --- /dev/null +++ b/runtimes/python-runtime/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2023-08-29) + + +### Features + +* monorepo setup for lifecycle-operator, scheduler and runtimes ([#1857](https://github.com/keptn/lifecycle-toolkit/issues/1857)) ([84e243a](https://github.com/keptn/lifecycle-toolkit/commit/84e243a213ffba86eddd51ccc4bf4dbd61140069))