Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
build(release): 1.2.0 (#9464)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Feb 10, 2023
1 parent c4bfd61 commit afe2ac7
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.1.0"}
{".":"1.2.0"}
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

All notable changes to this project will be documented in this file.

## [1.2.0](https://github.com/keptn/keptn/compare/1.1.0...1.2.0) (2023-02-09)


### Features

* **cli:** CLI containerization ([#9432](https://github.com/keptn/keptn/issues/9432)) ([2b9db09](https://github.com/keptn/keptn/commit/2b9db092388b4d8620deffc9e508bfe8389ac2ac))
* **cli:** Customizable Keptn CLI OAuth Login port ([#9393](https://github.com/keptn/keptn/issues/9393)) ([7bffdff](https://github.com/keptn/keptn/commit/7bffdff37d062289fb03a95c7b9e16baef824a46))
* remove webhook migration command from CLI ([#9463](https://github.com/keptn/keptn/issues/9463)) ([9c925d9](https://github.com/keptn/keptn/commit/9c925d94e6699c2e7fa0fd0df0d76aa84ca3ac04))


### Bug Fixes

* **bridge:** Fixed prefix path ([#9497](https://github.com/keptn/keptn/issues/9497)) ([d7e31c1](https://github.com/keptn/keptn/commit/d7e31c1e4ead3faca1702bc1181aa1d9a8821eef))
* **installer:** Fix Nginx not handling 429 correctly ([#9475](https://github.com/keptn/keptn/issues/9475)) ([f3199c1](https://github.com/keptn/keptn/commit/f3199c1c7621937a8ba6687ca99f46ceffa0e6cf))
* **installer:** Respect MongoDB name override correctly ([#9471](https://github.com/keptn/keptn/issues/9471)) ([050c669](https://github.com/keptn/keptn/commit/050c669e3a0b63a8c84b0552acc6dcd58c8c7370))
* **lighthouse-service:** inconsistent behavior when SLI provider returns warning ([#9495](https://github.com/keptn/keptn/issues/9495)) ([62f167b](https://github.com/keptn/keptn/commit/62f167b8a7d13ab4b7d29d8b25b07ba2632ffadd))


### Docs

* hyperlink to `contributing.md` fixed ([#9483](https://github.com/keptn/keptn/issues/9483)) ([7a599e1](https://github.com/keptn/keptn/commit/7a599e1e329c64a11971960b24dad5b6d1ff63e2))


### Other

* **deps:** upgrade to libgit2-dev v1.5.1-r0 ([49bfbf2](https://github.com/keptn/keptn/commit/49bfbf22e84f8480c77c00fd4d38ffb96b558bd1))
* update docker cleanup script to also clean 2022 and 2023 images ([#9504](https://github.com/keptn/keptn/issues/9504)) ([c4bfd61](https://github.com/keptn/keptn/commit/c4bfd61ba18d53758205b30968711a34fdbfade2))

## [1.1.0](https://github.com/keptn/keptn/compare/1.0.0...1.1.0) (2023-01-18)


Expand Down

0 comments on commit afe2ac7

Please sign in to comment.