Releases: kimdre/ansible.hcloud-backup
Releases · kimdre/ansible.hcloud-backup
v1.2.2
v1.2.1
v1.2.0
v1.1.6
v1.1.5
v1.1.4
v1.1.3
What's Changed
🐛 Bug Fixes and Security
- deps: fix dependencies
- deps: fix platforms
Full Changelog: v1.1.2...v1.1.3
v1.1.2
v1.1.1
v1.1.0
What's Changed
🚨 Breaking Changes
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