Skip to content

Releases: hashicorp/terraform-provider-time

v0.12.1

11 Sep 15:43
Compare
Choose a tag to compare

NOTES:

  • all: This release introduces no functional changes. It does however include dependency updates which address upstream CVEs. (#351)

v0.12.0

17 Jul 18:54
Compare
Choose a tag to compare

ENHANCEMENTS:

  • resource/time_static: If the rfc3339 value is set in config and known at plan-time, all other attributes will also be known during plan. (#255)

v0.11.2

28 May 14:25
Compare
Choose a tag to compare

NOTES:

  • This release introduces no functional changes. It does however include dependency updates which address upstream CVEs. (#327)

v0.11.1

11 Mar 19:20
Compare
Choose a tag to compare

NOTES:

  • No functional changes from v0.11.0. Minor documentation fixes. (#299)

v0.11.0

11 Mar 13:14
Compare
Choose a tag to compare

FEATURES:

  • functions/rfc3339_parse: Added a new rfc3339_parse function that parses an RFC3339 timestamp string and returns an object representation. (#280)

v0.10.0

06 Dec 15:09
Compare
Choose a tag to compare

BUG FIXES:

  • resource/time_offset: Fix bug preventing multiple offset arguments from being set (#189)

v0.9.2

28 Nov 12:44
Compare
Choose a tag to compare

NOTES:

  • This release introduces no functional changes. It does however include dependency updates which address upstream CVEs. (#263)

v0.9.1

02 Nov 15:21
ea868b7
Compare
Choose a tag to compare

BUG FIXES:

  • resource/time_rotating: Correctly retrieve the Terraform state during update (#132)

v0.9.0

11 Oct 18:26
ea34431
Compare
Choose a tag to compare

NOTES:

v0.8.0

10 Aug 15:16
470b25a
Compare
Choose a tag to compare

BUG FIXES:

  • documentation: Changed wording from "Conflicts with other offset_/rotation_ arguments." to "At least one of the offset_/rotation_ arguments must be configured." to correctly reflect the use of AtLeastOneOf (#105)

NOTES:

  • provider: Upgrade Go version to 1.18 (#114)
  • provider: Enable golangci-lint (#105)