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 following a repository transfer from HashiCorp to VMware organization. The plugin source is changed from github.com/hashicorp/vmware to github.com/vmware/vsphere across example configurations and documentation files.
Changes:
- Updated plugin source references in example build configurations
- Updated plugin source references in documentation files
- Updated
packer plugins installcommand examples to use the new source path
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| example/vmx/build.pkr.hcl | Updated plugin source reference in VMX example build configuration |
| example/iso/build.pkr.hcl | Updated plugin source reference in ISO example build configuration |
| docs/README.md | Updated plugin source reference and installation command in documentation |
| .web-docs/README.md | Updated plugin source reference and installation command in web documentation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
This functionality has been released in v2.0.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.0.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.