Skip to content

Releases: kimdre/ansible.hcloud-backup

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

v1.0.4

29 Jun 09:15
d3ab610
Compare
Choose a tag to compare

📚 Miscellaneous

  • ci: adjust release workflow

Full Changelog: v1.0.3...v1.0.4

v1.0.3

29 Jun 08:47
de6c36d
Compare
Choose a tag to compare

What's Changed

🌟 Improvements

  • fix: add checks if backups are enabled on server

📚 Miscellaneous

  • style: adjust timestamp in default snapshot/backup description
  • refactor: reformat code
  • ci: add release workflow
  • ci: adjust yamllint workflow

Full Changelog: v1.0.2...v1.0.3

v1.0.2

28 Jun 23:55
621628c
Compare
Choose a tag to compare

What's Changed

📚 Miscellaneous

  • docs: adjust README.md
  • refactor: adjust meta
  • refactor: move files to root dir
  • docs: add TOC to README.md

Full Changelog: v1.0.1...v1.0.2

v1.0.1

28 Jun 23:22
a29c66c
Compare
Choose a tag to compare

What's Changed

📚 Miscellaneous

  • docs: add README.md
  • refactor: adjust comments

Full Changelog: v1.0.0...v1.0.1

v1.0.0

28 Jun 22:38
a971903
Compare
Choose a tag to compare

What's Changed

✨ Features

  • feat: add initial project setup by @kimdre in #1

📦 Dependencies

New Contributors

Full Changelog: https://github.com/maki-it/ansible.hcloud-backup/commits/v1.0.0