Releases: AdrienneCohea/kustomize-diff
Releases · AdrienneCohea/kustomize-diff
Release list
v1.0.8
What's Changed
- Make Okabe-Ito colors the default; add --red-green opt-out by @AdrienneCohea in #8
- Refactor main into run(), add --set-exit-code flag by @AdrienneCohea in #9
Full Changelog: v1.0.7...v1.0.8
v1.0.7
v1.0.6
What's Changed
- chore: upgrade Go, Alpine, kustomize, and Go dependencies by @AdrienneCohea in #6
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- fix: skip missing search path directories in baseline by @AdrienneCohea in #5
Full Changelog: v1.0.4...v1.0.5
v1.0.4
Fix force-truecolor having no effect in GitHub Actions.
The INPUT_FORCE-TRUECOLOR env var was accepted by the action but never forwarded to the kustomize-diff binary as a -force-truecolor CLI flag. Since the hyphenated name can't be referenced as a shell variable, printenv is used to read it in entrypoint.sh.
v1.0.3
What's Changed
- feat: expose force-truecolor as a GitHub Action input by @AdrienneCohea in #4
Full Changelog: v1.0.2...v1.0.3
v1.0.2
v1.0.1
What's Changed
- Fix dubious ownership error in Docker entrypoint by @AdrienneCohea in #3
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Support color and formatting options by @AdrienneCohea in #1
- Add public GitHub Action by @AdrienneCohea in #2
New Contributors
- @AdrienneCohea made their first contribution in #1
Full Changelog: https://github.com/AdrienneCohea/kustomize-diff/commits/v1.0.0