Update cloudstack-go to v2.19.1 - #316
Open
sudo87 wants to merge 1 commit into
Open
Conversation
Bumps the SDK dependency from v2.18.1 to v2.19.1, picking up ACS 4.22 API support plus several response-parsing and param-serialization fixes (list-response JSON tags, UUID param panics, datadisksdetails, LB stickiness policy params). Verified: go build, go vet, go test, and golangci-lint all pass with no new issues versus main.
sudo87
requested review from
Pearl1594,
abh1sar and
sureshanaparti
and
a lite review from Copilot
August 13, 2026 07:44
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates the provider’s CloudStack SDK dependency to github.com/apache/cloudstack-go/v2 v2.19.1, keeping the Terraform provider aligned with the latest upstream SDK release.
Changes:
- Bump
github.com/apache/cloudstack-go/v2fromv2.18.1tov2.19.1ingo.mod. - Update
go.sumentries to match the new SDK version and checksums.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates the required CloudStack SDK module version to v2.19.1. |
| go.sum | Refreshes module checksums for the updated CloudStack SDK version. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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
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.
Bumps the SDK dependency from v2.18.1 to v2.19.1
Verified: go build, go vet, go test, and golangci-lint all pass with no new issues versus main.