Skip to content

Commit

Permalink
Release 1.8.0.
Browse files Browse the repository at this point in the history
Add changelog.
  • Loading branch information
arensb committed Sep 11, 2023
1 parent b23fcc6 commit f721499
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,21 @@ releases:
- Flesh out instructions for building a release.
fragments:
- build-release.yaml
1.8.0:
changes:
minor_changes:
- Added the `pool_scrub_task` plugin, to schedule zfs pool scrub tasks.
- Added the `smart_test_task` plugin, to schedule S.M.A.R.T. disk tests.
- Added the `smart` plugin, to manage the S.M.A.R.T. service.
release_summary: Added several new modules.
modules:
- description: Schedule periodic scrub of ZFS pools.
name: pool_scrub_task
namespace: ''
- description: Configure S.M.A.R.T. service
name: smart
namespace: ''
- description: Schedule S.M.A.R.T. tests
name: smart_test_task
namespace: ''
release_date: '2023-09-11'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: arensb
name: truenas

# The version of the collection. Must be compatible with semantic versioning
version: 1.7.2
version: 1.8.0

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down

0 comments on commit f721499

Please sign in to comment.