2.2.0 (2024-06-11)
- update dependency molecule to >=5.0.0,<24.7 (#98) (eb56da9)
- update dependency pytest-cov to v5 (#92) (3cde3ca)
- update pre-commit hook asottile/pyupgrade to v3.15.1 (#83) (76cd33f)
- update pre-commit hook asottile/pyupgrade to v3.15.2 (26bfb65)
- update pre-commit hook asottile/pyupgrade to v3.16.0 (292dda1)
- update pre-commit hook pre-commit/pre-commit-hooks to v4.6.0 (73035ce)
- update pre-commit hook psf/black-pre-commit-mirror to v24.2.0 (#82) (96030aa)
- update pre-commit hook psf/black-pre-commit-mirror to v24.3.0 (a8fce1f)
- update pre-commit hook psf/black-pre-commit-mirror to v24.4.0 (41225db)
- update pre-commit hook psf/black-pre-commit-mirror to v24.4.1 (#95) (06df822)
- update pre-commit hook psf/black-pre-commit-mirror to v24.4.2 (e03b63e)
- update pypa/gh-action-pypi-publish action to v1.8.12 (#87) (440c71d)
- update pypa/gh-action-pypi-publish action to v1.8.14 (#88) (c1f46bb)
2.1.1 (2024-02-09)
2.1.0 (2024-02-02)
- change the generated ssh key type to
ed25519
(#69) (2b6ab8a) - enable support for python 3.12 (#50) (f665af4)
2.0.0 (2023-10-09)
- the instance volumes now require a
name
- the molecule driver drops support for python version <3.9
- the molecule driver drops support for molecule version <5.0
- the molecule driver name was renamed from
hetznercloud
tomolecule_hetznercloud
- rewrite hetznercloud molecule driver (#46)
- allow user defined RESOURCE_NAMESPACE (#54) (1efd919)
- instance
server_type
now defaults tocx11
(36a28f4) - rename driver name to
molecule_hetznercloud
(36a28f4) - require instance volumes name (36a28f4)
- require molecule >=5.0,<7.0 (36a28f4)
- require python>=3.9 (36a28f4)
- rewrite hetznercloud molecule driver (#46) (36a28f4)
- update driver schema (36a28f4)
Changes:
- Remove deprecated molecule cache (#35) @ssbarnea
- Remove duplicated playbook code (#33) @ekeih
- Remove async for network deletion (#30) @ggggut
- Typo fix (#28) @aminvakil
Bugfixes:
- Remove deprecated molecule cache (#35) @ssbarnea
- Testing configuration cleanup (#11) @ssbarnea
- Match API expectations (#8) @decentral1se
- Allow Molecule to load the cookiecutter correctly (#7) @decentral1se
- Fix CI (#6) @decentral1se
- Add a missing entry point option to setup.cfg (#5) @tadeboro
- Enabling Travis testing (#1) @decentral1se
- Remove async task handling for network deletion (#30, credit @ggggut)
- Allow to create networks during test runs (#29, thanks @ggggut!)
- Relaxed bounds on Molecule to allow all versions less than
v4
(#27)
This is a major release with breaking changes for your schema and support for a
new major version of Molecule. If you use the volumes:
key in your
molecule.yml
then this change will break your configuration. Please see the
section on "Volume Handling" in the README.md on how to upgrade successfully.
You will now need to install Ansible yourself as Molecule does not do it for
you. If there are any other breaking changes, please report them on the issue
tracker so that we can mention them here.
- Support Python 3.9.
- Support Molecule 3.2.1
- Add volume creation and clean up handling
- Point to an open issue tracker
- Pinned Molecule to avoid issues with
sh
dependency.
- Add bundled playbooks so as to reduce required configuration on end-user side
- Added an internal
molecule.yml
so thatmolecule init role
can get good defaults (will work with Molecule >= 3.0.4)
- py36,37,38 are now supported
- Molecule 3.x support
- Usage documentation in the README.md
- Drone CI/CD integration testing
- Migrate to git.autonomic.zone for maintenance
- Mirroring of Github repository and discussion with Molecule team