Skip to content

Commit fa76f11

Browse files
chore: release 1.16.0
1 parent e3a3c60 commit fa76f11

File tree

5 files changed

+191
-303
lines changed

5 files changed

+191
-303
lines changed

changelog.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
## Changes in version 1.16.0
3+
4+
### New Features
5+
6+
* add feature toggle for initialization of periodics (Mårten Svantesson)
7+
* store periodics as cronjobs/configmaps (Mårten Svantesson)
8+
* trigger on deploy status and periodically (Mårten Svantesson)
9+
10+
### Bug Fixes
11+
12+
* deletion of cm and cronjob (Mårten Svantesson)
13+
* periodics job variables (Mårten Svantesson)
14+
* periodics test (Mårten Svantesson)
15+
* make lighthousejob more readable (Mårten Svantesson)
16+
* create cronjob (Mårten Svantesson)
17+
* create configmap (Mårten Svantesson)
18+
* give permission to lighthouse webhook to update cronjobs and configmaps (Mårten Svantesson)
19+
* give permission to lighthouse webhook to update cronjobs (Mårten Svantesson)
20+
* release chart for pullrequest (Mårten Svantesson)
21+
* prevent false duplicate job error (Mårten Svantesson)
22+
* improve logging for deployment status (Mårten Svantesson)
23+
* prevent panic: assignment to entry in nil map (Mårten Svantesson)
24+
* test of Deployment trigger implemented (Mårten Svantesson)
25+
* test for UpdatePeriodics (Mårten Svantesson)
26+
* get service account of lighthouse (Mårten Svantesson)
27+
* test of InitializePeriodics implemented (Mårten Svantesson)
28+
29+
### Chores
30+
31+
* upgrade jx-boot (Mårten Svantesson)

charts/lighthouse/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ description: |
33
This chart bootstraps installation of [Lighthouse](https://github.com/jenkins-x/lighthouse).
44
icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-website/master/images/logo/jenkinsx-icon-color.svg
55
name: lighthouse
6-
version: 0.1.0-SNAPSHOT
6+
version: 1.16.0
77
home: https://github.com/jenkins-x/lighthouse
8-
8+
appVersion: 1.16.0

0 commit comments

Comments
 (0)