Releases: ko-build/setup-ko
Releases · ko-build/setup-ko
v0.7
What's Changed
- fix yaml highlighting by @leongross in #5
- update references to imjasonh/setup-ko by @imjasonh in #6
- Fix links by @karthikraobr in #7
- Make repository name lowercase to prevent issues with capitals by @ChaosInTheCRD in #9
- Update README.md by @imjasonh in #10
- Update README.md by @imjasonh in #11
- add dependabot config, ci job and general cleanup by @cpanato in #12
- Bump actions/checkout from 3.5.3 to 4.1.1 by @dependabot in #17
- Bump actions/setup-go from 4.0.1 to 5.0.0 by @dependabot in #19
- group dependabot updates / upgrade to go1.22 by @cpanato in #20
- Bump the all group with 1 update by @dependabot in #21
- Bump actions/checkout from 4.1.2 to 4.1.3 in the all group by @dependabot in #22
- Bump actions/checkout from 4.1.3 to 4.1.4 in the all group by @dependabot in #24
- Bump actions/setup-go from 5.0.0 to 5.0.1 in the all group by @dependabot in #25
- Bump actions/checkout from 4.1.4 to 4.1.5 in the all group by @dependabot in #26
- Bump actions/checkout from 4.1.5 to 4.1.6 in the all group by @dependabot in #27
- Bump actions/checkout from 4.1.6 to 4.1.7 in the all group by @dependabot in #30
New Contributors
- @leongross made their first contribution in #5
- @karthikraobr made their first contribution in #7
- @ChaosInTheCRD made their first contribution in #9
- @cpanato made their first contribution in #12
- @dependabot made their first contribution in #17
Full Changelog: v0.6...v0.7
v0.6
Fixes issue related to ko moving to a new GitHub org, where API calls to determine the latest ko
release would fail due to not following GitHub's redirect.
Users who specify version
(including tip
) are unaffected.
v0.5
Notable changes:
- authorize GitHub API requests to avoid rate limits
- if using
tip
, install usinggo install
for compatibility with Go 1.18
v0.4
Fixes #1
v0.3
Fix macOS support
v0.2
Add support for macOS
v0.1
Initial commit