Releases: cysp/terraform-provider-contentful
Releases · cysp/terraform-provider-contentful
v0.0.8
What's Changed
- chore(deps): bump transitive dependencies by @cysp in #41
- chore(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.9.0 to 1.10.0 by @dependabot in #43
- fix(provider/content_type): check for errors creating request body by @cysp in #45
- fix(provider/app_installation): use correct resource name in logs by @cysp in #46
- chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.10.0 to 1.11.0 by @dependabot in #40
- ref(provider): reorganise generated code into provider package by @cysp in #47
- feat(provider): mark provider access token as a sensitive value by @cysp in #48
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- ref(contentful-management-go): reorganise util code by @cysp in #36
- ref(provider): consistently return diags from response decoding functions by @cysp in #35
- feat(contentful-management-go): allow content type descriptions to be nullable in responses by @cysp in #38
- feat(contentful-management-go): allow content type display fields to be nullable in responses by @cysp in #39
Full Changelog: v0.0.6...v0.0.7
v0.0.6
v0.0.5
What's Changed
- ref(provider): standardise model conversion implementations by @cysp in #27
- feat(provider): use retryablehttp client by @cysp in #28
- chore(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 by @dependabot in #31
- feat(provider): introduce content type resource by @cysp in #20
- ref(provider/editor_interface_resource): combine request error handling codepaths by @cysp in #30
- ref(provider/app_installation_resource): combine request error handling codepaths by @cysp in #29
- feat(contentful-management-go): decode arbitrary error details by @cysp in #32
- feat(provider/util/jx): escape string values by @cysp in #33
- ref(provider/util): support storing any json marshallable value in provider private data by @cysp in #11
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- feat(contentful-management-go): make error message optional by @cysp in #22
- feat(provider): introduce diagnostic logging of requests and responses by @cysp in #23
- feat(contentful-management-go): mark editor interface controls and sidebar nullable, remove defaults by @cysp in #24
- ref(contentful-management-go): tidy base sys hierarchy by @cysp in #25
- chore(deps): bump indirect dependencies by @cysp in #26
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- chore(codecov): ignore all generate files by @cysp in #17
- test(provider/app_installation_model): test body creation with invalid parameters by @cysp in #15
- test(provider/app_installation_resource): test importing nonexistent app installation by @cysp in #14
- chore(codecov): ignore main.go by @cysp in #18
- chore(provider/app_installation_resource): delete commented-out test assertion by @cysp in #19
- feat(provider): introduce editor_interface resource by @cysp in #7
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.9.0 to 1.10.0 by @dependabot in #9
- chore(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.8.0 to 1.9.0 by @dependabot in #10
- feat(provider/util): introduce utility for storing integers in private resource data by @cysp in #8
- chore(deps): bump actions/setup-go from 5.0.1 to 5.0.2 by @dependabot in #12
- fix(provider/app_installation): implement stable encoding of parameters object by @cysp in #13
New Contributors
- @dependabot made their first contribution in #9
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- feat: introduce contentful provider by @cysp in #1
- chore(test): collect coverage from all packages by @cysp in #4
- feat(contentful-management-go): introduce client for contentful management api by @cysp in #3
- feat(provider): introduce app_installation resource by @cysp in #5
- chore(github/workflows): configure release workflow by @cysp in #6
New Contributors
Full Changelog: https://github.com/cysp/terraform-provider-contentful/commits/v0.0.1