Skip to content

Releases: kimdre/ansible.hcloud-backup

v1.2.2

05 Jul 14:55
8bdb37d
Compare
Choose a tag to compare

What's Changed

📚 Miscellaneous

Full Changelog: v1.2.1...v1.2.2

v1.2.1

02 Jul 18:14
Compare
Choose a tag to compare

What's Changed

🌟 Improvements

  • fix: replace separators for label_selector_string with html encoded characters by @kimdre in #10
  • refactor: move backup tasks in role to separate file by @kimdre in #10

Full Changelog: v1.2.0...v1.2.1

v1.2.0

30 Jun 18:20
326cd31
Compare
Choose a tag to compare

What's Changed

🌟 Improvements

  • feat: remove hetzner.hcloud ansible dependency by @kimdre in #9

Full Changelog: v1.1.6...v1.2.0

v1.1.6

29 Jun 12:10
affb3d3
Compare
Choose a tag to compare

What's Changed

📚 Miscellaneous

  • docs: add dependencies to TOC

Full Changelog: v1.1.5...v1.1.6

v1.1.5

29 Jun 12:00
2710f3d
Compare
Choose a tag to compare

What's Changed

📦 Dependencies

  • docs: Add note about dependencies by @kimdre in #7

Full Changelog: v1.1.4...v1.1.5

v1.1.4

29 Jun 11:44
15cf286
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes and Security

  • deps: fix dependencies

Full Changelog: v1.1.3...v1.1.4

v1.1.3

29 Jun 11:40
72043bf
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes and Security

  • deps: fix dependencies
  • deps: fix platforms

Full Changelog: v1.1.2...v1.1.3

v1.1.2

29 Jun 11:21
e5920ef
Compare
Choose a tag to compare

What's Changed

📚 Miscellaneous

Full Changelog: v1.1.1...v1.1.2

v1.1.1

29 Jun 10:51
c20e58b
Compare
Choose a tag to compare

What's Changed

📚 Miscellaneous

  • docs: adjust README.md

Full Changelog: v1.1.0...v1.1.1

v1.1.0

29 Jun 10:43
1b46839
Compare
Choose a tag to compare

What's Changed

🚨 Breaking Changes

  • feat!: change label_selector from string to dict by @kimdre in #4

This changes the label_selector variable type from string to dictionary to simplify managing the labels to search/filter for on rotation.

Example

Before:

label_selector: "created_by=ansible.hcloud-backup,host={{ inventory_hostname }}"

Now:

label_selector:
  created_by: ansible.hcloud-backup
  host: "{{ inventory_hostname }}"

Full Changelog: v1.0.4...v1.1.0