Skip to content

Commit ead06ed

Browse files
chore(main): release 0.1.0 (#85)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9d7644b commit ead06ed

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{}
1+
{".":"0.1.0"}

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,45 @@
11
# Changelog
22

3+
## 0.1.0 (2022-10-04)
4+
5+
6+
### Features
7+
8+
* Add scheduler with annotations ([#31](https://github.com/keptn-sandbox/lifecycle-controller/issues/31)) ([9e29019](https://github.com/keptn-sandbox/lifecycle-controller/commit/9e29019c098fd4f1d5e36500bd2c7ef410421aa8))
9+
* 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))
10+
* 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))
11+
* 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))
12+
* 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))
13+
* 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))
14+
* 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))
15+
* **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))
16+
* 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))
17+
* substitute event task ([#43](https://github.com/keptn-sandbox/lifecycle-controller/issues/43)) ([3644a7d](https://github.com/keptn-sandbox/lifecycle-controller/commit/3644a7d9a0d4a565a9d857348a63ed91d8cb8102))
18+
* 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))
19+
* 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))
20+
21+
22+
### Bug Fixes
23+
24+
* Added namespace to task definition for podtato head example ([#72](https://github.com/keptn-sandbox/lifecycle-controller/issues/72)) ([7081f27](https://github.com/keptn-sandbox/lifecycle-controller/commit/7081f2772aee5abec840a58c7ab700603e84cf52))
25+
* Fix CODEOWNERS syntax ([0be5197](https://github.com/keptn-sandbox/lifecycle-controller/commit/0be5197c19ea3066d28fe8e97f274efff21f66ff))
26+
* fixed namespace in scheduler kustomization ([#63](https://github.com/keptn-sandbox/lifecycle-controller/issues/63)) ([237bf4f](https://github.com/keptn-sandbox/lifecycle-controller/commit/237bf4f480161f48aa0c4b5f2afbff433447d2a8))
27+
* Missed error ([#76](https://github.com/keptn-sandbox/lifecycle-controller/issues/76)) ([a59aa15](https://github.com/keptn-sandbox/lifecycle-controller/commit/a59aa1552795bce15e39195af235fd42d1448e61))
28+
* **operator:** Get desired amount of replicas from upper level resource ([#89](https://github.com/keptn-sandbox/lifecycle-controller/issues/89)) ([6767832](https://github.com/keptn-sandbox/lifecycle-controller/commit/67678327c2531c25ea0cdb6f1b805365ae454719))
29+
* **operator:** Update workload if spec changes ([#90](https://github.com/keptn-sandbox/lifecycle-controller/issues/90)) ([ec01ad2](https://github.com/keptn-sandbox/lifecycle-controller/commit/ec01ad2ccd04f0c4e6f9ba47e01c5bada128aa3b))
30+
* **operator:** Update workload instance controller, add example ([#102](https://github.com/keptn-sandbox/lifecycle-controller/issues/102)) ([e679c10](https://github.com/keptn-sandbox/lifecycle-controller/commit/e679c1070f0130bd2d6616bf1856956e64dc0bac))
31+
* query jobs before creating ([#79](https://github.com/keptn-sandbox/lifecycle-controller/issues/79)) ([47f82b8](https://github.com/keptn-sandbox/lifecycle-controller/commit/47f82b891d9d20ade2928faae307009e5c96ae22))
32+
* scheduler config plugin configuration ([#68](https://github.com/keptn-sandbox/lifecycle-controller/issues/68)) ([4c4e3c6](https://github.com/keptn-sandbox/lifecycle-controller/commit/4c4e3c60a0e11267dc69ea7d8470555e3ee4f91e))
33+
34+
35+
### Miscellaneous Chores
36+
37+
* release 0.1.0 ([4c46a42](https://github.com/keptn-sandbox/lifecycle-controller/commit/4c46a4297c540b9da30c5a373624d4b8e8a88231))
38+
* release 0.1.0 ([afa8493](https://github.com/keptn-sandbox/lifecycle-controller/commit/afa849324fa422352ed61faa7f0dc75d74c3c25d))
39+
40+
41+
### Continuous Integration
42+
43+
* Prepare release ([#110](https://github.com/keptn-sandbox/lifecycle-controller/issues/110)) ([9d7644b](https://github.com/keptn-sandbox/lifecycle-controller/commit/9d7644b718e29bd37da398d89dc8b51997667358))
44+
45+
## Changelog

0 commit comments

Comments
 (0)