Skip to content

Commit fcc3f49

Browse files
author
Victor Bouvier-Deleau
committed
Update changelog for v2.0.0 release
1 parent 1c1d135 commit fcc3f49

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

.markdownlint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
---
22
MD013: false
3+
MD024: false

CHANGELOG.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [2.0.0] - 2020-11-02
10+
11+
Initial release with support for TrueNAS 12 🎉
12+
13+
### Added
14+
15+
- Add a Markdown Lint job to the Lint action
16+
- Add a Release action to create a GitHub release on git tags with a changelog
17+
18+
### Changed
19+
20+
- Rename repository to "TrueNAS Useful Scripts"
21+
- Change GitHub URL to <https://github.com/PlqnK/truenas-useful-scripts>
22+
- Replace every "FreeNAS" references in the readme and scripts to "TrueNAS" where applicable
23+
24+
### Fixed
25+
26+
- Fix `zpool status` output parsing in the ZPool report script
27+
- Fix ShellCheck action (follow sourced scripts)
28+
929
## [1.0.0] - 2020-11-02
1030

1131
Final release supporting FreeNAS 11.3!
@@ -17,5 +37,6 @@ Final release supporting FreeNAS 11.3!
1737
- 2 information gathering script (CPU & drives temperature as well as drives identification)
1838
- A standalone bash function to format emails to be sent by the FreeNAS sendmail program
1939

20-
[Unreleased]: https://github.com/PlqnK/freenas-useful-scripts/compare/v1.0.0...HEAD
21-
[1.0.0]: https://github.com/PlqnK/freenas-useful-scripts/releases/tag/v1.0.0
40+
[Unreleased]: https://github.com/PlqnK/truenas-useful-scripts/compare/v2.0.0...HEAD
41+
[2.0.0]: https://github.com/PlqnK/truenas-useful-scripts/compare/v1.0.0...v2.0.0
42+
[1.0.0]: https://github.com/PlqnK/truenas-useful-scripts/releases/tag/v1.0.0

0 commit comments

Comments
 (0)