Conversation
Post-transfer update of source refs. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
There was a problem hiding this comment.
Pull request overview
This PR updates Packer plugin source references to point to the new vSphere plugin location after a repository transfer.
Changes:
- Update
required_plugins.vsphere.sourcein vsphere-iso Alpine example togithub.com/vmware/vsphere. - Update
required_plugins.vsphere.sourcein vsphere-clone Alpine example togithub.com/vmware/vsphere. - Update documentation (CLI install examples and HCL snippets) to use the new
github.com/vmware/vspheresource.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
examples/builder/vsphere-iso/alpine/alpine.pkr.hcl |
Points the vsphere plugin source in the ISO-based Alpine example to github.com/vmware/vsphere. |
examples/builder/vsphere-clone/alpine/alpine.pkr.hcl |
Points the vsphere plugin source in the clone-based Alpine example to github.com/vmware/vsphere. |
docs/README.md |
Updates installation snippets and packer plugins install example to reference github.com/vmware/vsphere. |
.web-docs/README.md |
Mirrors the docs README updates for the web docs build, using the new plugin source and install command. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
This functionality has been released in v2.1.0 of the plugin. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
1 similar comment
|
This functionality has been released in v2.1.0 of the plugin. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
|
I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Post-transfer update of source refs.