From 8819fd15dede6d1b3f431a25d388c4ffbad271e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 16:11:11 +0000 Subject: [PATCH] chore(main): release 0.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71c83..a915e8c557 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..7cb10bffa5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog + +## [0.1.1](https://github.com/keptn-sandbox/lifecycle-controller/compare/v0.1.0...v0.1.1) (2022-09-29) + + +### Features + +* Add scheduler with annotations ([#31](https://github.com/keptn-sandbox/lifecycle-controller/issues/31)) ([9e29019](https://github.com/keptn-sandbox/lifecycle-controller/commit/9e29019c098fd4f1d5e36500bd2c7ef410421aa8)) +* Bootstrap Service CR and controller ([#21](https://github.com/keptn-sandbox/lifecycle-controller/issues/21)) ([c714ecc](https://github.com/keptn-sandbox/lifecycle-controller/commit/c714eccc3b9c4d1309036fc9d193da3154b4cac5)) +* First draft of a scheduler ([#19](https://github.com/keptn-sandbox/lifecycle-controller/issues/19)) ([1884c86](https://github.com/keptn-sandbox/lifecycle-controller/commit/1884c8678a681ed322a0ef2ea07fad3e24e01237)) +* first podtatohead sample deployment manifests ([#45](https://github.com/keptn-sandbox/lifecycle-controller/issues/45)) ([3e92d27](https://github.com/keptn-sandbox/lifecycle-controller/commit/3e92d277ebf1a9063ebcf80f05ebe62958e45cbb)) +* First Version of Function Execution ([#35](https://github.com/keptn-sandbox/lifecycle-controller/issues/35)) ([f6badfd](https://github.com/keptn-sandbox/lifecycle-controller/commit/f6badfd19f9f0b15c04364be7b03f524c920a015)) +* initial version of function runtime ([#26](https://github.com/keptn-sandbox/lifecycle-controller/issues/26)) ([c8800ee](https://github.com/keptn-sandbox/lifecycle-controller/commit/c8800ee352b5d0d5eccd7338cd4fa6a3ae7d2efa)) +* Inject keptn-scheduler when resource contains Keptn annotations ([#18](https://github.com/keptn-sandbox/lifecycle-controller/issues/18)) ([4530e86](https://github.com/keptn-sandbox/lifecycle-controller/commit/4530e8602beb4fc923b767eb586e44752f725400)) +* **lfc-scheduler:** Move from Helm to Kustomize ([#53](https://github.com/keptn-sandbox/lifecycle-controller/issues/53)) ([d7ba5f3](https://github.com/keptn-sandbox/lifecycle-controller/commit/d7ba5f35f1b32451f833d9fd53079b4162837bde)) +* sample function for deno runtime ([#27](https://github.com/keptn-sandbox/lifecycle-controller/issues/27)) ([2501e46](https://github.com/keptn-sandbox/lifecycle-controller/commit/2501e46a18dfc4ab436669fa7c42c570abad5a52)) +* substitute event task ([#43](https://github.com/keptn-sandbox/lifecycle-controller/issues/43)) ([3644a7d](https://github.com/keptn-sandbox/lifecycle-controller/commit/3644a7d9a0d4a565a9d857348a63ed91d8cb8102)) +* Switch to distroless-base image ([#46](https://github.com/keptn-sandbox/lifecycle-controller/issues/46)) ([0a735b2](https://github.com/keptn-sandbox/lifecycle-controller/commit/0a735b2ca22a02ca42faf7d091741d39e0f5a547)) +* Webhook creates Service, Service creates ServiceRun, ServiceRun creates Event ([#30](https://github.com/keptn-sandbox/lifecycle-controller/issues/30)) ([5ae58c3](https://github.com/keptn-sandbox/lifecycle-controller/commit/5ae58c33abe965e79bb405e74c0f308f1220d4ee)) + + +### Bug Fixes + +* Fix CODEOWNERS syntax ([0be5197](https://github.com/keptn-sandbox/lifecycle-controller/commit/0be5197c19ea3066d28fe8e97f274efff21f66ff))