This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: GitHub Actions <[email protected]> Signed-off-by: GitHub Actions <[email protected]> Co-authored-by: GitHub Actions <[email protected]>
- Loading branch information
1 parent
5c7abf9
commit 43354fd
Showing
1 changed file
with
31 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
|
||
## [0.18.0](https://github.com/keptn-contrib/helm-service/compare/0.17.0...0.18.0) (2022-08-24) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* All Keptn core now depends on resource-service. From this moment on resource-service installation is mandatory. | ||
|
||
### Features | ||
|
||
* **installer:** Add options for setting image repository and tag globally ([#8152](https://github.com/keptn-contrib/helm-service/issues/8152)) ([deeec1d](https://github.com/keptn-contrib/helm-service/commit/deeec1d132772dd13923de2a1ac5ac15f3e2cf52)) | ||
* Repository migration ([#2](https://github.com/keptn-contrib/helm-service/issues/2)) ([5c7abf9](https://github.com/keptn-contrib/helm-service/commit/5c7abf98936417eae4b1060db54948c809fc9629)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* log.Fatal will call os.Exit, use log.Println instead ([#8492](https://github.com/keptn-contrib/helm-service/issues/8492)) ([981cdc0](https://github.com/keptn-contrib/helm-service/commit/981cdc09c7a0b815a9444fb032bb76f292398f6c)) | ||
|
||
|
||
### Refactoring | ||
|
||
* Refactor all services to use resource-service ([#8271](https://github.com/keptn-contrib/helm-service/issues/8271)) ([819963c](https://github.com/keptn-contrib/helm-service/commit/819963c2118e2a06dcaf132af5840d95d8a8630a)) | ||
|
||
|
||
### Other | ||
|
||
* Add helm dependencies directly to repository charts ([#8472](https://github.com/keptn-contrib/helm-service/issues/8472)) ([d859d6a](https://github.com/keptn-contrib/helm-service/commit/d859d6a99e1db8056d94113637f26878e548f17f)) | ||
* **installer:** Improve NATS configuration ([#8475](https://github.com/keptn-contrib/helm-service/issues/8475)) ([57a949d](https://github.com/keptn-contrib/helm-service/commit/57a949d83a3f07fae18c0ee9dc71c210b21640b3)) |