Skip to content

Bump github.com/katbyte/terrafmt from 0.5.7 to 1.0.0 in /.ci/tools - #49315

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/dot-ci/tools/github.com/katbyte/terrafmt-1.0.0
Open

Bump github.com/katbyte/terrafmt from 0.5.7 to 1.0.0 in /.ci/tools#49315
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/dot-ci/tools/github.com/katbyte/terrafmt-1.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 6, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/katbyte/terrafmt from 0.5.7 to 1.0.0.

Release notes

Sourced from github.com/katbyte/terrafmt's releases.

v1.0.0 (2026-08-02)

  • BREAKING CHANGE: removed the upgrade012 command; terraform 0.12's one-time HCL1->HCL2 0.12upgrade as it was removed from terraform itself in 0.13 (2020) and the pinned 0.12.31 binary it depends on has no builds for modern platforms (e.g. arm64). This also drops the terraform-exec, hc-install, and go-version dependencies.
  • dependencies: update hcl/v2 to v2.24.0, cobra to v1.10.2, viper to v1.21.0, afero to v1.15.0, gookit/color to v1.6.1, logrus to v1.9.4
  • releases now include pre-compiled binaries for common platforms and architectures (#88)
  • terrafmt can now be installed via homebrew: brew install katbyte/tap/terrafmt (#87)
  • support action and ephemeral blocks (#101)
  • support quoted format verbs inside function definitions (#37)
  • fix two quoted format verb parameters on the same line not both being replaced (#46)
  • recognize indented code blocks in markdown (#51)
Changelog

Sourced from github.com/katbyte/terrafmt's changelog.

v1.0.0 (2026-08-02)

  • BREAKING CHANGE: removed the upgrade012 command; terraform 0.12's one-time HCL1->HCL2 0.12upgrade as it was removed from terraform itself in 0.13 (2020) and the pinned 0.12.31 binary it depends on has no builds for modern platforms (e.g. arm64). This also drops the terraform-exec, hc-install, and go-version dependencies.
  • dependencies: update hcl/v2 to v2.24.0, cobra to v1.10.2, viper to v1.21.0, afero to v1.15.0, gookit/color to v1.6.1, logrus to v1.9.4
  • releases now include pre-compiled binaries for common platforms and architectures (#88)
  • terrafmt can now be installed via homebrew: brew install katbyte/tap/terrafmt (#87)
  • support action and ephemeral blocks (#101)
  • support quoted format verbs inside function definitions (#37)
  • fix two quoted format verb parameters on the same line not both being replaced (#46)
  • recognize indented code blocks in markdown (#51)
Commits
  • 991f998 changelog v1.0.0
  • 96af226 add release process & homebrew support (#102)
  • 1b94758 Bump github.com/sirupsen/logrus from 1.9.1 to 1.9.4 (#105)
  • d9a71c2 Bump github.com/hashicorp/hcl/v2 from 2.20.1 to 2.24.0 (#106)
  • b939086 Bump github.com/spf13/cobra from 1.5.0 to 1.10.2 (#107)
  • 565ab0d fix up badges and codeql (#104)
  • 9a80e7b fix #37, #46, #51 (#103)
  • c3565db address regext linting & add support for action, emphemeral & add more testin...
  • 4b0b3eb techdebt: remove ~6 year old .12 upgrade cmd (#100)
  • b630a30 Bump github.com/spf13/viper from 1.12.0 to 1.21.0 (#97)
  • Additional commits viewable 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [github.com/katbyte/terrafmt](https://github.com/katbyte/terrafmt) from 0.5.7 to 1.0.0.
- [Release notes](https://github.com/katbyte/terrafmt/releases)
- [Changelog](https://github.com/katbyte/terrafmt/blob/main/CHANGELOG.md)
- [Commits](katbyte/terrafmt@v0.5.7...v1.0.0)

---
updated-dependencies:
- dependency-name: github.com/katbyte/terrafmt
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Used to indicate dependency changes. go Pull requests that update Go code labels Aug 6, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 6, 2026 06:07
@dependabot dependabot Bot added the go Pull requests that update Go code label Aug 6, 2026
@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Community Guidelines

This comment is added to every new Pull Request to provide quick reference to how the Terraform AWS Provider is maintained. Please review the information below, and thank you for contributing to the community that keeps the provider thriving! 🚀

Voting for Prioritization

  • Please vote on this Pull Request by adding a 👍 reaction to the original post to help the community and maintainers prioritize it.
  • Please see our prioritization guide for additional information on how the maintainers handle prioritization.
  • Please do not leave +1 or other comments that do not add relevant new information or questions; they generate extra noise for others following the Pull Request and do not help prioritize the request.

Pull Request Authors

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

@github-actions github-actions Bot added linter Pertains to changes to or issues with the various linters. size/S Managed by automation to categorize the size of a PR. labels Aug 6, 2026

@jar-b jar-b left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Used to indicate dependency changes. go Pull requests that update Go code linter Pertains to changes to or issues with the various linters. size/S Managed by automation to categorize the size of a PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant