Releases: ko-build/ko
v0.8.3
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
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
v0.8.1
Changelog
4ad3f11 Merge pull request #306 from ImJasonH/rename
f25feec Merge pull request #308 from knative-automation/auto-updates/common-actions
b8162cf Merge pull request #310 from knative-automation/auto-updates/common-actions
12bbd4c Update common github actions
dab4c5e Update common github actions
8e1aaa1 Update common github actions (#311)
746ec90 Update travis link to main branch
a6442e6 support goarch mips64le architecture. (#309)
v0.8.0
Changelog
af7fb47 Add s390x architecture to ko binary releases (#300)
6586a72 Always use "strict" mode
e521d76 Bump ggcr to v0.4.0
fa39374 Document GOFLAGS
d4fb288 Fix .goreleaser.yml (#285)
82cabb4 Fix GOROOT mismatch issues (#303)
0801316 Fix ko login (#298)
d39f171 Fix the link to releases (#291)
b6ed60a Format markdown
c1c21e7 Format markdown
0bfb6b0 Format markdown (#282)
78b7bed Merge pull request #280 from jonjohnsonjr/document-goflags
b898b77 Merge pull request #281 from jonjohnsonjr/strict-always
5b7eaf7 Merge pull request #283 from knative-automation/auto-updates/common-actions
4372e2a Merge pull request #284 from knative-automation/auto-updates/common-actions
bd91eab Merge pull request #290 from knative-automation/auto-updates/format-markdown
dfe3d51 Merge pull request #293 from jonjohnsonjr/bump-ggcr
3c21033 Merge pull request #302 from knative-automation/auto-updates/format-markdown
4f05ece Update common github actions
77a7a50 Update common github actions
34568ca Use remote.WithUserAgent where possible (#294)
0d0ed4d doc: add homebrew install (#301)
2f3c49e point to releases for installation (#289)
v0.7.2
v0.7.1
v0.7.0
Changelog
c2b862d Move ko binary to root of project. (#257)
64b28d0 Revert to 0.18.8 of K8s (#279)
0427aed Add ko login (#277)
771a2a3 Merge pull request #278 from knative-automation/auto-updates/format-markdown
eb93ca8 Update ggcr to v0.3.0 (#276)
c78b3e1 Format markdown
7e32453 Allow comma-separated list of platforms (#259)
fd5cd4b Actually print errors during resolve (#275)
522c37c Add ctx everywhere (#268)
552c3d4 documentation: auth without docker, not without ko (#266)
722ad3c Format markdown (#272)
222b0fc Allow ko to produce estargz layers. (#271)
68ebcc8 Merge pull request #270 from knative-automation/auto-updates/common-actions
3414d41 Update common github actions
960e6a3 Update ggcr and use the new tarball.WithCompressCaching (#263)
06ebf03 Merge pull request #260 from knative-automation/auto-updates/common-actions
eacbed4 Update common github actions
5b08b05 Merge pull request #255 from knative-automation/auto-updates/common-actions
87d718d Update common github actions
b843019 Make --watch work with ko:// (#250)
1c70438 Print platform variant when building go binary (#248)
bd1ec54 Merge pull request #247 from jonjohnsonjr/filepath
c183e84 Stop using filepath.Join in publisher (#247)
ea5dc20 Merge pull request #244 from knative-automation/auto-updates/common-actions
c917737 Update common github actions
715c03e Add crane's auth command to facilitate logging into a registry (#243)
36a921f Update common github actions (#242)
1f17ce9 Set GOARM based on platform.variant (#239)
v0.6.2
v0.6.1
Highlights & Accidents
- Accidentally included d7b989a in this patch release, which may be breaking. Mea culpa -- please yell at @jonjohnsonjr to fix it if you're broken.
- More descriptive error messages than "importpath foo is not supported".
- New repo naming strategy
--bare
to publish everything underKO_DOCKER_REPO
.
Changelog
24ed404 Add GitHub Actions badge for build status
e780390 Avoid panic caused by MultiPublisher (#216)
3691164 Document --platform
flag in README.md (#211)
f527c9b Document usage of KIND_CLUSTER_NAME (#220)
598e7a7 Fix left-over from copy/paste (#214)
695b39f Fix things pointed out by golangci-lint
b99d96f Format markdown
dc30efc Format markdown (#217)
d767708 IsSupportedReference returns descriptive error (#233)
28a36d6 Merge pull request #213 from mattmoor/auto-updates/common-actions
2c4d755 Merge pull request #222 from markusthoemmes/fix-lints
9b91035 Merge pull request #223 from mattmoor/auto-updates/format-markdown
33d1b3d Merge pull request #226 from ImJasonH/badge
ff18e80 Merge pull request #232 from knative-automation/auto-updates/common-actions
d9cc0ca Move the kind and integration tests to actions (#225)
b5daa6c Reduce config a bit
79beb3b Refactor the publish.Namer, add --bare
option for image naming (#234)
d7b989a Remove docs for Strict Mode and --strict flag (#210)
cde2582 Run the hello test on multiple architectures (#227)
01820ce Update README with link to kind (#212)
f68496a Update common github actions
2d9942c Update common github actions
v0.6.0
Highlights & Breaking Changes
ko://
is now requiredgcr.io/distroless/static:nonroot
is now the default (was:latest
, which ran as root)- Produce multi-arch images with
--platform=all
Changelog
27676b1 (tag: v0.6.0) Merge pull request #198 from google/ImJasonH-patch-1
efbe5b7 Merge pull request #205 from mattmoor/auto-updates/format-markdown
0bdf5ee Format markdown
61fbde8 Have kind.local test use --platform=all (#208)
0f5a478 (Fix #191) Add required go version to docs (#204)
4a4d1b0 Revive progress and warning logs (#203)
d487673 Fix base image resolution (#201)
5af0bc1 Print more complete platform information. (#200)
5b4d3e4 (origin/ImJasonH-patch-1) apps-v1
b3645fa Add a handful of files to trigger more analyses. (#197)
bd3f1cb [Automated] Update actions (#194)
985c449 Fix goimports (#196)
8d9a417 upgrade to latest dependencies (#195)
33e66ac Remove deprecated things. (#162)
8b52ec2 Multi-platform ko (#38)
718587b Add hack/update-deps.sh (#193)
bec089d Fix k8s.io/cli-runtime "require" (#189)
1e05e91 Pin k8s.io/api for good measure (#188)
60e32d0 Switch to go 1.14 in go.mod, test 1.15 (#187)
64c2eef Bump Kubernetes dependencies to 1.18. (#186)
1aa3b37 Allow images to be loaded into kind using 'kind.local'. (#180)
b7b0435 Format markdown using prettier. (#185)
8104425 Update kind to the latest release. (#184)
feb4443 Format markdown using prettier.