Skip to content

Releases: terramate-io/pre-commit-hooks

v0.5.1

Choose a tag to compare

@Esanim Esanim released this 13 Feb 13:55
0b45f42

What's Changed

  • fix: shellcheck set minimum severity to warning by @zied-elouaer in #39
  • chore: add @mineiros-io/terraform-service-catalog as codeowners by @Esanim in #41
  • fix: update tflint script to accept newer versions by @Esanim in #40

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

Choose a tag to compare

@mariux mariux released this 14 Feb 11:02
9099a21

What's Changed

  • feat: add support for recursive terradoc fmt and generate by @switchdk in #38

New Contributors

Full Changelog: v0.4.3...v0.5.0

v0.4.3

Choose a tag to compare

@soerenmartius soerenmartius released this 22 Aug 13:44
dfb9e12

Changelog

Fixed

  • make terramate hook fmt.sh executable

v0.4.2

Choose a tag to compare

@soerenmartius soerenmartius released this 22 Aug 13:38
e54a5ea

Changelog

Added

  • Add hook for running terramate fmt

v0.4.1

Choose a tag to compare

@mariux mariux released this 17 Apr 18:27
e2c7384

What's Changed

  • fix: do not run terramate on each file by @mariux in #35

Full Changelog: v0.4.0...v0.4.1

v0.4.0

Choose a tag to compare

@mariux mariux released this 17 Apr 18:21
db77269

What's Changed

  • feat: add support for terramate generate by @mariux in #33
  • chore: help to find markdown link checker binary by @mariux in #32
  • chore: update README by @mariux in #34

Full Changelog: v0.3.3...v0.4.0

v0.3.3

Choose a tag to compare

@mariux mariux released this 17 Apr 17:56
5528acb

What's Changed

  • feat: add terradoc validate hook by @kassianh in #30
  • Add terradoc-validate to README.md by @soerenmartius in #31

New Contributors

  • @kassianh made their first contribution in #30

Full Changelog: v0.3.2...v0.3.3

v0.3.2

Choose a tag to compare

@soerenmartius soerenmartius released this 05 Apr 20:31
4f7c07d

Changelog

Added

  • Add new hook terradoc-fmt: The terradoc fmt command is used to rewrite Terradoc configuration *tfdoc.hcl files to a canonical format and style.
  • Add new hook terradoc-generate: The terradoc generates a documentation file from Terradoc configuration *tfdoc.hcl files

v0.3.1

Choose a tag to compare

@soerenmartius soerenmartius released this 23 Dec 03:00
ac23228

Changelog

Added

  • Add the optional -p flag to the markdown-lint-check hook to allow it to pass even if it finds broken links

v0.3.0

Choose a tag to compare

@soerenmartius soerenmartius released this 11 Aug 08:52
9988f29

Changelog

Changed

  • refactor!: remove golint hook since golint has been deprecated

Added

  • feat: add revive to example .golangci.example.yml