Hi all, +1 (binding)
Did some validation and tests using the shared SHA with a 4.22 KVM env, all looks good to me, ⇒ ./validate-rc-artifact.sh https://dist.apache.org/repos/dist/dev/cloudstack/terraform-provider-0.7.0-rc3/ ==> RC directory: https://dist.apache.org/repos/dist/dev/cloudstack/terraform-provider-0.7.0-rc3/ ==> KEYS file: https://downloads.apache.org/cloudstack/KEYS --> Fetching directory listing... Found 1 artifact(s): - apache-cloudstack-terraform-provider-0.7.0-rc3-src.tar.bz2 --> Importing KEYS from https://downloads.apache.org/cloudstack/KEYS... ==================================================== Artifact: apache-cloudstack-terraform-provider-0.7.0-rc3-src.tar.bz2 ==================================================== --> Downloading artifact... --> Downloading signature (.asc)... --> Downloading checksum... --> Verifying GPG signature... --> Verifying checksum... ----- Summary: apache-cloudstack-terraform-provider-0.7.0-rc3-src.tar.bz2 ----- download_artifact PASS download_signature PASS download_checksum PASS sha512 gpg_signature PASS gpg: Good signature from "Suresh Kumar Anaparti (Suresh) <[email protected]>" [unknown] checksum PASS sha512 matches RESULT: PASS ... ===================== Summary ===================== 01-provider-init PASS (init=PASS validate=PASS apply=PASS drift=PASS destroy=PASS) 02-service-offering-fixed PASS (init=PASS validate=PASS apply=PASS drift=PASS destroy=PASS) 03-service-offering-constrained PASS (init=PASS validate=PASS apply=PASS drift=PASS destroy=PASS) 04-service-offering-unconstrained PASS (init=PASS validate=PASS apply=PASS drift=PASS destroy=PASS) 05-disk-offering-fixed PASS (init=PASS validate=PASS apply=PASS drift=PASS destroy=PASS) 06-disk-offering-customized PASS (init=PASS validate=PASS apply=PASS drift=PASS destroy=PASS) 07-network PASS (init=PASS validate=PASS apply=PASS drift=PASS destroy=PASS) 08-vpc PASS (init=PASS validate=PASS apply=PASS drift=PASS destroy=PASS) 09-instance PASS (init=PASS validate=PASS apply=PASS drift=PASS destroy=PASS) 10-firewall-port-forward PASS (init=PASS validate=PASS apply=PASS drift=PASS destroy=PASS) 11-security-group PASS (init=PASS validate=PASS apply=PASS drift=PASS destroy=PASS) 12-ssh-keypair PASS (init=PASS validate=PASS apply=PASS drift=PASS destroy=PASS) 13-volume-attach PASS (init=PASS validate=PASS apply=PASS drift=PASS destroy=PASS) 14-static-nat PASS (init=PASS validate=PASS apply=PASS drift=PASS destroy=PASS) 15-snapshot-policy PASS (init=PASS validate=PASS apply=PASS drift=PASS destroy=PASS) 16-template-datasource PASS (init=PASS validate=PASS apply=PASS drift=PASS destroy=PASS) 17-kubernetes-cluster PASS (init=PASS validate=PASS apply=PASS drift=PASS destroy=PASS) 18-role PASS (init=PASS validate=PASS apply=PASS drift=PASS destroy=PASS) 19-role-permission PASS (init=PASS validate=PASS apply=PASS drift=PASS update=PASS update_drift=PASS destroy=PASS) 20-vpc-offering PASS (init=PASS validate=PASS apply=PASS drift=PASS destroy=PASS) 21-network-offering PASS (init=PASS validate=PASS apply=PASS drift=PASS update=PASS update_drift=PASS destroy=PASS) ===================================================== --> Deleting disposable account (167a0aa4-937a-413a-9551-b2ac3830ef47) - cascades all VMs/volumes/networks/VPCs/security-groups/keypairs/IPs it owns... --> Sweeping leftover global objects named 'tf-rc-test-*'... --> Cleanup done. RESULT: PASS Regards, Abhishek On Tue, 15 Sept 2026 at 18:45, Suresh Kumar Anaparti < [email protected]> wrote: > Hi All, > > I've created a CloudStack Terraform Provider release candidate (RC3) for > version 0.7.0, with the following artifacts up for testing and a vote: > > Git Branch and Commit SHA: > https://github.com/cloudstack/terraform-provider-cloudstack > Commit: 7a9e48bccf03f4e78881560203c5d09c6baabf9d > > Source release (checksums and signatures are available at the same > location): > > https://dist.apache.org/repos/dist/dev/cloudstack/terraform-provider-0.7.0-rc3/ > > PGP release keys (signed using D6E0581ECF8A2FBE3FF6B3C9D7CEAE3A9E71D0AA): > https://dist.apache.org/repos/dist/release/cloudstack/KEYS > > The vote will be open for 72 hours. > > For sanity in tallying the vote, can PMC members please be sure to indicate > "(binding)" with their vote? > > [ ] +1 approve > [ ] +0 no opinion > [ ] -1 disapprove (and reason why) > > For testing/voting purposes, you can use this release candidate (RC3) > provider: > > terraform { > required_providers { > cloudstack = { > source = "cloudstack/cloudstack" > version = "0.7.0-rc3" > } > } > } > > > Regards, > Suresh > -- Abhishek Kumar
