ansible-role-luks/CHANGELOG.md

36 lines
537 B
Markdown
Raw Permalink Normal View History

2019-03-16 22:51:50 +00:00
# CHANGELOG
This project adheres to [Semantic Versioning](http://semver.org/).
Which is based on [Keep A Changelog](http://keepachangelog.com/)
## [Unreleased]
2019-03-16 22:53:25 +00:00
2024-07-05 08:07:03 +00:00
## v2.0.0 - 2024-07-05
### Breaking
- feat: use community.crypto.luks_device lib
2021-09-12 21:58:11 +00:00
### Added
- test: support debian 12
2021-09-12 21:58:11 +00:00
### Changed
test: replace kitchen to molecule
2021-09-12 22:05:09 +00:00
chore: use FQCN module name
2021-09-12 21:58:11 +00:00
### Fixed
- no show log with luks password
### Removed
- test: support debian 9
- test: support debian 10
- test: support debian 11
2021-09-12 21:58:11 +00:00
## v1.0.0 - 2019-03-16
2019-03-16 22:51:50 +00:00
- first version