From db532afb869777f1eface5c32d87a20c60213057 Mon Sep 17 00:00:00 2001 From: keptn-bot <86361500+keptn-bot@users.noreply.github.com> Date: Fri, 26 Jan 2024 18:33:23 +0100 Subject: [PATCH] chore: release python-runtime 1.0.2 Signed-off-by: keptn-bot <86361500+keptn-bot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- runtimes/python-runtime/CHANGELOG.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3a4e7f4841c..abb45fe73ff 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { ".": "0.9.0", "keptn-cert-manager": "1.2.0", - "runtimes/python-runtime": "1.0.1", + "runtimes/python-runtime": "1.0.2", "runtimes/deno-runtime": "1.0.2", "lifecycle-operator": "0.8.3", "scheduler": "0.8.3", diff --git a/runtimes/python-runtime/CHANGELOG.md b/runtimes/python-runtime/CHANGELOG.md index 611d05c7b64..ce8456c80ff 100644 --- a/runtimes/python-runtime/CHANGELOG.md +++ b/runtimes/python-runtime/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.0.2](https://github.com/keptn/lifecycle-toolkit/compare/python-runtime-v1.0.1...python-runtime-v1.0.2) (2024-01-26) + + +### Other + +* rename Keptn default namespace to 'keptn-system' ([#2565](https://github.com/keptn/lifecycle-toolkit/issues/2565)) ([aec1148](https://github.com/keptn/lifecycle-toolkit/commit/aec11489451ab1b0bcd69a6b90b0d45f69c5df7c)) + + +### Docs + +* mention `KEPTN_CONTEXT` env var in runtime readmes files ([#2588](https://github.com/keptn/lifecycle-toolkit/issues/2588)) ([dfefc90](https://github.com/keptn/lifecycle-toolkit/commit/dfefc90e9e5075ef130e3962b1ded983b2b213f4)) +* remove Scarf transparent pixels ([#2590](https://github.com/keptn/lifecycle-toolkit/issues/2590)) ([95851fa](https://github.com/keptn/lifecycle-toolkit/commit/95851fa52cb3a6565a4b52ae0e8b00dcc9861a3b)) + + +### Dependency Updates + +* update python docker tag to v3.12.1 ([#2673](https://github.com/keptn/lifecycle-toolkit/issues/2673)) ([4dae93f](https://github.com/keptn/lifecycle-toolkit/commit/4dae93f48c0dfb391a7628c05bbe97404cc6a9da)) + ## [1.0.1](https://github.com/keptn/lifecycle-toolkit/compare/python-runtime-v1.0.0...python-runtime-v1.0.1) (2023-10-30)