Skip to content

Releases: ansible-collections/hetzner.hcloud

v2.3.0

07 Nov 12:00
0e00c9f
Compare
Choose a tag to compare

2.3.0 (2023-11-07)

Features

  • add created field to server and server_info modules (#381) (c3e4c0e)
  • add server_types to datacenter info module (#379) (084e04d)

v2.2.0

23 Oct 14:27
0c776c3
Compare
Choose a tag to compare

2.2.0 (2023-10-23)

Features

  • add deprecation field to hcloud_iso_info (#357) (76ef636)
  • add load_balancer algorithm option (#368) (a93dbaa)
  • allow selecting a resource using its ID (#361) (5e425c5)

2.1.2

05 Oct 14:40
e692b3e
Compare
Choose a tag to compare

2.1.2 (2023-10-05)

Bug Fixes

  • firewall port argument is required with udp or tcp (#345) (76c1abf)
  • invalid field in load_balancer_service health_check.http return data (#333) (fb35516)

2.1.1

23 Aug 13:44
deee062
Compare
Choose a tag to compare

What's Changed

  • deps: update pre-commit hook ansible/ansible-lint to v6.18.0 by @renovate in #307
  • chore: update README badges by @jooola in #308
  • fix: string formatting error on deprecated server type warning by @urbanekpj in #309
  • chore: prepare v2.1.1 by @jooola in #311

New Contributors

Full Changelog: 2.1.0...2.1.1

2.1.0

21 Aug 07:44
3720237
Compare
Choose a tag to compare

What's Changed

  • test: implement integration testing framework by @jooola in #239
  • deps: update pre-commit hook asottile/pyupgrade to v3.10.1 by @renovate in #281
  • refactor: use relative imports for local modules by @jooola in #279
  • chore: use upstream antsibull-changelog pre-commit hooks by @jooola in #278
  • chore: add shell pre-commit hooks by @jooola in #277
  • refactor: use super() to reference parent class by @jooola in #280
  • chore: fix pre-commit config by @jooola in #282
  • deps: update pre-commit hook pre-commit/mirrors-prettier to v3.0.1 by @renovate in #283
  • test: improve tests using setup_selfsigned_certificate helper by @jooola in #286
  • test: improve tests using new setup_ssh_keypair helper by @jooola in #285
  • refactor: rename ansible module classes by @jooola in #284
  • ci: fix gitlab stages by @jooola in #288
  • deps: update dependency hcloud to v1.27.1 by @renovate in #290
  • chore: add ansible-lint pre-commit hook by @jooola in #293
  • feat: replace ansible version with collection version in hcloud user agent by @jooola in #291
  • fix: do not error on location_info invalid id by @jooola in #292
  • deps: update pre-commit hook ansible-community/antsibull-changelog to v0.23.0 by @renovate in #295
  • deps: update dependency hcloud to v1.27.2 by @renovate in #294
  • feat: use collection version for the inventory user agent by @jooola in #297
  • feat: allow caching the hcloud inventory by @jooola in #287
  • deps: update pre-commit hook pre-commit/mirrors-prettier to v3.0.2 by @renovate in #300
  • fix: consistently fail on invalid ID in *_info modules by @jooola in #301
  • test: improve *_info modules tests by @jooola in #299
  • feat: query floating ip info by name by @jooola in #303
  • deps: update dependency hcloud to v1.28.0 by @renovate in #306
  • feat: target health status in hcloud_load_balancer_info by @jooola in #305
  • chore: prepare v2.1.0 by @jooola in #304

Full Changelog: 2.0.0...2.1.0

2.0.0

24 Jul 15:13
7d8c3f3
Compare
Choose a tag to compare

What's Changed

  • feat: drop support for ansible-core 2.12 by @jooola in #240
  • feat: remove deprecated facts modules by @jooola in #251
  • feat: vendor hcloud python dependency by @jooola in #244
  • ci: use shared gitlab CI template by @jooola in #257
  • chore: setup the stable-1 release branch by @jooola in #254
  • chore: configure Renovate by @renovate in #259
  • deps: update pre-commit hook asottile/pyupgrade to v3.9.0 by @renovate in #260
  • deps: update pre-commit hook psf/black to v23.7.0 by @renovate in #261
  • deps: update pre-commit hook pre-commit/mirrors-prettier to v3 by @renovate in #264
  • chore: add renovate regex manager for hcloud upgrades by @jooola in #256
  • chore: copy v1.16.0 changelog entries by @jooola in #267
  • test: exclude test scripts from sanity test by @jooola in #271
  • feat!: drop support for python3.7 by @jooola in #270
  • deps: update dependency hcloud to v1.26.0 by @renovate in #268
  • chore: use fqcn module names by @jooola in #273
  • test: reorganize groups to balance test duration by @jooola in #274
  • feat: improve hcloud library exceptions handling by @jooola in #243
  • fix!: don't set inventory image vars if server image is undefined by @jooola in #275
  • chore: prepare v2.0.0 by @jooola in #276

New Contributors

Full Changelog: 1.15.0...2.0.0

1.16.0

14 Jul 12:15
8280ea4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.15.0...1.16.0

1.15.0

04 Jul 14:13
3055f4a
Compare
Choose a tag to compare

What's Changed

  • test: support python >=3.7 for ansible-test by @jooola in #235
  • chore: setup pre-commit by @jooola in #234
  • fix: facts deprecation warnings and result by @jooola in #236
  • refactor: use new to_native function path by @jooola in #238
  • test: fix ansible-tests requirements file by @jooola in #241
  • chore: add antsibull-changelog lint pre-commit hook by @jooola in #247
  • refactor: remove invalid tests collections requirements by @jooola in #246
  • feat: add hcloud_iso_info module by @jooola in #237
  • docs: add more details to release process by @jooola in #249
  • docs(hcloud_server_network): fix modules params by @jooola in #250
  • ci: upgrade ansible/azure-pipelines-test-container to v4.0.1 by @jooola in #252
  • chore: prepare v1.15.0 by @jooola in #248

Full Changelog: 1.14.0...1.15.0

1.14.0

22 Jun 12:22
a6fe943
Compare
Choose a tag to compare

What's Changed

  • docs: add note about python compatibility by @jooola in #230
  • test: clean ressources before testing by @jooola in #228
  • refactor: prefer true/false over yes/no by @jooola in #226
  • feat(network): add expose_routes_to_vswitch field by @jooola in #232
  • chore: prepare v1.14.0 by @jooola in #233

Full Changelog: 1.13.0...1.14.0

1.13.0

20 Jun 13:50
d33db2f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.12.0...1.13.0