Skip to content

Releases: ko-build/ko

v0.5.2

17 Aug 16:48
618b163
Compare
Choose a tag to compare

Changelog

ab4ca8e Fix the other publishers (#165)

v0.5.0

04 May 16:12
ea2beac
Compare
Choose a tag to compare

Changelog

ea2beac Fix -P with passing ko:// through. (#163)
ff61ea3 Refactor how/where ko:// is handled. (#153)
d45c527 This adds the deprecation notices for ko:// and nonroot (#161)
429a409 Update .travis.yml (#156)
f45bc13 Viper keys are case insensitive. (#150)
6cbfe96 [modules] Dependent command packages can now be built with ko (#154)

v0.4.0

10 Mar 16:46
3e73a50
Compare
Choose a tag to compare

Changelog

3e73a50 go mod tidy (#141)
ed28755 Update go-containerregistry (#140)
acf34ed Rework parsing logic (#138)
f9e50dc Update ggcr (#136)
3c6a907 Add additional output formats (tarball and layout) (#134)

v0.3.0

12 Feb 17:35
cfd680d
Compare
Choose a tag to compare

Changelog

cfd680d Deterministically fail ko {apply, create} (#133)
c3a657a Set AutomaticEnv for viper (#131)
ca1b2a1 Fix: Add directory containing binary to PATH (#127)
f12b9e6 Document strict mode in README.md (#126)

v0.2.0

24 Jan 16:55
99ecfeb
Compare
Choose a tag to compare

Changelog

b0a1702 Add --disable-optimizations flag to make debugging easier. (#24)
f46a2b6 Add author and created_by data (#45)
99a587e Add build.Limiter (#79)
1c54dd6 Add context to go build (#105)
4ff72e3 Add entrypoint to PATH (#114)
3566d3f Add go module support (#60)
99ecfeb Add goreleaser GitHub action (#121)
2d12e28 Add permissions to the kodata directory. (#68)
a3656d1 Add support for recursively resolving directory symlinks. (#73)
26dcb6f Added a note on logging in to the image registry KO_DOCKER_REPO points at
0af2e5e Added command completion (#49)
7c4a93a Adding create. (#30)
474505b Adding ko logo.
3880b61 Allow plain registries as KO_DOCKER_REPO (#94)
48afd62 Allow skipping TLS verification while publishing (#65)
116114f Bump ggcr depenency (#41)
b7d1820 Compress layers when we Build them (#47)
86a2d43 Drop name.WeakValidation
ee58128 Fix README formatting (#74)
9645502 Fix date command (#75)
3a0e70e Fix mult-doc yaml re-joining (#63)
6aff039 Fix path mangling on Windows. (#112)
5a25402 Ignore null YAML documents when using a label selector. (#107)
4342cef Implement "strict mode"
835dcfb Improve ko run (#76)
9776d34 Improve strict-mode error message
e980071 Include tag in resolved references
91f5718 Make callers type out all of --strict
267b61e Merge pull request #100 from syedriko/image_registry_auth_note
7893c74 Merge pull request #109 from jonjohnsonjr/tagged-digests
f0a367d Merge pull request #15 from google/ImJasonH-patch-1
3584e2d Merge pull request #16 from dvrkps/patch-1
eab537e Merge pull request #17 from ImJasonH/weak
8a084cb Merge pull request #25 from cezkuj/ko-version
d32f069 Merge pull request #43 from mattmoor/update-ggcr
93ba9aa Merge pull request #53 from spencer-p/master
b7eb9df Merge pull request #58 from ImJasonH/strict
9242988 Merge pull request #66 from ImJasonH/cobra
c959e60 Merge pull request #67 from ImJasonH/mod
15f9719 Merge pull request #89 from toshi0607/feature/fix-broken-markdown
57f20d0 Merge pull request #98 from n3wscott/logo
6f9fb7f Move ko commands to pkg/commands (#29)
fba1d3d Moving options to pkg/commands/options. (#28)
4833bb4 Preserve YAML comments & style when resolving/applying (#103)
9bae8ab Print images to stdout as we publish them. (#36)
6500b08 Pull in the config change to ggcr.
a6277d0 Quick typo fix (#99)
f26825f Remove extra dashes (#86)
3315663 Remove strictness checks from build, into resolve
1fcfe62 Reorder parsing KO_DOCKER_REPO to get proper credentials (#117)
672e478 Resolving #21 issue. Adding git-dir flag to always execute inside ko's directory in GOPATH
e8b7ded Resolving #21 issue. Adding ko version and simple release script
0aca6f6 Resolving #21 issue. Fixing conflicts after commands refactoring. Improving version command
cef9764 Return better error messages (#33)
fee3c26 Review feedback
5a4d14e Run tests with Go 1.11 and 1.12 (drop 1.10)
d24b60a Set UA to something ko-specific (#116)
56f32f8 Update README to include better install instructions (#87)
caa953d Update cobra dep
28f239a Update ggcr (#113)
451287a Update ggcr (#83)
241d532 Update ggcr (#91)
479bd3e Update ggcr (#97)
b7e1a7f Update ggcr dependency (#119)
d356007 Update gobuild.go (#56)
3a17dee Use GOOS/GOARCH from base image (#77)
f9504d0 Use a more appropriate idiom
133ae27 Use debug.ReadBuildInfo to populate ko version (#81)
be4e1ff [Resolves #71] Add trimpath arg to gobuild (#102)
bd404f3 add SOURCE_DATE_EPOCH usage (#72)
2e28671 add kubectl check for ko delete, apply, and create (#120)
0c205ab add selector flag and logic (#46)
2547a9c check NewGo error
f5bfec3 fix broken markdown
5697b9d rel url.
d3ab89f update Gopkg.toml
8f817fd use go modules

Initial release

21 Mar 23:16
021e392
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

🎉