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-framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.12.0
Choose a base ref
...
head repository: hashicorp/terraform-plugin-framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.13.0
Choose a head ref
  • 6 commits
  • 220 files changed
  • 5 contributors

Commits on Oct 7, 2024

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

    Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    ffca03d 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 . (#1046)

    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
    bca1b06 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

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

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

Commits on Oct 30, 2024

  1. build(deps): Bump github.com/hashicorp/terraform-plugin-go (#1051)

    Bumps [github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go) from 0.24.0 to 0.25.0.
    - [Release notes](https://github.com/hashicorp/terraform-plugin-go/releases)
    - [Changelog](https://github.com/hashicorp/terraform-plugin-go/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/terraform-plugin-go@v0.24.0...v0.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-plugin-go
      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 Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a2137d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. ephemeral: Initial ephemeral resource type implementation (#1050)

    * initial ephemeral resource interfaces
    
    * add ephemeral resource configure data
    
    * attribute implementations
    
    * uncomment custom type tests
    
    * added block implementations
    
    * add nested attribute implementations
    
    * add schema test
    
    * remove todo
    
    * doc updates, renames, removals
    
    * initial protov5 + fwserver implementation (protov6 stubbed)
    
    * add fromproto5 tests
    
    * add toproto5 tests
    
    * add proto5server tests
    
    * implement protov6
    
    * schema + metadata tests
    
    * add close proto5/6 tests
    
    * add fwserver tests for schema/metadata
    
    * prevent random false positives
    
    * validate fwserver tests
    
    * open/renew/close fwserver tests
    
    * update error message
    
    * update plugin go
    
    * remove `config` from renew
    
    * remove state from renew/close, add deferred action support
    
    * update doc comments
    
    * add experimental note
    
    * add changelogs
    
    * initial website documentation
    
    * build(deps): Bump github.com/hashicorp/terraform-plugin-go (#1051)
    
    Bumps [github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go) from 0.24.0 to 0.25.0.
    - [Release notes](https://github.com/hashicorp/terraform-plugin-go/releases)
    - [Changelog](https://github.com/hashicorp/terraform-plugin-go/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/terraform-plugin-go@v0.24.0...v0.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-plugin-go
      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>
    
    * Update website/docs/plugin/framework/ephemeral-resources/renew.mdx
    
    Co-authored-by: Selena Goods <selena.goods@hashicorp.com>
    
    * Update website/docs/plugin/framework/ephemeral-resources/validate-configuration.mdx
    
    Co-authored-by: Selena Goods <selena.goods@hashicorp.com>
    
    * adjust package docs
    
    ---------
    austinvalle authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    ae74f93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    497e13a View commit details
    Browse the repository at this point in the history
Loading