Skip to content

Update module github.com/hashicorp/hcl to v2 (main) - abandoned#185

Open
renovate[bot] wants to merge 3 commits into
mainfrom
renovate/main-github.com-hashicorp-hcl-2.x
Open

Update module github.com/hashicorp/hcl to v2 (main) - abandoned#185
renovate[bot] wants to merge 3 commits into
mainfrom
renovate/main-github.com-hashicorp-hcl-2.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Mar 20, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/hashicorp/hcl v1.0.0v2.0.0 age confidence

Release Notes

hashicorp/hcl (github.com/hashicorp/hcl)

v2.0.0

Compare Source

Initial release of HCL 2, which is a new implementating combining the HCL 1
language with the HIL expression language to produce a single language
supporting both nested configuration structures and arbitrary expressions.

HCL 2 has an entirely new Go library API and so is not a drop-in upgrade
relative to HCL 1. It's possible to import both versions of HCL into a single
program using Go's semantic import versioning mechanism:

import (
    hcl1 "github.com/hashicorp/hcl"
    hcl2 "github.com/hashicorp/hcl/v2"
)

Prior to v2.0.0 there was not a curated changelog. Consult the git history
from the latest v1.x.x tag for information on the changes to HCL 1.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

luolanzone and others added 3 commits March 20, 2026 18:00
Signed-off-by: Lan Luo <lan.luo@broadcom.com>
Update renovate configs to enable updates for CVE on release branches
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 20, 2026
@renovate
Copy link
Copy Markdown
Author

renovate Bot commented Mar 24, 2026

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@renovate renovate Bot changed the title Update module github.com/hashicorp/hcl to v2 (main) Update module github.com/hashicorp/hcl to v2 (main) - abandoned Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant