Skip to content

Releases: hashicorp/sentinel-sdk

v0.5.1

21 May 21:29
f513080
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

13 Mar 03:26
52cc6a7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.5.0

v0.4.2

19 Oct 02:46
e1cd900
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

18 Oct 21:40
fb07d9a
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump google.golang.org/grpc from 1.50.0 to 1.53.0 by @dependabot in #65
  • build(deps): bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0 by @dependabot in #67
  • build(deps): bump golang.org/x/net from 0.5.0 to 0.17.0 by @dependabot in #68
  • Bump go to 1.21 and bump deps by @cam-stitt in #69

Full Changelog: v0.4.0...v0.4.1

v0.4.0

06 Dec 21:39
d157aae
Compare
Choose a tag to compare

What's Changed

  • [COMPLIANCE] Update MPL 2.0 LICENSE by @hashicorp-copywrite in #54
  • Rename all references of import to be plugin by @cam-stitt in #55

Full Changelog: v0.3.13...v0.4.0

v0.4.0-alpha.1

25 Oct 05:37
76d8d4f
Compare
Choose a tag to compare
v0.4.0-alpha.1 Pre-release
Pre-release

What's Changed

  • Switch to GitHub Actions by @cam-stitt in #53
  • [COMPLIANCE] Update MPL 2.0 LICENSE by @hashicorp-copywrite in #54
  • Rename all references of import to be plugin by @cam-stitt in #55

New Contributors

  • @hashicorp-copywrite made their first contribution in #54

Full Changelog: v0.3.13...v0.4.0-alpha.1

v0.3.13

01 Mar 01:33
4ad6534
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.12...v0.3.13

v0.3.12: Merge pull request #50 from hashicorp/cs/empty-map-value

10 May 21:39
a7b05ff
Compare
Choose a tag to compare

This release fixes an issue where empty maps where being converted to map[interface{}]interface{}, which therefore was failing to marshal for the json import. From this release, empty maps will be converted to map[string]interface{} to provide safety for such imports.

v0.3.7

07 Nov 19:12
b5b5b94
Compare
Choose a tag to compare

This small release adds regular expression support to TestImportCase.Error, which allows Error strings to contain a regular expression to be compiled and matched against the error output. If the Error string is delimited by slashes, it's used as a regular expression. Otherwise, the normal behavior (substring to be contained in the error output) is preserved.