-
Notifications
You must be signed in to change notification settings - Fork 35
Comparing changes
Open a pull request
base repository: hashicorp/terraform-plugin-go
base: v0.18.0
head repository: hashicorp/terraform-plugin-go
compare: v0.19.0
- 12 commits
- 49 files changed
- 6 contributors
Commits on Jul 7, 2023
-
build(deps): Bump google.golang.org/grpc from 1.56.1 to 1.56.2 (#309)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.1 to 1.56.2. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.56.1...v1.56.2) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0627d1d - Browse repository at this point
Copy the full SHA 0627d1dView commit details
Commits on Jul 27, 2023
-
build(deps): Bump google.golang.org/grpc from 1.56.2 to 1.57.0 (#312)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.2 to 1.57.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.56.2...v1.57.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for db8cfe3 - Browse repository at this point
Copy the full SHA db8cfe3View commit details
Commits on Jul 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 81f0d49 - Browse repository at this point
Copy the full SHA 81f0d49View commit details
Commits on Aug 7, 2023
-
build(deps): Bump github.com/hashicorp/terraform-registry-address (#316)
Bumps [github.com/hashicorp/terraform-registry-address](https://github.com/hashicorp/terraform-registry-address) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/hashicorp/terraform-registry-address/releases) - [Commits](hashicorp/terraform-registry-address@v0.2.1...v0.2.2) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-registry-address dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e2f69ef - Browse repository at this point
Copy the full SHA e2f69efView commit details
Commits on Aug 14, 2023
-
Result of tsccr-helper -log-level=info -pin-all-workflows . (#317)
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0100c63 - Browse repository at this point
Copy the full SHA 0100c63View commit details
Commits on Aug 21, 2023
-
Result of tsccr-helper -log-level=info -pin-all-workflows . (#318)
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5abb365 - Browse repository at this point
Copy the full SHA 5abb365View commit details
Commits on Aug 31, 2023
-
build(deps): Bump github.com/hashicorp/go-plugin from 1.4.10 to 1.5.0 (…
…#319) Bumps [github.com/hashicorp/go-plugin](https://github.com/hashicorp/go-plugin) from 1.4.10 to 1.5.0. - [Release notes](https://github.com/hashicorp/go-plugin/releases) - [Changelog](https://github.com/hashicorp/go-plugin/blob/main/CHANGELOG.md) - [Commits](hashicorp/go-plugin@v1.4.10...v1.5.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 94c7a39 - Browse repository at this point
Copy the full SHA 94c7a39View commit details
Commits on Sep 6, 2023
-
tfprotov5+tfprotov6: Update to protocol versions 5.4/6.4 with GetMeta…
…data RPC and GetProviderSchemaOptional server capability (#311) Reference: #310 Protocol upgrades that impose new RPCs will either require: - The `tfprotov5.ProviderServer`/`tfprotov6.ProviderServer` interface to require a new method - Or, new "optional" interfaces be implemented (let's make up `ProviderServerWithGetMetadata` in this case) terraform-plugin-go is a low level abstraction which is designed to _directly implement_ the protocol rather than introduce its own abstractions. Most provider developers will directly interface with higher level Go modules, such as terraform-plugin-sdk and terraform-plugin-framework. Except for advanced provider development using this Go module directly, this type of low level "breaking" change will be hidden by also upgrading those Go modules at the same time: - hashicorp/terraform-plugin-sdk#1235 - hashicorp/terraform-plugin-framework#829 - hashicorp/terraform-plugin-mux#186 Therefore the change is implemented on the existing interface.
Configuration menu - View commit details
-
Copy full SHA for 24e6961 - Browse repository at this point
Copy the full SHA 24e6961View commit details -
Result of tsccr-helper -log-level=info -pin-all-workflows . (#320)
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com> Co-authored-by: Brian Flad <bflad417@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a48f2b2 - Browse repository at this point
Copy the full SHA a48f2b2View commit details -
build(deps): Bump github.com/hashicorp/go-plugin from 1.5.0 to 1.5.1 (#…
…323) Bumps [github.com/hashicorp/go-plugin](https://github.com/hashicorp/go-plugin) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/hashicorp/go-plugin/releases) - [Changelog](https://github.com/hashicorp/go-plugin/blob/main/CHANGELOG.md) - [Commits](hashicorp/go-plugin@v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1eb755a - Browse repository at this point
Copy the full SHA 1eb755aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a7e35b - Browse repository at this point
Copy the full SHA 6a7e35bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 255a89c - Browse repository at this point
Copy the full SHA 255a89cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.18.0...v0.19.0