-
Notifications
You must be signed in to change notification settings - Fork 119
Add:cooldown period(15 days) #111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
wbatchayon
wants to merge
290
commits into
xenserver:master
Choose a base branch
from
vatesfr:wb-packer
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Upgrade to packer sdk
Replace conn master host > instance host
Add documentation for the `network_names` configuration option
…for ip step uses it
Bumps [github.com/zclconf/go-cty](https://github.com/zclconf/go-cty) from 1.10.0 to 1.14.4. - [Release notes](https://github.com/zclconf/go-cty/releases) - [Changelog](https://github.com/zclconf/go-cty/blob/main/CHANGELOG.md) - [Commits](zclconf/go-cty@v1.10.0...v1.14.4) --- updated-dependencies: - dependency-name: github.com/zclconf/go-cty dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0. - [Commits](golang/net@v0.21.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
… release Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
…via-linker-on-releases Fix plugin installation on 1.11.0 and later by fixing release version detection
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
…g/x/net-0.23.0 Bump golang.org/x/net from 0.21.0 to 0.23.0
[FEATURE] Disable exclusive VNC connection when packer in debug mode
…m/zclconf/go-cty-1.14.4 Bump github.com/zclconf/go-cty from 1.10.0 to 1.14.4
…lang.org/protobuf-1.33.0 Bump google.golang.org/protobuf from 1.30.0 to 1.33.0
Bumps [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) from 2.12.0 to 2.20.1. - [Release notes](https://github.com/hashicorp/hcl/releases) - [Changelog](https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md) - [Commits](hashicorp/hcl@v2.12.0...v2.20.1) --- updated-dependencies: - dependency-name: github.com/hashicorp/hcl/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…m/hashicorp/hcl/v2-2.20.1 Bump github.com/hashicorp/hcl/v2 from 2.12.0 to 2.20.1
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.24.0. - [Commits](golang/crypto@v0.21.0...v0.24.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…g/x/crypto-0.24.0 Bump golang.org/x/crypto from 0.21.0 to 0.24.0
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
…issue Fix issues related to packer-plugin-sdk#187
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, and cloud-init is happy to find those files on an inserted CD instead. Add the ability for packer-plugin-xenserver to create such a CD.
- Uses new cd_files functionality to pass in autoinstall user-data, as Ubuntu 24.04 blocks for 5 minutes on first boot if a floppy is used - Installs xen-guest-agent from APT as older xe-guest-utilities didn't seem to work on Ubuntu 24.04 - Waits for cloud-init to complete after first reboot before this plugin shuts down the VM to create the template
Update-url
… combinaition, like `<leftCtrlOn>x<leftCtrlOff>`, add support for more special keys, fixes #171
Improve boot command parser
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I just added a cooldown: wait 15 days between dependency update PRs to reduce noise.
Please check and approve if everything looks good so I can merge it.