Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate latest version of the Terraform SDK v2.7.1 #308

Closed
2 tasks done
dikhan opened this issue Sep 2, 2021 · 0 comments · Fixed by #309
Closed
2 tasks done

Integrate latest version of the Terraform SDK v2.7.1 #308

dikhan opened this issue Sep 2, 2021 · 0 comments · Fixed by #309

Comments

@dikhan
Copy link
Owner

dikhan commented Sep 2, 2021

Is your feature request related to a problem?

As an OpenAPI Terraform operator
I want to integrate the latest version of the Terraform released v2.7.1
So that the plugin stays up to date with Terraform SDK

Acceptance criteria

What's required to consider this feature request complete?

Example:

Scenario: Run tests after integrating Terraform SDK 2.7.1
Given the terraform-provider-openapi plugin using Terraform SDK 2.7.1
When the tests and integration tests run
Then all the tests should be successful confirming that no regresions have been introduced

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

Checklist (for admin only)

Don't forget to go through the checklist to make sure the issue is created properly:

  • I have added a corresponding label (feature request) to the issue (right side menu)
  • I have added this issue to the 'API Terraform Provider' GitHub project (right side menu)
@dikhan dikhan self-assigned this Sep 2, 2021
@dikhan dikhan added this to Backlog in API Terraform Provider (OpenAPI 2.0) via automation Sep 2, 2021
API Terraform Provider (OpenAPI 2.0) automation moved this from Backlog to Done Sep 3, 2021
dikhan added a commit that referenced this issue Sep 3, 2021
[TechDebt: Issue #308] Integrate Terraform SDK 2.7.1
bradthebuilder added a commit to bradthebuilder/terraform-provider-openapi that referenced this issue Sep 21, 2021
commit 536983e
Merge: d54067c 9bb8276
Author: Daniel I. Khan Ramiro <di.khan.r@gmail.com>
Date:   Fri Sep 3 09:09:56 2021 -0700

    Merge pull request dikhan#310 from dikhan/release-v2.2.0

    [NewRelease] v2.2.0

commit 9bb8276
Author: dikhan <di.khan.r@gmail.com>
Date:   Fri Sep 3 09:01:49 2021 -0700

    Release v2.2.0

commit d54067c
Merge: 382dda8 0f63ea1
Author: Daniel I. Khan Ramiro <di.khan.r@gmail.com>
Date:   Fri Sep 3 08:49:30 2021 -0700

    Merge pull request dikhan#309 from dikhan/integrate-terraform-sdk-v2.7.1

    [TechDebt: Issue dikhan#308] Integrate Terraform SDK 2.7.1

commit 0f63ea1
Author: dikhan <di.khan.r@gmail.com>
Date:   Wed Sep 1 19:00:55 2021 -0700

    Integrate Terraform SDK 2.7.1

commit 382dda8
Merge: f4718a1 e945e54
Author: Daniel I. Khan Ramiro <di.khan.r@gmail.com>
Date:   Wed Jul 21 22:22:33 2021 -0700

    Merge pull request dikhan#306 from bradthebuilder/master

    [FeatureRequest: Issue dikhan#305] Support colon characters in field names

commit e945e54
Merge: 2067311 f4718a1
Author: Daniel I. Khan Ramiro <di.khan.r@gmail.com>
Date:   Mon Jul 19 16:06:53 2021 -0700

    Merge branch 'master' into master

commit f4718a1
Merge: 6d8b909 21f5806
Author: Daniel I. Khan Ramiro <di.khan.r@gmail.com>
Date:   Thu Jul 15 11:19:40 2021 -0700

    Merge pull request dikhan#307 from dikhan/release-v2.1.0

    [NewRelease] v2.1.0

commit 21f5806
Author: dikhan <di.khan.r@gmail.com>
Date:   Thu Jul 15 11:11:23 2021 -0700

    Releasing v2.1.0

commit 6d8b909
Merge: 5a7c1e3 ec9d88c
Author: Daniel I. Khan Ramiro <di.khan.r@gmail.com>
Date:   Thu Jul 15 07:59:05 2021 -0700

    Merge pull request dikhan#295 from dikhan/feature/support-for-post-input-model-without-id-2

    [FeatureRequest: Issue dikhan#100] Add support for POST with request schema only containing inputs (required/optional) and response only containing outputs (computed properties)

commit ec9d88c
Author: dikhan <di.khan.r@gmail.com>
Date:   Wed Jul 14 11:29:41 2021 -0700

    go mod dep updates

commit 237d338
Author: dikhan <di.khan.r@gmail.com>
Date:   Wed Jul 14 11:29:33 2021 -0700

    Fix monitor int tests assertions that before were actually resolving to an actual domain

    - The monitor int tests rely on the error output to confirm the API call was made
    against the right reginal endpoint

commit f0f7cf4
Author: Daniel Isaac Khan Ramiro <di.khan.r@gmail.com>
Date:   Mon Jul 12 21:54:55 2021 -0700

    Add more test coverage

commit c4f84e5
Author: Daniel Isaac Khan Ramiro <di.khan.r@gmail.com>
Date:   Mon Jul 12 21:45:59 2021 -0700

    Remove erorr return from isResourceInstanceEndPoint signature

    - The function was never returning any error and therefore consumers of the method
    would check for an error for no reason.

commit a39b4c1
Author: Daniel Isaac Khan Ramiro <di.khan.r@gmail.com>
Date:   Mon Jun 14 21:30:13 2021 -0700

    Add more test coverage for validateRootPath method

commit 9252e2f
Author: Daniel Isaac Khan Ramiro <di.khan.r@gmail.com>
Date:   Wed Feb 10 19:19:33 2021 -0800

    Add support for POST with request schema only containing inputs and
    response model containing computed properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

1 participant