v2.0.0
What's new?
- PR #274 [FeatureRequest: Issue #268] Major upgrade to Terraform SDK 2.0
- PR #267 [BugFix: Issue #265] Add deterministic order for resources and data sources rendered with the
OpenAPI Terraform Documentation Renderer
- PR #266 [BugFix: Issue #264] Fixes swaggercodegen example openapi document where the 'openapi_cdn_v1_firewalls_v1' sub-resource was not being registered properly
Changelog
893a1ac Fix build release due to dirty state and bug in logging output output
19a0c8f Merge pull request #274 from dikhan/feature/bump-to-terraform-sdk-2.0
2f1f61a Bump Terraform SDK to latest version v2.4.3
b79fb95 go mod vendor examples (goa and swaggercodegen)
003cd05 Add better support for timeout and diagnostics using context aware crud functions for data sources
613b19a Create Version 2.0.0 of the 'github.com/dikhan/terraform-provider-openapi' Module
515adc9 ignore hidden terraform files
8d48e58 Update docs to reflect new changes
6568526 Add support for Debuggable Provider Binaries
f91525d fix bug where installation paths containing the openapi keyword would make the plugin fail upon startup
899dacb Add missing test coverage
d0eee95 go mod dep updates
a55bb64 Make telemetry tests more predictable
8f4a943 use go 1.14.x in travis ci
604f676 Use ValidateDiagFunc instead of ValidateFunc which is deprecated
9284e66 go mod dep updates
4c50370 Add support for Field-Level Descriptions
71182f8 Add better support for timeout and diagnostics using context aware crud functions
76b1685 More Robust Validation of helper/schema.TypeMap Elems
4877440 Create release notes and start documenting changes introduced
1378874 add more specific info about terraform version
5e1c40b fix typo
9e3c1ea Create Version 1 of the 'github.com/dikhan/terraform-provider-openapi' Module
e147383 Create Version 1 of the Module
d37a709 remove no longer needed deps and upgraded go to 1.14
c5cf1b6 fix unit tests
3f1f448 Make ProviderFunc return func() *schema.Provider as per migration guidelines
7bdf374 Update int test to use ProviderFactories instead of Providers as per deprecation notice
bd6d541 Use sdk 2.0.3 so int tests use the source code plugin and not the binary
c0e95dd Remove dependency on github.com/hashicorp/terraform-plugin-sdk/helper/hashcode
e2bdefe Pump Terraform SDK version to 2.0.0
5d335a8 Merge pull request #267 from dikhan/feature/resource-deterministic-order
2409874 Re-render the example html for the doc generator
7fd1c9e Merge branch 'master' into feature/resource-deterministic-order
ab92cf7 update docs with info about ordering
db0e6c4 add deterministic ordering
5b14e52 Merge pull request #266 from dikhan/bugfix/example-swaggercodegen-openapi-doc
a43d259 fix issue where the instance path was hardcoded
d9efaa5 fix unit test after the template update
7ab0864 re-render example provider docu after fixing the swaggercodegen swagger.yaml
b5424fe fix swaggercodegen openapi doc defining sub-resource