Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main--components--…
Browse files Browse the repository at this point in the history
…cert-manager

Signed-off-by: RealAnna <89971034+RealAnna@users.noreply.github.com>
  • Loading branch information
RealAnna committed Oct 30, 2023
2 parents a704a6a + d354861 commit 40fd1d9
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
".": "0.8.2",
"klt-cert-manager": "1.2.0",
"runtimes/python-runtime": "1.0.0",
"runtimes/deno-runtime": "1.0.1",
"runtimes/python-runtime": "1.0.1",
"runtimes/deno-runtime": "1.0.2",
"lifecycle-operator": "0.8.2",
"scheduler": "0.8.2",
"metrics-operator": "0.8.2"
Expand Down
16 changes: 16 additions & 0 deletions runtimes/deno-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.0.2](https://github.com/keptn/lifecycle-toolkit/compare/deno-runtime-v1.0.1...deno-runtime-v1.0.2) (2023-10-30)


### Docs

* implement KLT -&gt; Keptn name change ([#2001](https://github.com/keptn/lifecycle-toolkit/issues/2001)) ([440c308](https://github.com/keptn/lifecycle-toolkit/commit/440c3082e5400f89d791724651984ba2bc0a4724))


### Dependency Updates

* update denoland/deno docker tag to alpine-1.36.4 ([#2012](https://github.com/keptn/lifecycle-toolkit/issues/2012)) ([f2f3162](https://github.com/keptn/lifecycle-toolkit/commit/f2f316271d86209da124ea3554fa2e821d79e953))
* update denoland/deno docker tag to alpine-1.37.0 ([#2157](https://github.com/keptn/lifecycle-toolkit/issues/2157)) ([0f863d0](https://github.com/keptn/lifecycle-toolkit/commit/0f863d03c46a16ee7e105335ae610f3c4776d4f8))
* update denoland/deno docker tag to alpine-1.37.1 ([#2218](https://github.com/keptn/lifecycle-toolkit/issues/2218)) ([21652a8](https://github.com/keptn/lifecycle-toolkit/commit/21652a8bf5a10eae55d4c1fd81e270ee581eb4a1))
* update denoland/deno docker tag to alpine-1.37.2 ([#2280](https://github.com/keptn/lifecycle-toolkit/issues/2280)) ([b6f5c18](https://github.com/keptn/lifecycle-toolkit/commit/b6f5c184bf5dccc26003e63ba11edce80f10eb66))
* update dependency autoprefixer to v10.4.15 ([#1909](https://github.com/keptn/lifecycle-toolkit/issues/1909)) ([8dbec2d](https://github.com/keptn/lifecycle-toolkit/commit/8dbec2d6116fb20bac86162aaea2b75c24eb96be))

## [1.0.1](https://github.com/keptn/lifecycle-toolkit/compare/deno-runtime-v1.0.0...deno-runtime-v1.0.1) (2023-08-30)


Expand Down
14 changes: 14 additions & 0 deletions runtimes/python-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.0.1](https://github.com/keptn/lifecycle-toolkit/compare/python-runtime-v1.0.0...python-runtime-v1.0.1) (2023-10-30)


### Docs

* implement KLT -&gt; Keptn name change ([#2001](https://github.com/keptn/lifecycle-toolkit/issues/2001)) ([440c308](https://github.com/keptn/lifecycle-toolkit/commit/440c3082e5400f89d791724651984ba2bc0a4724))


### Dependency Updates

* bump image version of python-runtime ([#2193](https://github.com/keptn/lifecycle-toolkit/issues/2193)) ([761b38f](https://github.com/keptn/lifecycle-toolkit/commit/761b38f35d7fa7cab5b67c79595ccac1d1534ad3))
* update python docker tag to v3.11.6 ([#2224](https://github.com/keptn/lifecycle-toolkit/issues/2224)) ([9616225](https://github.com/keptn/lifecycle-toolkit/commit/96162256d59fd62f94d239a8d31cd36c9d316b51))
* update python docker tag to v3.12.0 ([#2248](https://github.com/keptn/lifecycle-toolkit/issues/2248)) ([a223dc4](https://github.com/keptn/lifecycle-toolkit/commit/a223dc4c4b4de43e8f0ae469e831b1b44ded37c1))

## 1.0.0 (2023-08-29)


Expand Down

0 comments on commit 40fd1d9

Please sign in to comment.