Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit 6a0e8b4

Browse files
Merge pull request #391 from ZeroPointEnergy/release_3.0.0
Add change log for the 3.0.0 release
2 parents 4d90b43 + 49fcd79 commit 6a0e8b4

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0-beta2
1+
3.0.0

0 commit comments

Comments
 (0)