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: tmccombs/hcl2json
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.2
Choose a base ref
...
head repository: tmccombs/hcl2json
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.3
Choose a head ref
  • 6 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 25, 2024

  1. Bump github.com/zclconf/go-cty from 1.14.3 to 1.14.4

    Bumps [github.com/zclconf/go-cty](https://github.com/zclconf/go-cty) from 1.14.3 to 1.14.4.
    - [Release notes](https://github.com/zclconf/go-cty/releases)
    - [Changelog](https://github.com/zclconf/go-cty/blob/main/CHANGELOG.md)
    - [Commits](zclconf/go-cty@v1.14.3...v1.14.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/zclconf/go-cty
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    b5075b4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #94 from tmccombs/dependabot/go_modules/github.com…

    …/zclconf/go-cty-1.14.4
    
    Bump github.com/zclconf/go-cty from 1.14.3 to 1.14.4
    tmccombs authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2100c65 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Bump github.com/hashicorp/hcl/v2 from 2.20.0 to 2.20.1

    Bumps [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) from 2.20.0 to 2.20.1.
    - [Release notes](https://github.com/hashicorp/hcl/releases)
    - [Changelog](https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/hcl@v2.20.0...v2.20.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/hcl/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    05b4f1c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #95 from tmccombs/dependabot/go_modules/github.com…

    …/hashicorp/hcl/v2-2.20.1
    
    Bump github.com/hashicorp/hcl/v2 from 2.20.0 to 2.20.1
    tmccombs authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    8f18435 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. fix: Properly escape things that should be escaped

    $${ and %%{ should be escaped after conversion
    
    Fixes: #96
    tmccombs committed May 3, 2024
    Configuration menu
    Copy the full SHA
    e897a28 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #97 from tmccombs/template-escapes

    fix: Properly escape things that should be escaped
    tmccombs authored May 3, 2024
    Configuration menu
    Copy the full SHA
    cd307a2 View commit details
    Browse the repository at this point in the history
Loading