From 2b59e81c76a3da6f34a22799452f0324cc56f330 Mon Sep 17 00:00:00 2001 From: keptn-bot <86361500+keptn-bot@users.noreply.github.com> Date: Thu, 22 Feb 2024 08:33:41 +0100 Subject: [PATCH] chore: release python-runtime 1.0.3 Signed-off-by: keptn-bot <86361500+keptn-bot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- runtimes/python-runtime/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index aaedf8c6a40..bae08208113 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { ".": "0.10.0", "keptn-cert-manager": "2.0.0", - "runtimes/python-runtime": "1.0.2", + "runtimes/python-runtime": "1.0.3", "runtimes/deno-runtime": "2.0.1", "lifecycle-operator": "0.9.0", "scheduler": "0.9.0", diff --git a/runtimes/python-runtime/CHANGELOG.md b/runtimes/python-runtime/CHANGELOG.md index 9596c8f3200..3ba406604b2 100644 --- a/runtimes/python-runtime/CHANGELOG.md +++ b/runtimes/python-runtime/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.3](https://github.com/keptn/lifecycle-toolkit/compare/python-runtime-v1.0.2...python-runtime-v1.0.3) (2024-02-22) + + +### Dependency Updates + +* update python docker tag to v3.12.2 ([#2986](https://github.com/keptn/lifecycle-toolkit/issues/2986)) ([7e5c3dd](https://github.com/keptn/lifecycle-toolkit/commit/7e5c3dd0b6d65397c4184cecb1a88f0baaf5b5ab)) + ## [1.0.2](https://github.com/keptn/lifecycle-toolkit/compare/python-runtime-v1.0.1...python-runtime-v1.0.2) (2024-02-06)