Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.1.1 #61

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.1.1"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
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))