packer-plugin-xenserver
packer-plugin-xenserver copied to clipboard
A builder plugin for Packer.IO to support building XenServer images.
Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.7.0 to 0.7.7. Changelog Sourced from github.com/hashicorp/go-retryablehttp's changelog. 0.7.7 (May 30, 2024) BUG FIXES: client: avoid potentially leaking URL-embedded basic authentication credentials in logs (#158) 0.7.6 (May...
At least the Ubuntu 24.04 server ISO hangs for 5 minutes when booting with a Xen-provided floppy drive. The primary purpose of floppy_files is to provide the autoinstall config files,...
Bumps [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) from 2.20.1 to 2.21.0. Release notes Sourced from github.com/hashicorp/hcl/v2's releases. v2.21.0 Enhancements Introduce ParseTraversalPartial, which allows traversals that include the splat ([*]) index operator. (#673) ext/dynblock: Now accepts...
Bumps [github.com/hashicorp/packer-plugin-sdk](https://github.com/hashicorp/packer-plugin-sdk) from 0.3.0 to 0.5.4. Release notes Sourced from github.com/hashicorp/packer-plugin-sdk's releases. v0.5.4 Upgrade notes Upgrading to this release may fail until you've applied one of the fixes documented in...
I have a `boot_command` that spans a guest reboot. Basically it is performing an installation, restarting the machine, awaiting it to come back up and continuing after it initialized its...
With `ssh_key_path` key based authentication can be enabled. This fails, when the private key is passphrase protected. Please add a `ssh_key_passphrase` option to enable decrypting the private key.
Sometimes things take time, repeating 10s waits in boot_command is tiresome. Other packer plugins support ``, with the following semantics: ``` - Add an arbitrary pause before sending any additional...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.24.0 to 0.27.0. Commits c9da6b9 all: fix printf(var) mistakes detected by latest printf checker b35ab4f go.mod: update golang.org/x dependencies bcb0f91 internal/poly1305: Port sum_amd64.s to Avo 7eace71 chacha20poly1305:...
Bumps [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) from 2.20.1 to 2.22.0. Release notes Sourced from github.com/hashicorp/hcl/v2's releases. v2.22.0 Enhancements feat: return an ExprSyntaxError for invalid references that end in a dot (#692) v2.21.0 Enhancements Introduce...