This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #391 from ZeroPointEnergy/release_3.0.0
Add change log for the 3.0.0 release
- Loading branch information
Showing
2 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Change Log | ||
|
||
Notable changes to new releases of Puppet Dashboard. | ||
|
||
## [3.0.0] - 2019-07-01 | ||
|
||
This release includes changes from over 5 years since the 2.0.0-beta2 release. | ||
|
||
### Fixed | ||
|
||
- Handle delayed_job failures better | ||
- Various enhancements to sorting in various views | ||
- Improvements to error detection in the log | ||
- Partial radiator reload | ||
- Various fixes to various tasks | ||
|
||
### Changed | ||
|
||
- Updated Rails framework to 5.2.3 | ||
- Support for new Ruby versions (2.4, 2.5, 2.6) | ||
- Support for older Ruby versions has been removed as several gem dependencies | ||
are no longer compatible | ||
|
||
### Added | ||
|
||
- The old manual from the website is now available as markdown documents in the source tree. | ||
- Support for new Report formats | ||
- PostgreSQL optimizations | ||
- New task to delete a variable on a node | ||
- Node add,show and delete tasks now accept a list of nodes | ||
- Basic support for environments | ||
|
||
## Other | ||
|
||
- Restructuring to maintain Puppet Dashboard as an open source project | ||
- Added haml-lint, rubocop and coverage reports for code maintenance |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.0.0-beta2 | ||
3.0.0 |