Skip to content

Releases: poseidon/terraform-provider-cue

v0.4.1

27 May 04:32
v0.4.1
Compare
Choose a tag to compare

What's Changed

Contributions

  • Fix release process to use the old RSA key by @dghubble in #51

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

v0.4.0

26 May 19:33
v0.4.0
da3d466
Compare
Choose a tag to compare

What's Changed

  • Allow unifying content and path based CUE expressions (#48)

Contributions

  • Allow CUE content and paths to be evaluated together by @dghubble in #48
  • Add release notes generator config by @dghubble in #49
  • Fix indentation issue in README and docs by @dghubble in #50

Dependencies

  • Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.26.1 to 2.27.0 by @dependabot in #19
  • Bump cuelang.org/go from 0.5.0 to 0.6.0 by @dependabot in #20
  • Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.27.0 to 2.28.0 by @dependabot in #21
  • Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.28.0 to 2.29.0 by @dependabot in #22
  • Bump golang.org/x/net from 0.13.0 to 0.17.0 by @dependabot in #23
  • Bump google.golang.org/grpc from 1.57.0 to 1.57.1 by @dependabot in #24
  • Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.29.0 to 2.30.0 by @dependabot in #25
  • Bump cuelang.org/go from 0.6.0 to 0.7.0 by @dependabot in #26
  • Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.30.0 to 2.31.0 by @dependabot in #27
  • Bump golang.org/x/crypto from 0.16.0 to 0.17.0 by @dependabot in #28
  • Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in #29
  • Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.31.0 to 2.32.0 by @dependabot in #30
  • Bump cuelang.org/go from 0.7.0 to 0.7.1 by @dependabot in #31
  • Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #34
  • Bump cuelang.org/go from 0.7.1 to 0.8.0 by @dependabot in #35
  • Bump cuelang.org/go from 0.8.0 to 0.8.1 by @dependabot in #36
  • Bump provider cue from 0.2.0 to v0.3.0 by @dghubble-renovate in #38
  • Bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in #37
  • Bump cuelang.org/go from v0.8.1 to v0.8.2 by @dghubble-renovate in #45
  • Bump github.com/hashicorp/terraform-plugin-sdk/v2 from v2.33.0 to v2.34.0 by @dghubble-renovate in #47

New Contributors

  • @dghubble-renovate made their first contribution in #38

Full Changelog: v0.3.0...v0.4.0

v0.3.0

16 Apr 06:21
v0.3.0
Compare
Choose a tag to compare
  • Update CUE from v0.4.3 to v0.5.0

v0.2.0

10 Sep 23:19
v0.2.0
Compare
Choose a tag to compare
  • Add expression to cue_config (#3)
    • Evaluate an expression instead of an entire config
  • Add dir to cue_config to set the loader root directory (#4)
    • Pass a root directory for Cue's loader and import evaluation

v0.1.0

21 Aug 02:06
v0.1.0
Compare
Choose a tag to compare
  • Add cue_config data source to evaluate CUE contents
    • Evaluate inline CUE content
    • Evaluate CUE files specified via paths list
    • Support pretty_print option (default false)
    • Render CUE values as JSON