Skip to content

Tags: ko-build/ko

Tags

v0.16.0

Toggle v0.16.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
debug: build unsupported platforms with a warning

Signed-off-by: Dan Luhring <[email protected]>

v0.15.4

Toggle v0.15.4's commit message
Update integration_test.sh

v0.15.3

Toggle v0.15.3's commit message
Add global flags and ldflags

Fixes #1304

v0.15.2

Toggle v0.15.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1242 from ko-build/dependabot/go_modules/github.c…

…om/opencontainers/image-spec-1.1.0

v0.15.0

Toggle v0.15.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 #1164 from ko-build/dependabot/go_modules/golang.o…

…rg/x/net-0.17.0

Bump golang.org/x/net from 0.16.0 to 0.17.0

v0.14.1

Toggle v0.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pin setup-ko to previous release (#1082)

v0.14.0

Toggle v0.14.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 #1079 from ko-build/dependabot/github_actions/slsa…

…-framework/slsa-github-generator-1.7.0

Bump slsa-framework/slsa-github-generator from 1.6.0 to 1.7.0

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump ggcr dep to @main (#976)

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support --tag and --tag-only with nop publisher (#797)

* Support --tag and --tag-only with nop publisher

* log the output, for debugging

* unset KO_DOCKER_REPO for push=false test

* run e2e test first before other stuff

* review feedback