Skip to content

Releases: Resourcely-Inc/terraform-provider-resourcely

v1.1.0

02 Dec 18:51
fdaa965
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • Remove excluded_blueprint_series from the resourcely_context_question resources by @drbild in #125

Docs and Deps

  • docs: fix capitalization of the provider name by @drbild in #123
  • build(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.20.0 to 0.20.1 by @dependabot in #124

Full Changelog: v1.0.0...v1.1.0

v1.0.0

26 Nov 22:13
6642434
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.13...v1.0.0

v0.0.13

21 Nov 22:30
409b4bb
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump actions/checkout from 4.1.7 to 4.2.2 by @dependabot in #106
  • build(deps): bump actions/setup-go from 5.0.2 to 5.1.0 by @dependabot in #107
  • build(deps): bump github.com/hashicorp/terraform-plugin-framework-jsontypes from 0.1.0 to 0.2.0 by @dependabot in #103
  • build(deps): bump github.com/hashicorp/terraform-plugin-go from 0.23.0 to 0.24.0 by @dependabot in #108
  • build(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.11.0 to 1.12.0 by @dependabot in #109
  • build(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.13.0 to 0.14.0 by @dependabot in #110
  • build(deps): bump github.com/hashicorp/terraform-plugin-go from 0.24.0 to 0.25.0 by @dependabot in #112
  • context_question_*_test: use random labels to avoid unique constraint errors by @drbild in #120
  • provider: default the host to https://api.resourcely.io by @drbild in #119
  • blueprints: add support for is_published property by @drbild in #118
  • guardrails: support template-backed guardrails by @drbild in #121
  • build(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.19.4 to 0.20.0 by @dependabot in #116
  • build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.34.0 to 2.35.0 by @dependabot in #113
  • build(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.14.0 to 0.15.0 by @dependabot in #114
  • build(deps): bump crazy-max/ghaction-import-gpg from 6.1.0 to 6.2.0 by @dependabot in #111
  • build(deps): bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 by @dependabot in #117

Full Changelog: v0.0.12...v0.0.13

v0.0.12

21 Aug 20:45
0b9607b
Compare
Choose a tag to compare

What's Changed

  • internal/provider blueprint,guardrail: Add new provider support by @gautamr95 in #100
  • build(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.10.0 to 1.11.0 by @dependabot in #99
  • Add support for global values by @drbild in #101
  • build(deps): bump hashicorp/setup-terraform from 3.1.1 to 3.1.2 by @dependabot in #102

Full Changelog: v0.0.11...v0.0.12

v0.0.11

07 Aug 18:53
Compare
Choose a tag to compare

What's Changed

  • internal/client guardrails: Indicate guardrail is terraform managed by @gautamr95 in #98

Full Changelog: v0.0.10...v0.0.11

v0.0.10

02 Aug 16:41
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump actions/checkout from 4.1.1 to 4.1.7 by @dependabot in #91
  • build(deps): bump actions/setup-go from 5.0.0 to 5.0.1 by @dependabot in #75
  • build(deps): bump hashicorp/setup-terraform from 3.1.0 to 3.1.1 by @dependabot in #78
  • build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.33.0 to 2.34.0 by @dependabot in #82
  • build(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 by @dependabot in #84
  • build(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.8.0 to 1.9.0 by @dependabot in #85
  • build(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.19.1 to 0.19.4 by @dependabot in #86
  • build(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.9.0 to 1.10.0 by @dependabot in #92
  • build(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.12.0 to 0.13.0 by @dependabot in #93
  • build(deps): bump actions/setup-go from 5.0.1 to 5.0.2 by @dependabot in #94
  • internal/provider blueprint_resource: Alphabetize and add missing enums by @gautamr95 in #97
  • Gautam/add guardrail by @gautamr95 in #96

Full Changelog: v0.0.9...v0.0.10

v0.0.9

11 Jun 23:08
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.6.1 to 1.8.0 by @dependabot in #68
  • build(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.18.0 to 0.19.1 by @dependabot in #71
  • build(deps): bump hashicorp/setup-terraform from 3.0.0 to 3.1.0 by @dependabot in #72
  • build(deps): bump github.com/hashicorp/terraform-plugin-go from 0.22.2 to 0.23.0 by @dependabot in #77
  • internal/provider blueprint_resource: Add okta by @gautamr95 in #88
  • build(deps): bump goreleaser/goreleaser-action from 5.0.0 to 6.0.0 by @dependabot in #87
  • Gautam/fix goreleaser by @gautamr95 in #90

Full Changelog: v0.0.8...v0.0.9

v0.0.8

26 Mar 19:13
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.0 to 5.2.1 by @dependabot in #60
  • build(deps): bump github.com/hashicorp/terraform-plugin-go from 0.21.0 to 0.22.0 by @dependabot in #56
  • ci: add Terraform 1.7 to test matrix by @drbild in #62
  • build(deps): bump github.com/hashicorp/terraform-plugin-go from 0.22.0 to 0.22.1 by @dependabot in #63
  • internal/provider/blueprint_resource: Add new providers by @gautamr95 in #66

Full Changelog: v0.0.7...v0.0.8

v0.0.7

29 Feb 23:01
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump crazy-max/ghaction-import-gpg from 6.0.0 to 6.1.0 by @dependabot in #50
  • build(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.4.2 to 1.5.0 by @dependabot in #51
  • build(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.16.0 to 0.17.0 by @dependabot in #52
  • build(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.17.0 to 0.18.0 by @dependabot in #53
  • build(deps): bump github.com/hashicorp/terraform-plugin-go from 0.20.0 to 0.21.0 by @dependabot in #54
  • build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.31.0 to 2.32.0 by @dependabot in #55
  • internal/provider blueprint_resource: Add snowflake to enums by @gautamr95 in #58

Full Changelog: v0.0.6...v0.0.7

v0.0.6

03 Jan 00:58
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/golang-jwt/jwt/v5 from 5.1.0 to 5.2.0 by @dependabot in #45
  • build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.29.0 to 2.30.0 by @dependabot in #39
  • build(deps): bump actions/setup-go from 4.1.0 to 5.0.0 by @dependabot in #46
  • build(deps): bump github.com/hashicorp/terraform-plugin-go from 0.19.1 to 0.20.0 by @dependabot in #47
  • build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.30.0 to 2.31.0 by @dependabot in #48
  • internal/provider blueprint_resource: Add gitlab to valid enums by @gautamr95 in #49

Full Changelog: v0.0.5...v0.0.6