From 4a9f940ce66b092cfceecc416bb806c23ef8eab6 Mon Sep 17 00:00:00 2001 From: keptn-bot <86361500+keptn-bot@users.noreply.github.com> Date: Tue, 19 Mar 2024 13:17:47 +0100 Subject: [PATCH] chore: release python-runtime 1.0.4 (#3277) 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 92c2f9a1ed..07a0aa85ee 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { ".": "2.0.0-rc.1", "keptn-cert-manager": "2.1.0", - "runtimes/python-runtime": "1.0.3", + "runtimes/python-runtime": "1.0.4", "runtimes/deno-runtime": "2.0.2", "lifecycle-operator": "0.9.1", "scheduler": "0.9.1", diff --git a/runtimes/python-runtime/CHANGELOG.md b/runtimes/python-runtime/CHANGELOG.md index f9a8350eaa..7bf8af81e4 100644 --- a/runtimes/python-runtime/CHANGELOG.md +++ b/runtimes/python-runtime/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.4](https://github.com/keptn/lifecycle-toolkit/compare/python-runtime-v1.0.3...python-runtime-v1.0.4) (2024-03-19) + + +### Bug Fixes + +* **python-runtime:** bump libexpat to v2.6.2 ([#3276](https://github.com/keptn/lifecycle-toolkit/issues/3276)) ([8ceae7e](https://github.com/keptn/lifecycle-toolkit/commit/8ceae7ef11443aea87d8c87e5643a987d3479f32)) + ## [1.0.3](https://github.com/keptn/lifecycle-toolkit/compare/python-runtime-v1.0.2...python-runtime-v1.0.3) (2024-02-29)