Releases: LiveOakLabs/terraform-provider-readme
Releases · LiveOakLabs/terraform-provider-readme
v0.5.4
Bug Fixes
- specs: handle deletion when reading version @joshbeard (#156)
v0.5.3
Bug Fixes
- fix: delete missing docs @joshbeard (#155)
v0.5.2
Changes
- docs: minor touchups @joshbeard (#154)
v0.5.0
Features
- fix: deleting nested docs @joshbeard (#153)
- A new
config
parameter is added to the provider's configuration that contains a singledestroy_child_docs
attribute now that can toggle the behavior of the provider when deleting a doc with children. Previously, the provider would simply fail. With this change, a user can enable the provider to delete nested docs as they're encountered or fail with more helpful output. This fix was to address certain edge cases with managing docs for an API reference that had implicit child docs. - Deleting a doc that doesn't exist (slug not found) will now remove the resource from state and emit a warning. Previously, the provider would throw an error and the only recourse was to manually remove the resource from state.
- Update the behavior of
use_slug
- previously, the provider would mark the resource for re-creation ifuse_slug
as modified. This wasn't necessary and could lead to unintended side-effects. The provider will now remove the resource from state if the doc is not found remotely and emit a warning.
- A new
Changes
- API Specifications: refactors for clarity; doc improvements @joshbeard (#152)
- Update readme-api-client: pagination @joshbeard (#151)
- build(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.10.0 to 1.11.0 @dependabot (#149)
v0.4.0
Changelog
- c3fbf10 Remove deprecated params from goreleaser config
- f094162 Merge pull request #146 from LiveOakLabs/dependabot/go_modules/golang.org/x/vuln-1.1.3
- cccfa11 Merge pull request #144 from LiveOakLabs/dependabot/github_actions/actions/setup-go-5.0.2
- b6b5114 Update CHANGELOG
- 28ce06a build(deps): bump golang.org/x/vuln from 1.1.2 to 1.1.3
- df31285 Merge pull request #148 from LiveOakLabs/update-client
- e8547e5 Dependency Updates
- 427baba Merge pull request #147 from joshbeard/doc-slug-fixes
- 6fe6088 Doc fixes; API specs data source versions fix
- d15c9f9 Merge pull request #143 from LiveOakLabs/dependabot/go_modules/github.com/liveoaklabs/readme-api-go-client-0.2.3
- 21a9fd4 build(deps): bump actions/setup-go from 5.0.1 to 5.0.2
- 05f9e6e build(deps): bump github.com/liveoaklabs/readme-api-go-client
- 09c7296 Merge pull request #141 from LiveOakLabs/dependabot/go_modules/github.com/hashicorp/terraform-plugin-docs-0.19.4
- dbc7fbb Merge pull request #139 from LiveOakLabs/dependabot/github_actions/goreleaser/goreleaser-action-6.0.0
- 774df85 build(deps): bump github.com/hashicorp/terraform-plugin-docs
- 967fe6a Merge pull request #142 from LiveOakLabs/dependabot/go_modules/golang.org/x/vuln-1.1.2
- 1faa7e5 Merge pull request #140 from LiveOakLabs/dependabot/go_modules/github.com/hashicorp/terraform-plugin-framework-1.9.0
- b7d251d Add 'version' key to .goreleaser config
- 6238328 build(deps): bump golang.org/x/vuln from 1.0.4 to 1.1.2
- 5c30a6f build(deps): bump github.com/hashicorp/terraform-plugin-framework
- d9c9c9c Merge pull request #136 from LiveOakLabs/dependabot/go_modules/github.com/hashicorp/terraform-plugin-sdk/v2-2.34.0
- 0ae51e0 Merge pull request #135 from LiveOakLabs/dependabot/github_actions/securego/gosec-2.20.0
- fceed6d Merge pull request #133 from LiveOakLabs/dependabot/go_modules/github.com/hashicorp/terraform-plugin-go-0.23.0
- e759a94 Merge pull request #131 from LiveOakLabs/dependabot/github_actions/actions/setup-go-5.0.1
- 2b3f717 build(deps): bump goreleaser/goreleaser-action from 5.0.0 to 6.0.0
- 76b5cd8 build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2
- e42b8af build(deps): bump securego/gosec from 2.19.0 to 2.20.0
- 186e2f8 build(deps): bump github.com/hashicorp/terraform-plugin-go
- 985277a build(deps): bump actions/setup-go from 5.0.0 to 5.0.1
- 8c88d24 Update CHANGELOG
v0.3.3
Bug Fixes
- Gracefully handle deleted docs and changelogs @joshbeard (#125)
Maintenance
- build(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.6.1 to 1.7.0 @dependabot (#124)
- Dependency updates @joshbeard (#123)
v0.3.2
Changes
- Bump API client; omit empty frontmatter @joshbeard (#116)
Bug Fixes
- fix: changelog title validation @joshbeard (#117)
v0.3.1
Bug Fixes
- fix: changelog 'type' is optional @joshbeard (#115)
Maintenance
- build(deps): bump securego/gosec from 2.18.2 to 2.19.0 @dependabot (#114)
- build(deps): bump golang.org/x/vuln from 1.0.3 to 1.0.4 @dependabot (#113)
- build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.31.0 to 2.32.0 @dependabot (#112)
- build(deps): bump github.com/segmentio/golines from 0.11.0 to 0.12.2 @dependabot (#110)
- build(deps): bump release-drafter/release-drafter from 5 to 6 @dependabot (#111)
- build(deps): bump mvdan.cc/gofumpt from 0.5.0 to 0.6.0 @dependabot (#108)
- build(deps): bump github.com/hashicorp/terraform-plugin-go from 0.20.0 to 0.21.0 @dependabot (#107)
- build(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.16.0 to 0.18.0 @dependabot (#106)
- build(deps): bump golang.org/x/vuln from 1.0.1 to 1.0.3 @dependabot (#109)
- build(deps): bump github.com/liveoaklabs/readme-api-go-client from 0.1.3 to 0.2.0 @dependabot (#102)
v0.3.0
🚀 Features
- feat: changelog resource and data source @joshbeard (#100)
🐛 Bug Fixes
- fix: doc attribute inconsistencies @joshbeard (#101)
Maintenance
- build(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.4.2 to 1.5.0 @dependabot (#99)
- build(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 @dependabot (#98)
- build(deps): bump github.com/go-git/go-git/v5 from 5.10.1 to 5.11.0 @dependabot (#96)
- build(deps): bump crazy-max/ghaction-import-gpg from 6.0.0 to 6.1.0 @dependabot (#97)
- build(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 @dependabot (#95)
- build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.30.0 to 2.31.0 @dependabot (#94)
- build(deps): bump github.com/hashicorp/terraform-plugin-go from 0.19.1 to 0.20.0 @dependabot (#93)
- build(deps): bump github/codeql-action from 2 to 3 @dependabot (#92)
- build(deps): bump actions/setup-go from 4.1.0 to 5.0.0 @dependabot (#91)
v0.2.1
Bug Fixes
- fix: api spec response error @joshbeard (#90)