Skip to content

Releases: vmware/terraform-provider-vra

v0.10.0

07 Oct 15:45
9c13da8
Compare
Choose a tag to compare

Release v0.10.0 (10/07/2024)

vRealize Automation versions

Requires vRealize Automation 8.10.1 or greater.

Deprecations

  • Provider's configuration property VRA7_INSECURE is being deprecated; use instead the VRA_INSECURE property;
  • Provider's configuration property VRA7_REAUTHORIZE_TIMEOUT is being deprecated; use instead the VRA_REAUTHORIZE_TIMEOUT property;

Changelog

  • 851d9b2 Fix golangci-lint version at release action
  • 0750141 Upgrade golangci-lint to v1.60.3 and fix linter issues
  • 970bf3c Upgrade dependencies and golang to 1.23
  • 7fa4596 chore(ci): add codeql analysis
  • ec454d3 chore(deps): update go.mongodb.org/mongo-driver
  • ae6865e chore: deprecate VRA7_ environmental variables
  • 48b4910 Remove vra7 provider reference
  • 16e5c0d Remove temporary .terraform-registry file
  • 4c052e8 chore: add temporary .terraform-registry file (#523)
  • 97d7641 Add temporary .terraform-registry file

v0.9.0

30 May 20:25
12c5f98
Compare
Choose a tag to compare

Release v0.9.0 (05/30/2024)

vRealize Automation versions

Requires vRealize Automation 8.10.1 or greater.

Deprecations

  • Datasource vra_catalog_item_entitlement is being deprecated; use instead the vra_content_sharing_policy datasource;
  • Datasource vra_catalog_source_entitlement is being deprecated; use instead the the vra_content_sharing_policy datasource;
  • Resource vra_catalog_item_entitlement is being deprecated; use instead the vra_content_sharing_policy resource;
  • Resource vra_catalog_source_entitlement is being deprecated; use instead thevra_content_sharing_policy resource;

Changelog

  • 6bd100b Fix update for vSphere/VMC/NSX-T/NSX-V cloud accounts
  • d1d52b5 Update catalog_item examples
  • 545c72e Fix linter errors
  • ac130ef Add vra_content_sharing_policy data source and resource
  • 322de14 Add missing fields

v0.8.8

24 Apr 00:20
b46cd39
Compare
Choose a tag to compare

Release v0.8.8 (04/23/2024)

vRealize Automation versions

Requires vRealize Automation 8.10.1 or greater.

Changelog

  • acac7ae Upgrade golang.org/x/net to v0.24.0

v0.8.7

19 Mar 20:40
7dab487
Compare
Choose a tag to compare

Release v0.8.7 (03/19/2024)

vRealize Automation versions

Requires vRealize Automation 8.10.1 or greater.

Changelog

  • 4976131 Upgrade google.golang.org/protobuf to v1.33.0

v0.8.6

21 Dec 17:39
afc822e
Compare
Choose a tag to compare

Release v0.8.6 (12/21/2023)

vRealize Automation versions

Requires vRealize Automation 8.10.1 or greater.

Changelog

  • 5d2e62e Fix updating network ip ranges

v0.8.5

19 Dec 20:22
acf74cf
Compare
Choose a tag to compare

Release v0.8.5 (12/19/2023)

vRealize Automation versions

Requires vRealize Automation 8.10.1 or greater.

Changelog

  • 3116050 Upgrade golang.org/x/crypto to v0.17.0

v0.8.4

30 Oct 17:48
8595d4a
Compare
Choose a tag to compare

Release v0.8.4 (10/30/2023)

vRealize Automation versions

Requires vRealize Automation 8.10.1 or greater.

Changelog

  • b333685 Upgrade google.golang.org/grpc mod

v0.8.3

17 Oct 01:16
cddcbad
Compare
Choose a tag to compare

Release v0.8.3 (10/16/2023)

vRealize Automation versions

Requires vRealize Automation 8.10.1 or greater.

Changelog

v0.8.2

05 Oct 23:03
Compare
Choose a tag to compare

Release v0.8.2 (10/05/2023)

This release does not contain any change, it has just been signed with a new gpg key to fix an issue with Terraform v1.6.0 (see hashicorp/terraform#33984).

v0.8.1

20 Sep 21:05
7476d3e
Compare
Choose a tag to compare

Release v0.8.1 (09/20/2023)

vRealize Automation versions

Requires vRealize Automation 8.10.1 or greater.

Changelog

  • 773b9f6 Fix the fabric_network_ids parameter at vra__network_ip_range resource