-
Notifications
You must be signed in to change notification settings - Fork 455
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
fix: Local iso upload in content library item #1665
Conversation
Hi @juanvalino, Thanks for the contribution. The GHA tests are failing for the following: gofmt needs running on the following files:
8
./vsphere/internal/helper/contentlibrary/content_library_helper.go
9
You can use the command: `make fmt` to reformat code.
10
make: *** [GNUmakefile:46: fmtcheck] Error 1
11
Error: Process completed with exit code 2. Could you please run Ryan Johnson |
@tenthirtyam I fixed the code format and now the tests seem to pass. |
vsphere/internal/helper/contentlibrary/content_library_helper.go
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed that this fix addresses the issue and works quite nicely. Tested with multiple ISOs being uploaded at the same time w/o any issue.
LGTM! 🚀
@tenthirtyam, do you have any estimation for this merge? |
Hi @juanvalino, I've tagged the pull request for the v2.2.0 milestone and provider my review as a project collaborator. It still needs a review from the project maintainer ( @appilon ) before it can be merged. Ryan Johnson |
Thanks, Alex! Ryan Johnson |
This functionality has been released in v2.2.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. 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
This fixes local iso uploading in content library item.
Acceptance tests
Release Note
Release note for CHANGELOG:
References
Resolves #1664