refactor: update builder id to vmware.vsphere#629
Conversation
Updated the builder identifier from `jetbrains.vsphere` to `vmware.vsphere` to align the identifier with the namespace. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
d14e774 to
07bdfc1
Compare
There was a problem hiding this comment.
Pull request overview
This PR refactors the builder identifier from jetbrains.vsphere to vmware.vsphere to align with the VMware namespace. This is a straightforward naming update that affects the artifact builder ID used by the vsphere-iso and vsphere-clone builders.
Changes:
- Updated the
BuilderIdconstant in the common artifact code fromjetbrains.vspheretovmware.vsphere - Updated documentation files to reflect the new builder identifier
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| builder/vsphere/common/artifact.go | Changed the BuilderId constant from jetbrains.vsphere to vmware.vsphere |
| docs/builders/vsphere-iso.mdx | Updated artifact BuilderId documentation to reflect the new identifier |
| docs/builders/vsphere-clone.mdx | Updated artifact BuilderId documentation to reflect the new identifier |
| .web-docs/components/builder/vsphere-iso/README.md | Updated artifact BuilderId documentation to reflect the new identifier |
| .web-docs/components/builder/vsphere-clone/README.md | Updated artifact BuilderId documentation to reflect the new identifier |
💡 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. |
Summary
Updated the builder identifier from
jetbrains.vspheretovmware.vsphereto align the identifier with the namespace.Type
fix: Bug Fixfeat: Feature or Enhancementdocs: Documentationrefactor: Refactoringchore: Build, Dependencies, Workflows, etc.other: Other (Please describe.)Breaking Changes?
Tests
Output:
Documentation
Issue References
Release Note
Additional Information