Skip to content

Releases: mschuchard/terraform-provider-stdlib

v1.5.1

17 Nov 11:00
Compare
Choose a tag to compare

Changelog

  • c6e5607 preparing v1.5.1 release
  • 3347229 update docs and makefile
  • 0355f3d add tfproviderlint to ci
  • 0a52752 elide unused receiver names
  • 613b316 update deps and package refs
  • e124992 do not coerge id to integer
  • dcc6c07 coerce result of round function to integer
  • e0f68e7 fix switched examples, update gha configs, and official maps
  • f372efb update deps and add mod tidy to goreleaser
  • 151db2a add error tests for slice funcs
  • b834333 add error tests for map, number, and string funcs

v1.5.0

05 Oct 10:05
Compare
Choose a tag to compare

Changelog

  • bed5e66 preparing v1.5.0 release
  • 88e90c2 handle errors related to sqrt returning NaN
  • 9b41354 add doc and test for square root function
  • 7d8400f add prototype for square root function
  • 9e639f5 add round function support
  • 9c052dd update goreleaser and version usage in main
  • 0502e18 add prototype for round function
  • 5750ca2 update goversion and deps
  • 7d2fa04 add support for new mod function
  • 859115f adding proof of concept for mod function
  • b665fff add support for exp function and correct schema attrs
  • 704e6a1 add base e exponential function poc
  • 06c0035 add float64 id attribute
  • fbe39e6 do not coerce number type ID to string type ID
  • 0779ca8 add utility for number type data source id
  • 08fae85 misc cleanup

v1.4.1

14 Jul 14:40
Compare
Choose a tag to compare
preparing v1.4.1 release

v1.4.0

19 May 10:25
Compare
Choose a tag to compare
preparing v1.4.0 release

v1.3.0

06 Apr 10:16
Compare
Choose a tag to compare
updating docs for v1.3.0 release

v1.2.0

12 Jan 21:57
Compare
Choose a tag to compare
preparing v1.2.0 release

v1.1.1

25 Oct 21:35
Compare
Choose a tag to compare
preparing v1.1.1 release

v1.1.0

25 Sep 21:07
Compare
Choose a tag to compare
preparing v1.1.0 release

v1.0.0

22 Aug 13:38
Compare
Choose a tag to compare
update docs