hashicorp / packer-plugin-docker

Packer plugin for Docker Builder
https://www.packer.io/docs/builders/docker
Mozilla Public License 2.0
31 stars 25 forks source link

Bump github.com/zclconf/go-cty from 1.8.4 to 1.9.0 #60

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Bumps github.com/zclconf/go-cty from 1.8.4 to 1.9.0.

Changelog

Sourced from github.com/zclconf/go-cty's changelog.

1.9.0 (July 6, 2021)

  • cty: cty.Walk, cty.Transform, and cty.TransformWithTransformer now all correctly support marked values. Previously they would panic when encountering marked collections, because they would try to recurse into them without handling the markings.
  • function/stdlib: The floor and ceil functions no longer lower the precision of arguments to what would fit inside a 64-bit float, instead preserving precision in a similar way as most other arithmetic functions. (#111)
  • function/stdlib: The flatten function was incorrectly treating null values of an unknown type as if they were unknown values. Now it will treat them the same as any other non-list/non-tuple value, flattening them down into the result as-is. (#110)
Commits
  • 8fee7bd v1.9.0
  • f45612e Update CHANGELOG.md
  • 8d69bec Update CHANGELOG.md
  • 1712101 function/stdlib: flatten no longer treats null values as unknown
  • 55b3bcf Update CHANGELOG.md
  • 924d9fc lang/funcs: use big.Float for floor/ceil
  • 47a7961 function/stdlib: Consistent csvdecode error messages
  • 84ff582 Update CHANGELOG.md
  • 5f5dfca cty: Mark-aware cty.Walk and cty.Transform
  • b9c7d6b Prepare for a possible later v0.8.5 release
  • See full diff in compare view


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)