packer-plugin-sakuracloud
packer-plugin-sakuracloud copied to clipboard
go: bump github.com/hashicorp/hcl/v2 from 2.20.0 to 2.23.0
Bumps github.com/hashicorp/hcl/v2 from 2.20.0 to 2.23.0.
Release notes
Sourced from github.com/hashicorp/hcl/v2's releases.
v2.23.0
What's Changed
- Preserve marks when traversing unknown values by
@jbardinin hashicorp/hcl#699- Better control of marks through conditional and for expressions by
@jbardinin hashicorp/hcl#710Full Changelog: https://github.com/hashicorp/hcl/compare/v2.22.0...v2.23.0
v2.22.0
Enhancements
- feat: return an ExprSyntaxError for invalid references that end in a dot (#692)
v2.21.0
Enhancements
- Introduce
ParseTraversalPartial, which allows traversals that include the splat ([*]) index operator. (#673)- ext/dynblock: Now accepts marked values in
for_each, and will transfer those marks (as much as technically possible) to values in the generated blocks. (#679)Bugs Fixed
- Expression evaluation will no longer panic if the splat operator is applied to an unknown value that has cty marks. (#678)
v2.20.1
Bugs Fixed
- Return
ExprSyntaxErrorwhen an invalid namespaced function is encountered during parsing (#668)Internal
- Standardize on only two value dumping/diffing libraries (#669)
Changelog
Sourced from github.com/hashicorp/hcl/v2's changelog.
v2.23.0 (November 15, 2024)
Bugs Fixed
- Preserve marks when traversing through unknown values. (#699)
- Retain marks through conditional and for expressions. (#710)
v2.22.0 (August 26, 2024)
Enhancements
- feat: return an ExprSyntaxError for invalid references that end in a dot (#692)
v2.21.0 (June 19, 2024)
Enhancements
- Introduce
ParseTraversalPartial, which allows traversals that include the splat ([*]) index operator. (#673)- ext/dynblock: Now accepts marked values in
for_each, and will transfer those marks (as much as technically possible) to values in the generated blocks. (#679)Bugs Fixed
- Expression evaluation will no longer panic if the splat operator is applied to an unknown value that has cty marks. (#678)
v2.20.1 (March 26, 2024)
Bugs Fixed
- Return
ExprSyntaxErrorwhen an invalid namespaced function is encountered during parsing (#668)Internal
- Standardize on only two value dumping/diffing libraries (#669)
Commits
56a9aeeMerge pull request #710 from hashicorp/jbardin/marked-conditionsb48ba6epass marks through unknown ForExpr valuesbbfec2dpass all marks through conditional expressionsd20d07fgithub: Pin action refs to latest trusted by TSCCR (#700)3883febdocs(ext/dynblock): recursive function call typo in detecting variables (#686)2eb163fMerge pull request #701 from hashicorp/d/fix-typo65971e8docs: use 'by' instead of 'prior to'1dfc778docs: fix typo78fe993Merge pull request #699 from hashicorp/jbardin/marked-traversalse2f43f4Preserve marks when traversing unknown values- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)