This repository has been archived by the owner on Mar 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #294 from stakater/add-tronador-changelog
Add tronador changelog
- Loading branch information
Showing
2 changed files
with
49 additions
and
1 deletion.
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
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,47 @@ | ||
# Changelog | ||
|
||
## v0.0.7 | ||
|
||
### Changes | ||
|
||
- fix: deletion handled for helm release object created by Tronador | ||
|
||
## v0.0.6 | ||
|
||
### Changes | ||
|
||
- fix: fix name for generated helm release to conform to kubernetes resource name standards | ||
|
||
## v0.0.5 | ||
|
||
### Changes | ||
|
||
- fix: fix a permission issue in rolebinding | ||
|
||
## v0.0.4 | ||
|
||
### Changes | ||
|
||
- feat: added ability to set labels for the provisioned namespace | ||
|
||
## v0.0.3 | ||
|
||
### Changes | ||
|
||
- refactor: remove git auth and TronadorConfig object | ||
- refactor: remove unused dependencies | ||
- fix: Application and HelmRelease are now required fields for EnvironmentProvisioner | ||
- fix: HelmRelease creation and updation | ||
- feat: added more error handling | ||
|
||
## v0.0.2 | ||
|
||
### Changes | ||
|
||
- fix: fix leader election role in chart | ||
|
||
## v0.0.1 | ||
|
||
### Changes | ||
|
||
- initial release |