CI: Use latest actions and reusable workflows
[releng/lftools.git] / relnotes / v0.12.0.txt
1 lftools v0.12.0 Release Notes
2 =============================
3
4 Thanks to Anil, Jessica, Robert and Thanh for contributing to this release.
5
6
7 Notable changes since v0.11.0
8 ----------------------------
9
10 8be6ebc Thanh Ha        Add lftools command to remove specific server
11 Adds a new remove server command that accepts an optional minutes parameter.
12 This allows us to ignore deleting a server if it is not at least a certain age
13 to prevent cleanup scripts deleting a server before it has a chance to connect
14 to Jenkins.
15
16 dd02080 Robert Varga    upload_to_nexus to return a non-zero exit status
17 Fixed a bug where upload_to_nexus did not properly return a failure state. This
18 would cause Jenkins to incorrectly log the upload as passed.
19
20 d28fe86 Thanh Ha        Add a groovy command to lftools
21 Adds a new groovy command which can be used to execute admin scripts against a
22 Jenkins instance. We plan to use this feature to enable management of global
23 Jenkins configuration.
24
25 fc50450 Jessica Wagantall       Fix wget command for Nexus sign script
26 Improves the sign script command to clone 15 levels of directories in Nexus
27 when signing artifacts. This is necessary as some projects have more than the
28 default number of nested subdirectories.
29
30 e42e0f5 Anil Belur      Print CPU, Memory, Disk and Network stats
31 This prints additional information about the system at the end of a job run.
32
33
34 Full Change Log
35 ---------------
36
37 8be6ebc Thanh Ha        Add lftools command to remove specific server
38 dd02080 Robert Varga    upload_to_nexus to return a non-zero exit status
39 0cf41e5 Thanh Ha        Switch to using lfdocs-conf 0.1.3
40 d28fe86 Thanh Ha        Add a groovy command to lftools
41 2bf9eef Thanh Ha        Switch lftools to lfdocs-conf
42 459dded Thanh Ha        Improve debugging output for deploy nexus-zip cmd
43 b4de489 Thanh Ha        Fix ShellCheck v0.4.7 lint issues
44 fc50450 Jessica Wagantall       Fix wget command for Nexus sign script
45 e42e0f5 Anil Belur      Print CPU, Memory, Disk and Network stats