Skip to content

Releases: FrangipaneTeam/terraform-plugin-framework-planmodifiers

v1.3.4

12 Oct 07:33
v1.3.4
Compare
Choose a tag to compare

:dependabot: Dependencies

  • deps: bumps actions/checkout from 3 to 4 (GH-47)
  • deps: bumps actions/checkout from 4.0.0 to 4.1.0 (GH-50)
  • deps: bumps github.com/hashicorp/terraform-plugin-framework from 1.3.5 to 1.4.0 (GH-48)
  • deps: bumps github.com/hashicorp/terraform-plugin-framework from 1.4.0 to 1.4.1 (GH-51)
  • deps: bumps github.com/hashicorp/terraform-plugin-go from 0.18.0 to 0.19.0 (GH-49)

v1.3.3

30 Aug 06:45
v1.3.3
Compare
Choose a tag to compare

:dependabot: Dependencies

  • deps: bumps actions/setup-go from 4.0.1 to 4.1.0 (GH-43)
  • deps: bumps github.com/hashicorp/terraform-plugin-framework from 1.3.2 to 1.3.3 (GH-41)
  • deps: bumps github.com/hashicorp/terraform-plugin-framework from 1.3.3 to 1.3.5 (GH-46)
  • deps: bumps golangci/golangci-lint-action from 3.6.0 to 3.7.0 (GH-44)
  • deps: bumps ncipollo/release-action from 1.12.0 to 1.13.0 (GH-45)

v1.3.2

06 Jul 17:32
Compare
Choose a tag to compare

:dependabot: Dependencies

  • deps: bumps actions/setup-go from 3.5.0 to 4.0.1 (GH-40)
  • deps: bumps dependabot/fetch-metadata from 1.5.1 to 1.6.0 (GH-39)
  • deps: bumps github.com/hashicorp/terraform-plugin-framework from 1.3.1 to 1.3.2 (GH-35)
  • deps: bumps github.com/hashicorp/terraform-plugin-go from 0.16.0 to 0.18.0 (GH-36)
  • deps: bumps golangci/golangci-lint-action from 3.4.0 to 3.6.0 (GH-38)

v1.3.1

27 Jun 07:37
Compare
Choose a tag to compare

:dependabot: Dependencies

  • deps: bump github.com/hashicorp/terraform-plugin-framework from 1.2.0 to 1.3.0 (GH-30)
  • deps: bump github.com/hashicorp/terraform-plugin-framework from 1.3.0 to 1.3.1 (GH-32)
  • deps: bump github.com/hashicorp/terraform-plugin-go from 0.15.0 to 0.16.0 (GH-31)

v1.3.0

19 Jun 11:18
3772890
Compare
Choose a tag to compare

1.3.0 (2023-06-19)

Features

  • add RequireReplaceIfBool for string/int64/bool plan modifiers (ae9c09d)
  • add ToLower string changer (f51594c)
  • add ToUpper string changer (d31513b)
  • add string/bool/int plan modifiers and docs (7f2a62b)

Bug Fixes

Documentation

  • merge doc to one projet (5913ccc)

Miscellaneous

  • CODE_OF_CONDUCT (505baa5)
  • deps: bump github.com/hashicorp/terraform-plugin-framework (380e499)
  • deps: bump github.com/hashicorp/terraform-plugin-framework (#30) (4fd4c18)
  • deps: bump github.com/hashicorp/terraform-plugin-go (f9cee65)
  • docs: add favicon && branding orange (495273d)
  • LICENCE (f5612de)
  • main: release 1.0.0 (4d7eddc)
  • main: release 1.1.0 (689b5b7)
  • main: release 1.1.1 (75a2f39)
  • main: release 1.2.0 (2add91b)
  • main: release 1.2.1 (47942af)
  • main: release 1.2.2 (f994468)
  • main: release 1.2.3 (e6547db)
  • update README (7408d42)

v1.2.2

29 Mar 19:29
Compare
Choose a tag to compare

1.2.2 (2023-03-29)

Documentation

  • merge doc to one projet (5913ccc)

Miscellaneous

  • deps: bump github.com/hashicorp/terraform-plugin-framework (380e499)
  • deps: bump github.com/hashicorp/terraform-plugin-go (f9cee65)
  • docs: add favicon && branding orange (495273d)

v1.2.1

20 Mar 13:54
Compare
Choose a tag to compare

1.2.1 (2023-03-20)

Bug Fixes

v1.2.0

10 Mar 08:50
Compare
Choose a tag to compare

1.2.0 (2023-03-10)

Features

  • add ToLower string changer (f51594c)
  • add ToUpper string changer (d31513b)

Bug Fixes

Miscellaneous

v1.1.1

09 Mar 16:15
Compare
Choose a tag to compare

1.1.1 (2023-03-09)

Bug Fixes

v1.1.0

09 Mar 16:02
Compare
Choose a tag to compare

1.1.0 (2023-03-09)

Features

  • add RequireReplaceIfBool for string/int64/bool plan modifiers (ae9c09d)