From 9753b1fba224c4cb4a8150dba52abde806f309f9 Mon Sep 17 00:00:00 2001 From: Florian Bacher Date: Wed, 30 Sep 2020 13:27:13 +0200 Subject: [PATCH] added release notes for 0.7.2 --- releasenotes/releasenotes_V0.7.2.md | 13 +++++++++++++ releasenotes/releasenotes_develop.md | 7 ------- 2 files changed, 13 insertions(+), 7 deletions(-) create mode 100644 releasenotes/releasenotes_V0.7.2.md delete mode 100644 releasenotes/releasenotes_develop.md diff --git a/releasenotes/releasenotes_V0.7.2.md b/releasenotes/releasenotes_V0.7.2.md new file mode 100644 index 00000000..fe6d33d4 --- /dev/null +++ b/releasenotes/releasenotes_V0.7.2.md @@ -0,0 +1,13 @@ +# Release Notes 0.7.2 + +## New Features + +- Added a new helper function for triggering evaluations via the Keptn API [#2387](https://github.com/keptn/keptn/issues/2387) +- Include a list of compared evaluation-done events in the details of an evaluation [#2388](https://github.com/keptn/keptn/issues/2388) +- Added metadata properties (git upstream URL, git commit ID, branch) to struct representing the responses from the resources API within Keptn [#2307](https://github.com/keptn/keptn/issues/2307) +- Added Next-gen Keptn events that will be used in Keptn 0.8.x [#2107](https://github.com/keptn/keptn/issues/2107) +- Added support for CloudEvents v1.0 [#2254](https://github.com/keptn/keptn/issues/2254) + +## Fixed Issues + +## Known Limitations diff --git a/releasenotes/releasenotes_develop.md b/releasenotes/releasenotes_develop.md deleted file mode 100644 index bb2513de..00000000 --- a/releasenotes/releasenotes_develop.md +++ /dev/null @@ -1,7 +0,0 @@ -# Release Notes develop - -## New Features - -## Fixed Issues - -## Known Limitations