Skip to content

Releases: vertti/preflight

v0.17.1

09 Jan 07:53
b44d1fc

Choose a tag to compare

What's Changed

  • Pin ghcr.io/vertti/preflight Docker tag to 7113440 by @renovate[bot] in #87
  • Replace Makefile with justfile by @vertti in #88
  • Update dependency just to v1.46.0 by @renovate[bot] in #89
  • Update dependency hk to v1.29.0 by @renovate[bot] in #90
  • Update dependency golangci-lint to v2.8.0 by @renovate[bot] in #91

Full Changelog: v0.17.0...v0.17.1

v0.17.0

01 Jan 19:21
95bee1c

Choose a tag to compare

What's Changed

  • Fix GitHub Actions security issues by @vertti in #75
  • Improve test coverage across packages by @vertti in #76
  • Add Cobra command execution tests by @vertti in #77
  • Update README to lead with value, add FAQ by @vertti in #78
  • Format What It Does section as bullet list by @vertti in #79
  • Add exec mode for shell-less entrypoints by @vertti in #80
  • Add CI tests for distroless and scratch images by @vertti in #81
  • Add tests to improve coverage to 93.5% by @vertti in #82
  • Refactor tests to reduce repetition and boilerplate by @vertti in #84
  • Add FUNDING.yml with thanks.dev and Buy Me a Coffee by @vertti in #85
  • Add testifylint for testify best practices by @vertti in #86

Full Changelog: v0.16.0...v0.17.0

v0.16.0

30 Dec 07:44
a0b0102

Choose a tag to compare

What's Changed

  • Replace Dependabot with Renovate by @vertti in #59
  • Add security scanning to CI by @vertti in #60
  • Add security documentation and nilnesserr linter by @vertti in #61
  • Update dependency golangci-lint to v2.7.2 by @renovate[bot] in #63
  • Update Node.js to v24 by @renovate[bot] in #69
  • Update dependency hk to v1.28.0 by @renovate[bot] in #68
  • Update dependency pkl to v0.30.2 by @renovate[bot] in #66
  • Update dependency dprint to v0.51.1 by @renovate[bot] in #67
  • Replace abandoned dependencies gjson and go-supportscolor by @vertti in #72
  • Update Node.js to b83af04 by @renovate[bot] in #71
  • Update module golang.org/x/term to v0.38.0 by @renovate[bot] in #73

New Contributors

Full Changelog: v0.15.0...v0.16.0

v0.15.0

08 Dec 11:21
15fcbb0

Choose a tag to compare

What's Changed

  • Add documentation for keeping containers clean by @vertti in #56
  • Remove BLAKE2b and BLAKE3 hash algorithms by @vertti in #57
  • Add SHA256 checksums to releases by @vertti in #58

Full Changelog: v0.14.0...v0.15.0

v0.14.0

07 Dec 18:33
911bfc0

Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.14.0

v0.13.0

07 Dec 17:47
203421e

Choose a tag to compare

What's Changed

  • Improve error messages to show actual values by @vertti in #52
  • Color error detail lines red by @vertti in #53

Full Changelog: v0.12.2...v0.13.0

v0.12.2

06 Dec 16:16
7132502

Choose a tag to compare

What's Changed

  • Add modern Go idiom linters and apply fixes by @vertti in #50
  • Add recvcheck and nilnil linters by @vertti in #51

Full Changelog: v0.12.1...v0.12.2

v0.12.1

06 Dec 15:49
f11f027

Choose a tag to compare

What's Changed

  • Add --symlink and --symlink-target flags to file command by @vertti in #42
  • Enhance cmd command with timeout, version-regex, and semver range support by @vertti in #43
  • Add env command validators for type and path checking by @vertti in #44
  • Add http command request control and response validation by @vertti in #45
  • Add hash algorithm support: SHA384, SHA1, BLAKE2b-256, BLAKE3, auto-detect by @vertti in #46
  • Consolidate JSON handling to use gjson library by @vertti in #47
  • Enable additional linters and fix all issues by @vertti in #49
  • Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 by @dependabot[bot] in #48

Full Changelog: v0.12.0...v0.12.1

v0.12.0

06 Dec 09:51

Choose a tag to compare

What's Changed

  • Add --socket flag to file command by @vertti in #38
  • Update CLAUDE.md with comprehensive codebase architecture map by @vertti in #39
  • Add json command for JSON validation and key assertions by @vertti in #40
  • Add --owner flag to file command for UID verification by @vertti in #41

Full Changelog: v0.11.0...v0.12.0

v0.11.0

05 Dec 18:32
662e05a

Choose a tag to compare

What's Changed

  • Add git command for repository state verification by @vertti in #35
  • Add resource command for system resource checks by @vertti in #36
  • Improve code quality: reduce repetition, improve readability by @vertti in #37

Full Changelog: v0.10.0...v0.11.0