Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Releases: vmware/terraform-provider-vra7

v3.0.5

18 May 19:10
Compare
Choose a tag to compare

Release v3.0.5 (05/18/2022)

Changelog

  • 65cf5da Upgrade golangci-lint to v1.46.2
  • 78eeb92 Upgrade golangci-lint to v1.41.1
  • 362cc1b Upgrade golangci-lint to v1.41
  • 4eacfbe Bump hashicorp go-getter module version

v3.0.4

24 Jan 18:00
fd9f3f0
Compare
Choose a tag to compare

Release v3.0.4 (01/24/2022)

Changelog

v3.0.3

08 Oct 23:15
ed28e28
Compare
Choose a tag to compare

Release v3.0.3 (10/08/2021)

Changelog

5a41fad Update changelog for version 3.0.3
8b2990f Remove travis configuration file
26fdd43 Upgrade golang version to 1.16
076f090 Add Go test Github Action
7ea222e Allow to specify name of the destroyAction (#117)

v3.0.2

22 Mar 18:52
96ab398
Compare
Choose a tag to compare

Release 3.0.2 (2021-03-22T18:27:52Z)

Changelog

eb9538a Added Encoding For Query Params From Server URL (#96)
3172354 Fix unit tests (#112)

v3.0.1

03 Feb 18:40
3c04902
Compare
Choose a tag to compare

Release 3.0.1 (2021-02-02T05:08:04Z)

Changelog

3c04902 Update change log for release v3.0.1 (#107)
e1b3067 [Issue-103]Unneccesary lookup of BusinessGroupId via Identity API (#105)

v3.0.0

23 Nov 23:54
8d98593
Compare
Choose a tag to compare

From this release onwards, we will only support users on vRA 7.5 and above.
vRA 7.4 users should stay on the previous release v2.0.1 for the provider to work.

Bug fixes:
Scale out/in not working due to drift in Terraform state file #95)

lease_end field shows incorrect value and no change in lease_days always shows a change in plan #101)

v2.0.1

13 Oct 06:22
c0eb58e
Compare
Choose a tag to compare

Release 2.0.1 (2020-10-13T06:11:53Z)

c0eb58e [issue-90]description and reason are not being set (#93)

v2.0.0

11 Sep 06:36
84ec257
Compare
Choose a tag to compare

Release 2.0.0 (2020-09-11T05:45:46Z)

Changelog

BUG FIXES:

  • Drift in state file #85)

IMPROVEMENTS:

  • Modified the schema to update the state file with more organized information about the deployment resource #88)

v1.0.3

31 Aug 23:34
33aeb8c
Compare
Choose a tag to compare

1.0.3 (Aug 31, 2020)

BUG FIXES:

  • Provider 1.0.1 - Required to specify leasedays even if there's a default specified in the blueprint (#64)
  • Issue with Terraform PLAN (#74)
  • Output missing when relying on defaults for "resource_configuration" (#80)

v1.0.2

17 Aug 15:27
v1.0.2
bef8ffb
Compare
Choose a tag to compare

Release 1.0.2 (2020-08-17T15:17:28Z)

Changelog

bef8ffb Fix golangci-lint errors (#77)
3b2f6b6 Add new release mechanism via goreleaser and github actions (#76)
6062e16 Rename from terraform-providers to vmware due to repo move (#75)
1d81a0c Cleanup after v1.0.1 release