v1.0.5
What's Changed
Features
- Add short flag aliases for all CLI flags (
-p,-e,-a,-s,-f,-v,-l) (#19) - Add JSON and template format validation for annotations (#20)
Bug Fixes
- Add semver range validation for
olm.skipRange(#21) - Fix whitespace handling in comma-separated flag inputs (#21)
- Fix unchecked
filepath.Matcherror in exclude logic (#21) - Remove overly broad
strings.Containsfallback in exclude matching (#21)
Dependencies
- Bump docker/build-push-action from 6 to 7 (#15)
- Bump docker/login-action from 3 to 4 (#16)
- Bump docker/setup-qemu-action from 3 to 4 (#17)
- Bump docker/setup-buildx-action from 3 to 4 (#18)
Full Changelog: v1.0.4...v1.0.5
What's Changed
- Bump docker/build-push-action from 6 to 7 by @dependabot[bot] in #15
- Bump docker/login-action from 3 to 4 by @dependabot[bot] in #16
- Bump docker/setup-qemu-action from 3 to 4 by @dependabot[bot] in #17
- Bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in #18
- Add short flag aliases for all CLI flags by @sebrandon1 in #19
- Add JSON and template format validation for annotations by @sebrandon1 in #20
- Fix semver validation, whitespace trimming, and exclude logic by @sebrandon1 in #21
Full Changelog: v1.0.4...v1.0.5