This repository was archived by the owner on Mar 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ Notable changes to new releases of Puppet Dashboard.
4
+
5
+ ## [ 3.0.0] - 2019-07-01
6
+
7
+ This release includes changes from over 5 years since the 2.0.0-beta2 release.
8
+
9
+ ### Fixed
10
+
11
+ - Handle delayed_job failures better
12
+ - Various enhancements to sorting in various views
13
+ - Improvements to error detection in the log
14
+ - Partial radiator reload
15
+ - Various fixes to various tasks
16
+
17
+ ### Changed
18
+
19
+ - Updated Rails framework to 5.2.3
20
+ - Support for new Ruby versions (2.4, 2.5, 2.6)
21
+ - Support for older Ruby versions has been removed as several gem dependencies
22
+ are no longer compatible
23
+
24
+ ### Added
25
+
26
+ - The old manual from the website is now available as markdown documents in the source tree.
27
+ - Support for new Report formats
28
+ - PostgreSQL optimizations
29
+ - New task to delete a variable on a node
30
+ - Node add,show and delete tasks now accept a list of nodes
31
+ - Basic support for environments
32
+
33
+ ## Other
34
+
35
+ - Restructuring to maintain Puppet Dashboard as an open source project
36
+ - Added haml-lint, rubocop and coverage reports for code maintenance
Original file line number Diff line number Diff line change 1
- 2 .0.0-beta2
1
+ 3 .0.0
You can’t perform that action at this time.
0 commit comments