Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Latest commit

 

History

History
179 lines (100 loc) · 8.46 KB

File metadata and controls

179 lines (100 loc) · 8.46 KB

1.9.0 (Unreleased)

1.8.1 (December 6, 2024)

🚀 New Features

  • Deprecated - Added a new DeprecatedResource Struct in base schema. (GH-80)

1.8.0 (August 20, 2024)

🚨 Breaking Changes

  • golang - Upgrade to Golang 1.21. (GH-77)

:dependabot: Dependencies

  • deps: bumps actions/download-artifact from 4.1.1 to 4.1.8 (GH-76)
  • deps: bumps dependabot/fetch-metadata from 1.6.0 to 2.2.0 (GH-74)
  • deps: bumps github.com/FrangipaneTeam/terraform-plugin-framework-supertypes from 0.3.0 to 0.4.0 (GH-75)
  • deps: bumps ncipollo/release-action from 1.13.0 to 1.14.0 (GH-70)

1.7.0 (January 17, 2024)

🚀 New Features

  • AttributeOf - Add new attributes Set/List/MapAttributeOf[T] to dynamically get/set attributes of a given type. (GH-66)

:dependabot: Dependencies

  • deps: bumps actions/download-artifact from 3.0.2 to 4.1.1 (GH-67)
  • deps: bumps actions/setup-go from 4 to 5 (GH-62)
  • deps: bumps actions/upload-artifact from 3 to 4 (GH-64)
  • deps: bumps github.com/FrangipaneTeam/terraform-plugin-framework-supertypes from v0.2.0 to v0.3.0 (GH-66)
  • deps: bumps github.com/hashicorp/terraform-plugin-framework from 1.4.2 to 1.5.0 (GH-65)
  • deps: bumps github.com/hashicorp/terraform-plugin-framework from v1.4.2 to v1.5.0 (GH-66)

1.6.1 (November 6, 2023)

🐛 Bug Fixes

  • SingleNestedAttributeOf - Fix custom type for Single Nested Attribute of (GH-60)

1.6.0 (October 31, 2023)

🚀 New Features

  • Attributs - Add SuperListNestedAttributeOf, SuperSetNestedAttributeOf, SuperMapNestedAttributeOf and SuperSingleNestedAttributeOf to create nested attributes with generic struct. (GH-59)

:dependabot: Dependencies

  • deps: bumps github.com/FrangipaneTeam/terraform-plugin-framework-supertypes from v0.1.0 to v0.2.0 (GH-59)
  • deps: bumps github.com/hashicorp/terraform-plugin-framework from 1.4.1 to 1.4.2 (GH-58)

1.5.5 (October 12, 2023)

:dependabot: Dependencies

  • deps: bumps github.com/hashicorp/terraform-plugin-framework from 1.4.0 to 1.4.1 (GH-56)
  • deps: bumps stefanzweifel/git-auto-commit-action from 4 to 5 (GH-55)

1.5.4 (October 2, 2023)

:dependabot: Dependencies

  • deps: bumps actions/checkout from 3 to 4 (GH-49)
  • deps: bumps github.com/hashicorp/terraform-plugin-framework from 1.3.5 to 1.4.0 (GH-50)
  • deps: bumps ncipollo/release-action from 1.12.0 to 1.13.0 (GH-48)

1.5.3 (August 22, 2023)

:dependabot: Dependencies

  • deps: bumps github.com/FrangipaneTeam/terraform-plugin-framework-supertypes from v0.0.5 to v0.1.0 (GH-46)

1.5.2 (August 22, 2023)

🚀 New Features

  • validator/NoneOf - Add support for formatting NoneOf validation description. (GH-45)

🐛 Bug Fixes

  • validator/OneOf - Fix description after upgrade dependency hashicorp/terraform-plugin-framework-validators to v0.11.0. (GH-45)

:dependabot: Dependencies

  • deps: bumps github.com/hashicorp/terraform-plugin-framework from 1.3.3 to 1.3.4 (GH-42)
  • deps: bumps github.com/hashicorp/terraform-plugin-framework from 1.3.4 to 1.3.5 (GH-44)

1.5.1 (August 3, 2023)

1.5.0 (August 3, 2023)

🚀 New Features

  • Deprecated - Add deprecated option in attribute. Now the documentation will be generated for deprecated attributes. (GH-40)

:dependabot: Dependencies

  • deps: bumps github.com/hashicorp/terraform-plugin-framework from 1.3.2 to 1.3.3 (GH-39)

1.4.1 (July 20, 2023)

🐛 Bug Fixes

  • DataSource - Fix DataSource generation for Superattributes. (GH-38)

1.4.0 (July 19, 2023)

🚀 New Features

  • SuperTypes - Add new attributes Super (GH-37)

:dependabot: Dependencies

  • deps: bumps github.com/iancoleman/strcase from 0.2.0 to 0.3.0 (GH-34)

1.3.3 (July 8, 2023)

:dependabot: Dependencies

  • deps: bumps dependabot/fetch-metadata from 1.5.1 to 1.6.0 (GH-31)
  • deps: bumps github.com/hashicorp/terraform-plugin-framework-timeouts from 0.4.0 to 0.4.1 (GH-33)

1.3.2 (June 26, 2023)

:dependabot: Dependencies

  • deps: bumps github.com/hashicorp/terraform-plugin-framework-timeouts from 0.3.1 to 0.4.0 (GH-25)

1.3.1 (2023-06-19)

Miscellaneous

  • deps: bump github.com/hashicorp/terraform-plugin-framework (#23) (7662330)

1.3.0 (2023-04-05)

Features

1.2.0 (2023-04-01)

Features

  • template: add code formatting on generated files (#17) (3f43c9a)

Miscellaneous

1.1.1 (2023-03-31)

Bug Fixes

1.1.0 (2023-03-31)

Features

Bug Fixes

1.0.1 (2023-03-30)

Bug Fixes

  • missing dot on validators and pm markdown desc (#4) (edd7a37)

1.0.0 (2023-03-30)

Features