Skip to content

Releases: ko-build/ko

v0.11.2

22 Mar 01:54
cefd28f
Compare
Choose a tag to compare

Changelog

v0.11.1

19 Mar 19:29
420c353
Compare
Choose a tag to compare

Changelog

v0.11.0

18 Mar 15:33
aafd3e8
Compare
Choose a tag to compare

Fix for issue with SBOM generation using Go 1.18 (#651)

Also:

  • Watch mode, which was deprecated, is now removed.

v0.10.0

17 Feb 18:01
70f0273
Compare
Choose a tag to compare

Changelog

v0.9.3

29 Sep 16:36
688ca47
Compare
Choose a tag to compare

Changelog

688ca47 Isolate unit tests from os.Environ (#455)
91077c8 Remove Travis badge (#452)

v0.9.2

27 Sep 16:12
2adcadd
Compare
Choose a tag to compare

Changelog

2adcadd Fix regression in adding /ko-app to PATH (#448)
5a8663b [ci] upgrade to Go 1.17 everywhere, clean up configs (#445)
0451db7 drop special behavior to support Go pre-1.13 (#446)

v0.9.1

21 Sep 19:22
08c6c71
Compare
Choose a tag to compare

Changelog

v0.9.0 was released incorrectly, and should not be used.

The full commit log since the previous release is available here: v0.8.3...v0.9.1

Highlights

  • enable ko's logic to be embedded in other Go programs #348
  • enable base images from the Docker daemon (ko.local) #371
  • add support for Go build flags #340
  • annotate built images with base image annotations #354
  • build working Windows images #374
  • implement ko deps #403
  • deprecate --watch #434

😍 Thanks 😍

ko wouldn't be possible without the work of its dedicated contributors. Thanks to @halvards @HeavyWombat @jonjohnsonjr @imjasonh @mattmoor

v0.9.0

21 Sep 19:15
2dced74
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

Due to a bug in our release process, v0.9.0 does not include artifacts that would normally have been built using goreleaser.

#444 fixes this bug, and is included in v0.9.1, which you should use instead.

v0.8.3

10 May 15:13
09aea0d
Compare
Choose a tag to compare

Changelog

938bbcd Add GitHub Action to install and setup ko (#347)
516cdee Add flag and PublishOption for destination repo (#351)
de98ea1 Build ko for Windows (#339)
9e8023a Format markdown (#353)
75ab991 Plumb through context in kind.Tag and kind.Write (#341)
37aef60 Remove GitHub Action (#352)
d5ec166 Update actions (#355)
aeb0830 Updating README for information on OpenShift (#346)
29cd8e0 Use cobra's RunE wherever possible (#343)
5395f99 bump ggcr dep to v0.5.0 (#349)

v0.8.2

20 Apr 18:30
d498734
Compare
Choose a tag to compare

Changelog

f7df810 Add --image-label to add labels to built images (#324)
c55c3fe Fix typo in README.md
b21673e Format markdown
a377740 Format markdown
c14c08e Merge pull request #312 from dprotaso/bump-deps
5eef982 Merge pull request #313 from zhouhaibing089/update-bare-comment
c0b2a1c Merge pull request #318 from ImJasonH/readme
8c33a4e Merge pull request #322 from knative-automation/auto-updates/format-markdown
dd33257 Merge pull request #326 from knative-automation/auto-updates/common-actions
ee02868 Merge pull request #327 from knative-automation/auto-updates/common-actions
0b96f41 Merge pull request #329 from knative-automation/auto-updates/common-actions
abe1433 Merge pull request #331 from ImJasonH/base-import-paths
f5b79ff Merge pull request #333 from knative-automation/auto-updates/common-actions
1d9e8e7 Merge pull request #334 from knative-automation/auto-updates/format-markdown
866dcde Merge pull request #335 from google/ImJasonH-patch-1
d498734 Merge pull request #338 from mgiessing/main
2863ff1 Streamline README.md
9d79f6c Update .goreleaser.yml
d050647 Update README.md
0621cba Update README.md
e7e38b4 Update common github actions
146f9bc Update common github actions
9ea38a2 Update common github actions
c17d050 Update common github actions
ee74460 Wrap io errs for kodata layer (#320)
af19d48 bump deps & drop replace directives
b27ed4e options: update --bare help message