From 4cac854625197ecc4e5224273807a2801c320fcb Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Mon, 9 Oct 2023 11:28:31 +0200 Subject: [PATCH] chore(main): release 2.0.0 --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++ molecule_hetznercloud/_version.py | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc66ac6..f45c0c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,38 @@ # Changelog +## [2.0.0](https://github.com/ansible-community/molecule-hetznercloud/compare/1.3.0...v2.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](https://github.com/ansible-community/molecule-hetznercloud/issues/46)) + +### Features + +* instance `server_type` now defaults to `cx11` ([36a28f4](https://github.com/ansible-community/molecule-hetznercloud/commit/36a28f40da6b98eb7473739cf0edc0989f89b978)) +* rename driver name to `molecule_hetznercloud` ([36a28f4](https://github.com/ansible-community/molecule-hetznercloud/commit/36a28f40da6b98eb7473739cf0edc0989f89b978)) +* require instance volumes name ([36a28f4](https://github.com/ansible-community/molecule-hetznercloud/commit/36a28f40da6b98eb7473739cf0edc0989f89b978)) +* require molecule >=5.0,<7.0 ([36a28f4](https://github.com/ansible-community/molecule-hetznercloud/commit/36a28f40da6b98eb7473739cf0edc0989f89b978)) +* require python>=3.9 ([36a28f4](https://github.com/ansible-community/molecule-hetznercloud/commit/36a28f40da6b98eb7473739cf0edc0989f89b978)) +* rewrite hetznercloud molecule driver ([#46](https://github.com/ansible-community/molecule-hetznercloud/issues/46)) ([36a28f4](https://github.com/ansible-community/molecule-hetznercloud/commit/36a28f40da6b98eb7473739cf0edc0989f89b978)) +* update driver schema ([36a28f4](https://github.com/ansible-community/molecule-hetznercloud/commit/36a28f40da6b98eb7473739cf0edc0989f89b978)) + + +### Bug Fixes + +* remove ansible-compat dependency ([36a28f4](https://github.com/ansible-community/molecule-hetznercloud/commit/36a28f40da6b98eb7473739cf0edc0989f89b978)) +* remove unused dependencies ([36a28f4](https://github.com/ansible-community/molecule-hetznercloud/commit/36a28f40da6b98eb7473739cf0edc0989f89b978)) + + +### Documentation + +* add project history ([36a28f4](https://github.com/ansible-community/molecule-hetznercloud/commit/36a28f40da6b98eb7473739cf0edc0989f89b978)) +* the hetzner.hcloud collection require ansible-core>=2.13 ([36a28f4](https://github.com/ansible-community/molecule-hetznercloud/commit/36a28f40da6b98eb7473739cf0edc0989f89b978)) + ## [1.3.0] - 2021-09-02 Changes: diff --git a/molecule_hetznercloud/_version.py b/molecule_hetznercloud/_version.py index b7058d1..03d534c 100644 --- a/molecule_hetznercloud/_version.py +++ b/molecule_hetznercloud/_version.py @@ -1,3 +1,3 @@ from __future__ import annotations -__version__ = "1.3.0" # x-release-please-version +__version__ = "2.0.0" # x-release-please-version