Skip to content

Releases: gabe565/pre-commit-fluxcd

v0.5.1

19 Feb 20:18
7f6df1a
Compare
Choose a tag to compare

What's Changed

  • 7f6df1a chore(go.mod): Decrease minimum Go version for simpler GitHub Actions workflows

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

v0.5.0

19 Feb 07:32
cb6c634
Compare
Choose a tag to compare

What's Changed

  • cb6c634 refactor: Rewrite hooks using Golang
  • 101bd97 docs(readme): Fix repo URL
  • e9860e2 docs(readme): Fix drift detection warn example

Full Changelog: v0.4.0...v0.5.0

v0.4.0

27 Dec 09:26
276baf3
Compare
Choose a tag to compare

Changelog

  • 98ae127 feat: Add drift detection hook
  • 276baf3 docs(readme): Remove hardcoded version from example rev
  • 9256579 docs(readme): Add hooks table of contents
  • 9ff1be1 chore: Add argparser
  • d3a61cc chore(lib): Replace generic exception with FileNotFoundError

Full Changelog: v0.3.0...v0.4.0

v0.3.0

24 Dec 06:43
cdaeab8
Compare
Choose a tag to compare

Changelog

  • bc0a6fc fix: Fix error when a yaml root element is an array
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.1.9 by @renovate in #3

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

20 Dec 18:06
4cce14d
Compare
Choose a tag to compare

Changelog

  • 452726e refactor!: Rename hooks
  • eaaedef chore: Improve Kubernetes manifest detection
  • 081ac6d docs(license): Create LICENSE

Full Changelog: v0.1.0...v0.2.0

v0.1.0

19 Dec 06:43
ed2cb79
Compare
Choose a tag to compare

Changelog

  • 1bf1c8a docs(readme): Document the check-renovate hook
  • 245165f chore(pre-commit): Add Pytest hook
  • d5be7ef test: Split tests into packages
  • 4981d64 test: Add check_renovate tests
  • 674af9b test: Variable name tweaks
  • 1e2a0d6 feat: Add script to check for Renovate support
  • ad6d74c chore: Update repo URL

Full Changelog: v0.0.2...v0.1.0

v0.0.2

18 Dec 23:51
667cf41
Compare
Choose a tag to compare

Changelog

  • 7e51a76 chore(pre-commit): Change from black to ruff
  • c2335da chore: Remove star imports
  • 5c2f2c5 ci: Add test workflow
  • 7fd1fa1 test: Write initial tests
  • 6bc09a8 chore: Clean up exit code handling
  • 2734ee8 chore: Add type hints
  • ef2c955 chore: Split main logic into functions

Full Changelog: v0.0.1...v0.0.2

v0.0.1

18 Dec 20:01
2dcf6f1
Compare
Choose a tag to compare

Changelog

  • 2dcf6f1 feat(pre-commit): Add black pre-commit hook
  • 45a10c1 chore: Create CODEOWNERS
  • a2bb590 chore(renovate): Create Renovate config
  • 603b83d feat: Initial commit

Full Changelog: https://github.com/gabe565/pre-commit-gitops/commits/v0.0.1