Skip to content

Releases: jbelien/OVH-Cloud-Snapshot

Version 1.3

21 Jan 11:43
Compare
Choose a tag to compare
  • ✨ It is now possible to protect snapshots from deletion (see README.md)
  • 🐛 Fix bug when snapshot could not be deleted (for instance, snapshot linked to live instance)
  • 💄 Colored output
  • ⬆️ Upgrade dependencies

See changelog for full list of changes.

Version 1.2.2

04 Mar 10:25
Compare
Choose a tag to compare

🐛 Fix error if no instances or no volumes are defined !

Version 1.2.1

26 Feb 12:59
Compare
Choose a tag to compare

From time to time OVH API return an 500 error "Gateway Timeout", this new release handle those errors in a better way and the process does not stop.

I also added more debug and error information in the snapshot.log log file.

Version 1.2.0

19 Feb 11:30
Compare
Choose a tag to compare
  • Add dry-run mode (simulates the query) :
php snapshot.php --dry-run
  • Add log file

Version 1.1.2

09 Feb 14:10
Compare
Choose a tag to compare
  • Volume snapshots "older" than duration were not deleted ! This release fixes that !
  • Small style fixes 🎨
  • Dependencies update 🚀

Version 1.1.0

04 Dec 10:52
Compare
Choose a tag to compare
  • Add duration option to delete automatically old snapshots

Initial release

04 Dec 10:53
Compare
Choose a tag to compare
v1.0.0

Fix path to snapshot.yml