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-json
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14.0
Choose a base ref
...
head repository: hashicorp/terraform-json
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.16.0
Choose a head ref
  • 17 commits
  • 14 files changed
  • 8 contributors

Commits on Jun 28, 2022

  1. Bump github.com/hashicorp/go-version from 1.5.0 to 1.6.0 (#55)

    Bumps [github.com/hashicorp/go-version](https://github.com/hashicorp/go-version) from 1.5.0 to 1.6.0.
    - [Release notes](https://github.com/hashicorp/go-version/releases)
    - [Changelog](https://github.com/hashicorp/go-version/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/go-version@v1.5.0...v1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/go-version
      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 Jun 28, 2022
    Configuration menu
    Copy the full SHA
    35f38ba View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Bump github.com/google/go-cmp from 0.5.8 to 0.5.9 (#58)

    Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.8 to 0.5.9.
    - [Release notes](https://github.com/google/go-cmp/releases)
    - [Commits](google/go-cmp@v0.5.8...v0.5.9)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/google/go-cmp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    b4936a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. [COMPLIANCE] Update MPL 2.0 LICENSE (#60)

    Co-authored-by: hashicorp-copywrite[bot] <noreply@hashicorp.com>
    hashicorp-copywrite[bot] and hashicorp-copywrite[bot] authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    e6b203c View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    2a1af75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6ad9d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Merge pull request #67 from hashicorp/c-replace-circleci

    Replace CircleCI with GitHub actions
    dbanck authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    aa0e501 View commit details
    Browse the repository at this point in the history
  2. Add metadata functions structs (#68)

    * Fix schema version copy paste mistake
    
    * Add structs for metadata functions command
    
    * Test metadata functions validate
    
    * Apply suggestions from code review
    
    Co-authored-by: Radek Simko <radek.simko@gmail.com>
    
    * Fix plural
    
    ---------
    
    Co-authored-by: Radek Simko <radek.simko@gmail.com>
    dbanck and radeksimko authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    6ebf043 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    a7cd1d0 View commit details
    Browse the repository at this point in the history
  2. create codeowners file

    liamcervante committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    5c95198 View commit details
    Browse the repository at this point in the history
  3. Update CODEOWNERS

    Co-authored-by: Radek Simko <radek.simko@gmail.com>
    liamcervante and radeksimko authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    8ece997 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f3e73c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #72 from hashicorp/liamcervante/gha-dependabot

    Add dependabot ecosystem for GHA
    liamcervante authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    275705b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #71 from hashicorp/liamcervante/codeowners

    Create codeowners file
    liamcervante authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    2d26a20 View commit details
    Browse the repository at this point in the history
  7. Update CODEOWNERS (#74)

    radeksimko authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    3bfbd9e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    cc61887 View commit details
    Browse the repository at this point in the history
  2. Bump Go versions (#75)

    * go-version: Pin to 1.20
    
    * go.mod: Require Go 1.18
    
    * ci: Test against Go 1.20
    
    * ci: avoid testing on incompatible versions
    radeksimko authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    28894aa View commit details
    Browse the repository at this point in the history
  3. deps: github.com/zclconf/go-cty to v1.13.0 (#69)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    1985ec4 View commit details
    Browse the repository at this point in the history
Loading