Releases: Flagsmith/terraform-provider-flagsmith
v0.9.0
What's Changed
FEATURES:
- Add resource
flagsmith_project
- Add resource
flagsmith_environment
- Add data resource
flagsmith_organisation
Full Changelog: v0.8.2...v0.9.0
v0.8.2
v0.8.1
What's Changed
- Build(deps): Bump github.com/hashicorp/terraform-plugin-framework from 1.8.0 to 1.9.0 by @dependabot in #149
- Build(deps): Bump github.com/hashicorp/terraform-plugin-framework from 1.9.0 to 1.11.0 by @dependabot in #154
- Build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.33.0 to 2.34.0 by @dependabot in #146
- fix(segment): fix create feature specific segment by @gagantrivedi in #156
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.31.0 to 2.32.0 by @dependabot in #128
- Build(deps): Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #132
- Build(deps): bump terraform modules by @gagantrivedi in #137
- Build(deps): Bump github.com/hashicorp/terraform-plugin-framework from 1.7.0 to 1.8.0 by @dependabot in #139
- Build(deps): Bump github.com/hashicorp/terraform-plugin-docs from 0.19.0 to 0.19.1 by @dependabot in #140
- Build(deps): Bump github.com/Flagsmith/flagsmith-go-api-client from 0.8.0 to 0.9.0 by @dependabot in #141
- Build(deps): Bump github.com/hashicorp/terraform-plugin-docs from 0.19.1 to 0.19.2 by @dependabot in #142
- Build(deps): Bump github.com/hashicorp/terraform-plugin-go from 0.22.2 to 0.23.0 by @dependabot in #143
- 144: Accept empty string values in feature state resources by @noah-troncoso in #145
New Contributors
- @noah-troncoso made their first contribution in #145
Full Changelog: v0.7.0...v0.8.0
v0.7.0
v0.6.0
What's Changed
- Build(deps): Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #85
- Build(deps): Bump goreleaser/goreleaser-action from 3 to 4 by @dependabot in #53
- Build(deps): Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #86
- Build(deps): Bump github.com/hashicorp/terraform-plugin-docs from 0.14.1 to 0.15.0 by @dependabot in #88
- Build(deps): Bump github.com/hashicorp/terraform-plugin-go from 0.15.0 to 0.16.0 by @dependabot in #91
- Build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.26.1 to 2.27.0 by @dependabot in #93
- Build(deps): Bump github.com/hashicorp/terraform-plugin-go from 0.16.0 to 0.17.0 by @dependabot in #92
- Build(deps): Bump github.com/hashicorp/terraform-plugin-go from 0.17.0 to 0.18.0 by @dependabot in #95
- Build(deps): Bump github.com/hashicorp/terraform-plugin-docs from 0.15.0 to 0.16.0 by @dependabot in #96
- Build(deps): Bump github.com/hashicorp/terraform-plugin-framework from 1.2.0 to 1.3.2 by @dependabot in #94
- Build(deps): Bump github.com/hashicorp/terraform-plugin-framework from 1.3.2 to 1.3.3 by @dependabot in #97
- Build(deps): Bump github.com/hashicorp/terraform-plugin-framework from 1.3.3 to 1.3.4 by @dependabot in #100
- Build(deps): Bump github.com/hashicorp/terraform-plugin-framework-validators from 0.10.0 to 0.11.0 by @dependabot in #99
- Build(deps): Bump github.com/hashicorp/terraform-plugin-framework from 1.3.4 to 1.3.5 by @dependabot in #101
- Build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.27.0 to 2.28.0 by @dependabot in #102
- Build(deps): Bump github.com/hashicorp/terraform-plugin-framework-validators from 0.11.0 to 0.12.0 by @dependabot in #103
- Build(deps): Bump actions/checkout from 3 to 4 by @dependabot in #104
- feat: Update Go version from 1.19 to 1.20 by @gagantrivedi in #111
- Build(deps): Bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in #110
- Build(deps): Bump crazy-max/ghaction-import-gpg from 5 to 6 by @dependabot in #108
- fix(fs/value): Add validator for feature state string value by @gagantrivedi in #112
Full Changelog: v0.5.1...v0.6.0
v0.5.1
v0.5.0
0.5.0
BUG_FIXES
ENHANCEMENTS:
-
resource(feature): Make
type
optional and useSTANDARD
as default value -
resource(feature): Add default value(false) for
default_enabled
-
resource(feature): Add RequiresReplace plan modifier to
project_uuid
field -
resource(feature_state): Add RequiresReplace plan modifier to
environment_key
field -
resource(feature_state): Add RequiresReplace plan modifier to
feature_id
field -
resource(multivariate_options): Add RequiresReplace plan modifier to
feature_uuid
-
resource(segment): Add RequiresReplace plan modifier to
project_uuid
field -
Update Go module to GO 1.19
-
Update Terraform-plugin-framework
-
Update testify
-
Update terraform plugin sdk
-
Update terraform-plugin-go
-
Update terraform-plugin-docs
Full Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4.0
Release 0.4.0 (#57) ENHANCEMENTS: Update terraform-plugin-framework BUG_FIXES fix resource flagsmith_feature_state is not working #56 BREAKING CHANGES: resource(feature_state): make feature_state_value required resource(feature_state): make feature_state_value.type required