Releases: Unleash/terraform-provider-unleash
Releases · Unleash/terraform-provider-unleash
v3.1.0
v3.0.1
What's Changed
- chore(deps): update actions/checkout action to v4.3.0 by @renovate[bot] in #246
- chore(deps): update actions/checkout action to v5 by @renovate[bot] in #247
- fix(deps): update module github.com/stretchr/testify to v1.11.1 by @renovate[bot] in #251
- chore(deps): update goreleaser/goreleaser-action action to v6.4.0 by @renovate[bot] in #249
- fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.23.0 by @renovate[bot] in #204
- chore(deps): update actions/setup-go action to v6 by @renovate[bot] in #256
- fix(docs): default configuration of send email should be false by @gastonfournier in #262
Full Changelog: v3.0.0...v3.0.1
v3.0.0
docs: add missing examples (#245)
v2.0.4
fix: context management (#242) * fix: context management * style: linting * Update internal/provider/user_resource_test.go Co-authored-by: Copilot <[email protected]> * Update internal/provider/user_resource_test.go Co-authored-by: Gastón Fournier <[email protected]> * Update internal/provider/user_resource_test.go Co-authored-by: Gastón Fournier <[email protected]> * fix: linting --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: Gastón Fournier <[email protected]>
v2.0.3
fix: adapt user resource to expected terraform behavior (#244)
v2.0.2
chore: remove example so it's less relevant (#241)
v2.0.1
docs: add deprecation message (#240)
v2.0.0
This release adapts the configuration to only allow configuring tokens using the valid configuration setup.
With Unleash v7 it's no longer supporting project field in tokens. You should use projects instead.
The configuration now doesn't support project field anymore and that's the main reason for the major release.
v1.4.1
What's Changed
- chore(docs) forced update of documentation, no source code changes
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- feat: project mode by @sighphyre in #215
- feat: add context field management by @sighphyre in #216
- feat: environment api by @sighphyre in #218
- feat: implement data source and resource for project environments by @sighphyre in #219
- docs: update docs for environments and project environments by @sighphyre in #220
Full Changelog: v1.3.0...v1.4.0