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-docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.20.0
Choose a base ref
...
head repository: hashicorp/terraform-plugin-docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.20.1
Choose a head ref
  • 4 commits
  • 11 files changed
  • 5 contributors

Commits on Nov 11, 2024

  1. Bump golang.org/x/text from 0.19.0 to 0.20.0 (#418)

    Bumps [golang.org/x/text](https://github.com/golang/text) from 0.19.0 to 0.20.0.
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.19.0...v0.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/text
      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 Nov 11, 2024
    Configuration menu
    Copy the full SHA
    2004e44 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Result of tsccr-helper -log-level=info gha update -latest .github/ (#420

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

Commits on Nov 26, 2024

  1. all: Fix various bugs related to resource type names that match the p…

    …rovider type name (i.e. no resource type suffix) (#421)
    
    * remove launch.json file
    
    * bug: skip static files that already exist rather than returning an error
    
    * validate: Fixed bug where valid resource type names with the same name as the provider were flagged as invalid
    
    * generate: Fixed bug where resource type with same name as provider overwrites all other documentation files
    
    * added changelogs
    
    * add note to readme
    austinvalle authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    11fcc79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac7d19a View commit details
    Browse the repository at this point in the history
Loading