-
Notifications
You must be signed in to change notification settings - Fork 119
Revamp of the XenServer Packer plugin #110
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
RodyKossen
wants to merge
283
commits into
master
Choose a base branch
from
feature-rodyk-revamp
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
packer doesn't seem to support KeyboardInteractive ssh authentication anymore
with the new sdk version a new rpc server was introduced that seamlessly handles multiple builder types.
Upgrade to packer sdk
…g/x/crypto-0.19.0 Bump golang.org/x/crypto from 0.18.0 to 0.19.0
…d unblock gomod upgrades Signed-off-by: Dom Del Nano <[email protected]>
Upgrade go to 1.20 to reflect latest packer-plugins-sdk go version an…
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.19.0 to 0.21.0. - [Commits](golang/crypto@v0.19.0...v0.21.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…g/x/crypto-0.21.0 Bump golang.org/x/crypto from 0.19.0 to 0.21.0
Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
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] <[email protected]>
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] <[email protected]>
… release Signed-off-by: Dom Del Nano <[email protected]>
Signed-off-by: Dom Del Nano <[email protected]>
…via-linker-on-releases Fix plugin installation on 1.11.0 and later by fixing release version detection
Signed-off-by: Dom Del Nano <[email protected]>
Signed-off-by: Dom Del Nano <[email protected]>
…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] <[email protected]>
…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] <[email protected]>
…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 <[email protected]>
…issue Fix issues related to packer-plugin-sdk#187
- Added vGPU support - Added Clone support - Added support for ISO driver disk instead of Floppy - Added support for vTPM - Simplified vCPU configuration - Added CoresPerSocket configuration - Code cleanup
101a2b6 to
a4072cb
Compare
- Updated version initialization
…nd add logging for cleanup process.
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.
Uh oh!
There was an error while loading. Please reload this page.