Skip to content

Commit

Permalink
chore: release 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Feb 25, 2024
1 parent e3a3c60 commit fa76f11
Show file tree
Hide file tree
Showing 5 changed files with 191 additions and 303 deletions.
31 changes: 31 additions & 0 deletions changelog.md
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)
4 changes: 2 additions & 2 deletions charts/lighthouse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ description: |
This chart bootstraps installation of [Lighthouse](https://github.com/jenkins-x/lighthouse).
icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-website/master/images/logo/jenkinsx-icon-color.svg
name: lighthouse
version: 0.1.0-SNAPSHOT
version: 1.16.0
home: https://github.com/jenkins-x/lighthouse

appVersion: 1.16.0
Loading

0 comments on commit fa76f11

Please sign in to comment.