Skip to content

Releases: deepshore/docker-machine-driver-proxmoxve

v5.0.1-ds

07 May 10:28
4f212e5
Compare
Choose a tag to compare
  • Add task timeout and interval settings (for slow systems)
  • Update pve api module
  • Update ansible example

v5.0.0-ds

27 Nov 10:42
4a7b4c7
Compare
Choose a tag to compare

This overall maintenance release does following:

  • Rewrites the module to use a newer pve6,7 and 8 compliant api implementation https://github.com/luthermonson/go-proxmox
  • Discards of unsused functionality for Deepshore
  • Introduces some unit testing
  • Introduces makefile for convenient overall build, test, deploy workflow
  • Adds Deepshore to License
  • Cleanup of code (lint, duplicates, wait and request efficiency)
  • uses rancher compose instead of even older docker compose module
  • Removes unsafe/deprecated crypto libs

Tests

I have tested this module with following setup:

  • docker-machine version 0.16.2-gitlab.21, build 77bd8f58
  • mac m1
  • PVE 7.4-17
  • given ansible playbook was also tested to create the base clone template

v4.0.4-ds

28 May 17:10
Compare
Choose a tag to compare

Changelog

v4.0.3-ds

28 May 14:06
Compare
Choose a tag to compare

Changelog

  • 8a6895e Revert "Add new driver creation logic"

v4.0.2-ds

27 May 20:49
Compare
Choose a tag to compare

Changelog

  • 0740f7c Add new driver creation logic

v4.0.1-ds

28 Mar 12:36
Compare
Choose a tag to compare

Changelog

v4-ds

21 Mar 20:44
Compare
Choose a tag to compare

Changelog

  • 630ecce Fix go version in release step