molecule-hetznercloud/CHANGELOG.md

35 lines
832 B
Markdown
Raw Normal View History

2020-04-25 06:24:14 +00:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
2020-04-27 13:20:47 +00:00
## [0.2.0] - 2020-04-27
### Added
- Add bundle playbooks so that the only required config is `molecule.yml`
2020-04-27 13:26:35 +00:00
- Added an internal `molecule.yml` so that `molecule init role` can get good defaults (will work with Molecule >= 3.0.4).
2020-04-27 13:20:47 +00:00
2020-04-27 11:09:08 +00:00
## [0.1.0] - 2020-04-27
### Added
- py36,37,38 are now supported
2020-04-25 06:24:14 +00:00
## [0.0.1] - 2020-04-25
### Added
- Molecule 3.x support
- Usage documentation in the README.md
- Drone CI/CD integration testing
### Changed
- Migrate to git.autonomic.zone for maintenance
- Mirroring of Github repository and discussion with Molecule team