Skip to content

Releases: Flagsmith/terraform-provider-flagsmith

v0.8.0

16 May 05:16
563431e
Compare
Choose a tag to compare

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

Full Changelog: v0.7.0...v0.8.0

v0.7.0

30 Jan 03:03
52bb9eb
Compare
Choose a tag to compare

0.7.0

FEATURES:

  • Add resource flagsmith_tag
  • Update resource flagsmith_feature to add support for tags

BUG FIXES
fix #67

v0.6.0

19 Sep 08:51
ff955e4
Compare
Choose a tag to compare

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

25 Apr 13:39
e84d9c1
Compare
Choose a tag to compare

0.5.1

BUG FIXES
fix #81

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

v0.5.0

17 Apr 09:56
1cf98fe
Compare
Choose a tag to compare

0.5.0

BUG_FIXES

ENHANCEMENTS:

  • resource(feature): Make type optional and use STANDARD 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

24 Feb 10:59
452257f
Compare
Choose a tag to compare

0.4.1

BUG_FIXES

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

v0.4.0

06 Feb 15:08
3985341
Compare
Choose a tag to compare
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

v0.3.0

08 Dec 11:34
09d7abb
Compare
Choose a tag to compare

0.3.0

BREAKING CHANGES:

  • resource: update import of flagsmith_feature_state from <enviroment_client_key>,<feature_name> to <enviroment_client_key>,<feature_state_uuid>
  • resource: replace feature_name field with feature_id on flagsmith_feature_state

FEATURES:

  • Add resource flagsmith_segment
  • Update resource flagsmith_feature_state to add support for segment override

ENHANCEMENTS:

  • Update testify
  • Update terraform-plugin-go
  • Update terraform-plugin-sdk/v2
  • Update terraform-plugin-framework

Full Changelog: v0.2.0...v0.3.0

v0.2.0

07 Nov 10:05
8011d86
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.2.0

v0.1.3

19 Aug 06:45
Compare
Choose a tag to compare
chore: bump tf plugin sdk