Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hashicorp/terraform-plugin-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.24.0
Choose a base ref
...
head repository: hashicorp/terraform-plugin-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.25.0
Choose a head ref
  • 9 commits
  • 52 files changed
  • 6 contributors

Commits on Sep 24, 2024

  1. build(deps): Bump google.golang.org/grpc from 1.66.2 to 1.67.0 (#434)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.66.2 to 1.67.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.66.2...v1.67.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>
    dependabot[bot] authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e814129 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. build(deps): Bump google.golang.org/grpc from 1.67.0 to 1.67.1 (#435)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.67.0 to 1.67.1.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.67.0...v1.67.1)
    
    ---
    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>
    dependabot[bot] authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e20c6d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Result of tsccr-helper -log-level=info gha update -latest . (#436)

    Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    47d2cbf View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Result of tsccr-helper -log-level=info gha update -latest . (#438)

    Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
    hashicorp-tsccr[bot] and hashicorp-tsccr[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9ad05a3 View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 (#437

    )
    
    * build(deps): Bump google.golang.org/protobuf from 1.34.2 to 1.35.1
    
    Bumps google.golang.org/protobuf from 1.34.2 to 1.35.1.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * regenerate bindings + upgrade protoc to 27.3
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Austin Valle <austinvalle@gmail.com>
    dependabot[bot] and austinvalle authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    4bb130f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. build(deps): Bump github.com/hashicorp/go-plugin from 1.6.1 to 1.6.2 (#…

    …440)
    
    Bumps [github.com/hashicorp/go-plugin](https://github.com/hashicorp/go-plugin) from 1.6.1 to 1.6.2.
    - [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.6.1...v1.6.2)
    
    ---
    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>
    dependabot[bot] authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ed475eb View commit details
    Browse the repository at this point in the history
  2. Result of tsccr-helper -log-level=info gha update -latest . (#439)

    Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
    Co-authored-by: Austin Valle <austinvalle@gmail.com>
    3 people authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    8e75df6 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. tfprotov5+tfprotov6: Initial ephemeral resource type implementation (#…

    …441)
    
    * Upgrade Go to `v1.22`
    
    * Add support for ephemeral resources in protocol version 6
    
    * Add support for ephemeral resources in protocol version 5
    
    * Add ephemeral resources field to `GetMetadata_Response()`
    
    * Remove `State` field from `RenewEphemeralResource` RPC response and rename `PriorState` request fields to `State`.
    
    * switch interfaces to be optional
    
    * removed `config` from renew request
    
    * update protocol to match core + added logging
    
    * Update protocol bindings
    
    * Add changelog entries
    
    * Fix comment wording based off of PR feedback
    
    ---------
    
    Co-authored-by: Austin Valle <austinvalle@gmail.com>
    SBGoods and austinvalle authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    879185f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    3cebe39 View commit details
    Browse the repository at this point in the history
Loading