-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e3a3c60
commit fa76f11
Showing
5 changed files
with
191 additions
and
303 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 @@ | ||
|
||
## Changes in version 1.16.0 | ||
|
||
### New Features | ||
|
||
* add feature toggle for initialization of periodics (Mårten Svantesson) | ||
* store periodics as cronjobs/configmaps (Mårten Svantesson) | ||
* trigger on deploy status and periodically (Mårten Svantesson) | ||
|
||
### Bug Fixes | ||
|
||
* deletion of cm and cronjob (Mårten Svantesson) | ||
* periodics job variables (Mårten Svantesson) | ||
* periodics test (Mårten Svantesson) | ||
* make lighthousejob more readable (Mårten Svantesson) | ||
* create cronjob (Mårten Svantesson) | ||
* create configmap (Mårten Svantesson) | ||
* give permission to lighthouse webhook to update cronjobs and configmaps (Mårten Svantesson) | ||
* give permission to lighthouse webhook to update cronjobs (Mårten Svantesson) | ||
* release chart for pullrequest (Mårten Svantesson) | ||
* prevent false duplicate job error (Mårten Svantesson) | ||
* improve logging for deployment status (Mårten Svantesson) | ||
* prevent panic: assignment to entry in nil map (Mårten Svantesson) | ||
* test of Deployment trigger implemented (Mårten Svantesson) | ||
* test for UpdatePeriodics (Mårten Svantesson) | ||
* get service account of lighthouse (Mårten Svantesson) | ||
* test of InitializePeriodics implemented (Mårten Svantesson) | ||
|
||
### Chores | ||
|
||
* upgrade jx-boot (Mårten Svantesson) |
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
Oops, something went wrong.