Skip to content

Tags: halvards/ko

Tags

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
support goarch mips64le architecture. (ko-build#309)

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Fix GOROOT mismatch issues (ko-build#303)

Print a warning if GOROOT is unset and ko's default build context
differs from $(go env GOROOT) and use the result of $(go env GOROOT).

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Fix ko login (ko-build#299)

This was missed when main.go was moved to the root.

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Fix .goreleaser.yml (ko-build#285) (ko-build#286)

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Move ko binary to root of project. (ko-build#257)

* Move ko binary to root of project.

* go.mod says required golang version is 1.14

* go install uses the folder name

* lint and copyright bump

* moving the test file changed the test hash.

* more refs of cmd/test

* add deprecation message

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Revert "Remove docs for Strict Mode and --strict flag (ko-build#210)" (

…ko-build#241)

This reverts commit d7b989a.

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Refactor the publish.Namer, add `--bare` option for image naming (ko-…

…build#234)

* Refactor the publish.Namer to produce the full repo name.

* Add --naked to have image publishing use ${KO_DOCKER_REPO}:tag

* Change flag name, add disclaimer

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ko-build#198 from google/ImJasonH-patch-1

Fix API Versions in README.md

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Make Tarball publisher types private and return Interface. (ko-build#182

)

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Fix -P with passing ko:// through. (ko-build#163)

Turns out I broke this.  Thanks to @bobcatfish for reporting the issue.

With this change:
```
ko resolve -Pf cmd/ko/test/test.yaml > /dev/null
2020/05/04 08:44:35 Using base gcr.io/distroless/static:nonroot for github.com/google/ko/cmd/ko/test
2020/05/04 08:44:36 Building github.com/google/ko/cmd/ko/test
2020/05/04 08:44:37 Publishing gcr.io/mattmoor-knative/github.com/google/ko/cmd/ko/test:latest
2020/05/04 08:44:39 Published gcr.io/mattmoor-knative/github.com/google/ko/cmd/ko/test@sha256:ee655510172b429dbce619fc69677621d71cb824cbbf2a21746d700127257ec4
```

I can cut v0.5.1 once this lands.