This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/go_modules/github.com/hashicorp/terraform-plugin-mux-0.16.0 in repository https://gitbox.apache.org/repos/asf/cloudstack-terraform-provider.git
discard 7108d08 chore(deps): bump github.com/hashicorp/terraform-plugin-mux add 5cc00a5 Update README.md add 849dd54 Bump github.com/apache/cloudstack-go/v2 from 2.13.2 to 2.16.1 (#119) add b16c94f chore: protect main branch with mandatory checks (#123) add 37ebe49 ci: runs acc test on every change (#127) add bf3bcec Update .asf.yaml (#128) add e6bcc74 feat: migrate to terraform plugin framework (#113) add 80199d4 chore(deps): bump github.com/hashicorp/terraform-plugin-mux This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (7108d08) \ N -- N -- N refs/heads/dependabot/go_modules/github.com/hashicorp/terraform-plugin-mux-0.16.0 (80199d4) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .asf.yaml | 9 +++ .github/workflows/acceptance.yml | 6 -- README.md | 48 ++++++++++++ cloudstack/provider.go | 4 +- cloudstack/provider_test.go | 82 +++++++++++++++------ cloudstack/provider_v6.go | 155 +++++++++++++++++++++++++++++++++++++++ cloudstack/resources.go | 23 ++++++ go.mod | 4 +- go.sum | 8 +- main.go | 32 +++++--- 10 files changed, 331 insertions(+), 40 deletions(-) create mode 100644 cloudstack/provider_v6.go