-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4435fa6
commit 8819fd1
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.1.0" | ||
".": "0.1.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)) |