Skip to content

Releases: ddelnano/packer-plugin-xenserver

v0.7.3

14 Jun 11:29
756f4d7
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Bump golang.org/x/crypto from 0.21.0 to 0.24.0 by @dependabot in #139
  • Fix regression in v0.7.2 release that prevented packer from running -- related to packer-plugin-sdk#187 by @ddelnano in #141

Full Changelog: v0.7.2...v0.7.3

v0.7.2

10 Jun 14:14
36658a7
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #132
  • [FEATURE] Disable exclusive VNC connection when packer in debug mode by @melck in #129
  • [Not for merge] Disable exclusive VNC connection when packer in debug mode by @ddelnano in #138
  • Bump github.com/zclconf/go-cty from 1.10.0 to 1.14.4 by @dependabot in #125
  • Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #124
  • Bump github.com/hashicorp/hcl/v2 from 2.12.0 to 2.20.1 by @dependabot in #126

New Contributors

Full Changelog: v0.7.1...v0.7.2

v0.7.1

05 Jun 06:20
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Upgrade go to 1.20 to reflect latest packer-plugins-sdk go version an… by @ddelnano in #123
  • Bump golang.org/x/crypto from 0.19.0 to 0.21.0 by @dependabot in #122
  • Fix plugin installation on 1.11.0 and later by fixing release version detection by @ddelnano in #137
  • Fix release build by updating goreleaser config to use non deprecated cli flag 13c2a1d

Full Changelog: v0.7.0...v0.7.1

v0.7.0

08 Feb 14:46
81c1ea0
Compare
Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

05 Dec 14:43
9d57d14
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Remove iso checksum type and fix tests by @ddelnano in #60
  • Allow ISO Storage repository to fallback to default SR if unspecified by @ddelnano in #63
  • Revert "Allow ISO Storage repository to fallback to default SR if unspecified" by @ddelnano in #64
  • Allow ISO Storage repository to fallback to default SR if unspecified by @ddelnano in #65
  • Fix XVA builder by @ddelnano in #66
  • Allow support for adding tags to VMs by @ddelnano in #67
  • Add dependabot and ci job for running go tests. Ensure go versions are consistent by @ddelnano in #68
  • Add the firmware argument to the builder documentation since it was missing by @ddelnano in #70
  • Add xva_compressed to the documentation by @AtaxyaNetwork in #78
  • Allow users to specify if xs tools should be managed by packer or not by @ddelnano in #84
  • Let user choose if they want tools or not. by @AtaxyaNetwork in #82
  • Add configuration for github release generation by @ddelnano in #85
  • Update go to 1.17 and upgrade some dependencies by @ddelnano in #86
  • Allow user to have a template or a full VM by @AtaxyaNetwork in #94

Full Changelog: v0.5.3...v0.6.0

v0.5.3

07 Apr 06:04
9cc7249
Compare
Choose a tag to compare

Bug fixes:

  • Various documentation updates
  • Fixed an issue where the ISO used by the launched VM is uploaded to the incorrect SR (#23)
    Features:
  • Update ubuntu example to be resilient to upstream changes (#54)

v0.5.2

27 Feb 15:39
4f90bf5
Compare
Choose a tag to compare

Bug Fixes:

  • Allow packer to reuse an ISO that was uploaded from a previous run

v0.5.1

23 Jan 06:59
Compare
Choose a tag to compare

Bug fixes:

  • Fixed an issue where a VM template could not be used with cloud init in Xen Orchestra (#51)
  • Updated the Ubuntu example with best practice defaults (cloning from Ubuntu based template) and ensuring its cloud init friendly

v0.5.0

12 Jun 22:58
Compare
Choose a tag to compare

Enhancements:

  • Added firmware configuration option for specifying to boot with bios or uefi (#39)
  • Upgraded packer-plugin-sdk to v0.3.0 (#41)
  • Upgrade go version to 1.17 (#41)

v0.4.0

26 Jan 16:46
f4a161e
Compare
Choose a tag to compare

Features:

  • Update Ubuntu examples to use floppy_files in order to make builds more consistent (#32)

Bug fixes:

  • Fix Xenserver tools IP address resolution (#33)