Skip to content

Latest commit

 

History

History
136 lines (85 loc) · 6.63 KB

CHANGELOG.md

File metadata and controls

136 lines (85 loc) · 6.63 KB

Changelog

2.1.1 (2024-02-09)

Dependencies

  • update dependency molecule to v24 (#81) (30516de)

2.1.0 (2024-02-02)

Features

  • change the generated ssh key type to ed25519 (#69) (2b6ab8a)
  • enable support for python 3.12 (#50) (f665af4)

2.0.0 (2023-10-09)

⚠ BREAKING CHANGES

  • 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 to molecule_hetznercloud
  • rewrite hetznercloud molecule driver (#46)

Features

  • allow user defined RESOURCE_NAMESPACE (#54) (1efd919)
  • instance server_type now defaults to cx11 (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)

Bug Fixes

  • remove ansible-compat dependency (36a28f4)
  • remove unused dependencies (36a28f4)

Documentation

  • add project history (36a28f4)
  • the hetzner.hcloud collection require ansible-core>=2.13 (36a28f4)

[1.3.0] - 2021-09-02

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

[1.2.1] - 2021-06-02

Fixed

  • Remove async task handling for network deletion (#30, credit @ggggut)

[1.2.0] - 2021-06-02

Added

  • Allow to create networks during test runs (#29, thanks @ggggut!)

[1.1.0] - 2021-03-30

Changed

  • Relaxed bounds on Molecule to allow all versions less than v4 (#27)

[1.0.0] - 2021-01-06

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

[0.2.2] - 2020-06-15

Fixed

  • Point to an open issue tracker

[0.2.1] - 2020-04-29

Fixed

  • Pinned Molecule to avoid issues with sh dependency.

[0.2.0] - 2020-04-27

Added

  • Add bundled playbooks so as to reduce required configuration on end-user side
  • Added an internal molecule.yml so that molecule init role can get good defaults (will work with Molecule >= 3.0.4)

[0.1.0] - 2020-04-27

Added

  • py36,37,38 are now supported

[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