File tree Expand file tree Collapse file tree 5 files changed +191
-303
lines changed Expand file tree Collapse file tree 5 files changed +191
-303
lines changed Original file line number Diff line number Diff line change
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)
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ description: |
3
3
This chart bootstraps installation of [Lighthouse](https://github.com/jenkins-x/lighthouse).
4
4
icon : https://raw.githubusercontent.com/jenkins-x/jenkins-x-website/master/images/logo/jenkinsx-icon-color.svg
5
5
name : lighthouse
6
- version : 0.1.0-SNAPSHOT
6
+ version : 1.16.0
7
7
home : https://github.com/jenkins-x/lighthouse
8
-
8
+ appVersion : 1.16.0
You can’t perform that action at this time.
0 commit comments