v99.99.02
github-actions
released this
14 Mar 14:24
·
464 commits
to main
since this release
Changelog
- b0a1702: Add --disable-optimizations flag to make debugging easier. (ko-build#24) (@Harwayne)
- 0f5a478: (Fix ko-build#191) Add required go version to docs (ko-build#204) (@)
- 6d72653: .ko.yaml: bump golang 1.18 -> 1.19 (ko-build#848) (@srenatus)
- fd5cd4b: Actually print errors during resolve (ko-build#275) (@jonjohnsonjr)
- 729419a: Add 'ko build' as a preferred alias for 'ko publish' (ko-build#456) (@imjasonh)
- 2a0a50c: Add -- usage in readme (ko-build#840) (@jwcesign)
- f7df810: Add --image-label to add labels to built images (ko-build#324) (@imjasonh)
- 96bedf1: Add .ko.yaml to base ko container image on golang:1.17 (ko-build#533) (@imjasonh)
- 6853e11: Add CONTRIBUTING (@imjasonh)
- 938bbcd: Add GitHub Action to install and setup ko (ko-build#347) (@imjasonh)
- 24ed404: Add GitHub Actions badge for build status (@imjasonh)
- ee23538: Add KO_DATA_DATE_EPOCH env var to set the modification time for files in
kodata
(ko-build#372) (@skirsten) - 2fbc908: Add
Trimpath
build option (@halvards) - 3d362cf: Add a delimiter before digest in the SPDX namespace (ko-build#765) (@mattmoor)
- b3645fa: Add a handful of files to trigger more analyses. (ko-build#197) (@mattmoor)
- 1425e4b: Add a mutex to map writing when using KOCACHE (ko-build#580) (@imjasonh)
- bc92184: Add a tag-only flag to publisher. (ko-build#332) (@chhsia0)
- a8c0773: Add a workflow to push a :latest ko image to ghcr.io (ko-build#528) (@imjasonh)
- 3c6a907: Add additional output formats (tarball and layout) (ko-build#134) (@jonjohnsonjr)
- f46a2b6: Add author and created_by data (ko-build#45) (@jonjohnsonjr)
- 99a587e: Add build.Limiter (ko-build#79) (@jonjohnsonjr)
- 1c54dd6: Add context to go build (ko-build#105) (@stanleynguyen)
- 22c9a52: Add coverage of --platform=a,b (ko-build#547) (@mattmoor)
- 715c03e: Add crane's auth command to facilitate logging into a registry (ko-build#243) (@tcnghia)
- 522c37c: Add ctx everywhere (ko-build#268) (@jonjohnsonjr)
- 9821190: Add e2e test for using ldflags to set a build-time variable (ko-build#480) (@imjasonh)
- 4ff72e3: Add entrypoint to PATH (ko-build#114) (@jonjohnsonjr)
- d17aca8: Add externalDocumentRefs to SPDX doc type (ko-build#741) (@puerco)
- 516cdee: Add flag and PublishOption for destination repo (ko-build#351) (@halvards)
- 3566d3f: Add go module support (ko-build#60) (@jonjohnsonjr)
- 99ecfeb: Add goreleaser GitHub action (ko-build#121) (@jonjohnsonjr)
- 718587b: Add hack/update-deps.sh (ko-build#193) (@mattmoor)
- da244de: Add how to use Azure Container Apps (ko-build#561) (@koudaiii)
- f7976d0: Add installation instructions for Alpine (ko-build#754) (@imjasonh)
- 00d0a34: Add integration test config to repo (@halvards)
- 6e4a93e: Add integration tests for various go mod corner cases. (ko-build#179) (@)
- ccddbb8: Add kind e2e test for ko run (ko-build#779) (@imjasonh)
- 0427aed: Add ko login (ko-build#277) (@jonjohnsonjr)
- 7dc51c0: Add option to configure default platforms (ko-build#897) (@ReToCode)
- 2d12e28: Add permissions to the kodata directory. (ko-build#68) (@mattmoor)
- 4ac50b0: Add purls to SPDX sbom (ko-build#677) (@puerco)
- af7fb47: Add s390x architecture to ko binary releases (ko-build#300) (@barthy1)
- ab4d264: Add support for Go build flags (ko-build#340) (@HeavyWombat)
- f5762be: Add support for
--image-refs
(ko-build#555) (@mattmoor) - a3656d1: Add support for recursively resolving directory symlinks. (ko-build#73) (@mattmoor)
- 6d06913: Add support for writing SBOMs when the
build.Result
isoci.Signed*
. (ko-build#506) (@mattmoor) - 47fa74e: Add tests that ko can push to quay.io and Dockerhub (ko-build#778) (@imjasonh)
- 26dcb6f: Added a note on logging in to the image registry KO_DOCKER_REPO points at (@syedriko)
- 0af2e5e: Added command completion (ko-build#49) (@mschwrz)
- 7c4a93a: Adding create. (ko-build#30) (@n3wscott)
- 474505b: Adding ko logo. (@)
- be76051: Allow KO_CONFIG_PATH to point to a file (ko-build#731) (@)
- ef45f11: Allow KinD e2e tests to be run manually (ko-build#380) (@imjasonh)
- 7e32453: Allow comma-separated list of platforms (ko-build#259) (@jonjohnsonjr)
- 1aa3b37: Allow images to be loaded into kind using 'kind.local'. (ko-build#180) (@markusthoemmes)
- 222b0fc: Allow ko to produce estargz layers. (ko-build#271) (@mattmoor)
- 3880b61: Allow plain registries as KO_DOCKER_REPO (ko-build#94) (@jonjohnsonjr)
- 48afd62: Allow skipping TLS verification while publishing (ko-build#65) (@tanner-bruce)
- 84e8ab6: Allow to customize
publish.Namer
(ko-build#477) (@cardil) - 73a4629: Always clean Dir for packages.Load (@jonjohnsonjr)
- 465eca2: Always produce OCI images and indexes (ko-build#449) (@imjasonh)
- 6586a72: Always use "strict" mode (@jonjohnsonjr)
- c9efd26: Annotate OCI image indexes with base image information (ko-build#385) (@imjasonh)
- 26d03e9: Annotate images with base image information (ko-build#354) (@imjasonh)
- e780390: Avoid panic caused by MultiPublisher (ko-build#216) (@imjasonh)
- 9814e6e: Break free from Knative actions (ko-build#364) (@imjasonh)
- 2502eb9: Build each platform concurrently (ko-build#527) (@jonjohnsonjr)
- de98ea1: Build ko for Windows (ko-build#339) (@imjasonh)
- 6905332: Build working Windows container images (ko-build#374) (@imjasonh)
- 64c2eef: Bump Kubernetes dependencies to 1.18. (ko-build#186) (@markusthoemmes)
- 5fb6c8c: Bump actions/checkout from 2 to 3 (ko-build#640) (@dependabot[bot])
- 86b6c28: Bump actions/checkout from 2 to 3 (ko-build#966) (@dependabot[bot])
- 97cba5d: Bump actions/setup-go from 2 to 3 (ko-build#680) (@dependabot[bot])
- ad90dea: Bump actions/setup-python from 2 to 4 (ko-build#835) (@dependabot[bot])
- 2a54d04: Bump actions/stale from 3 to 4.1.0 (ko-build#613) (@dependabot[bot])
- 42fa3ec: Bump actions/stale from 4.1.0 to 5 (ko-build#639) (@dependabot[bot])
- e53b952: Bump actions/stale from 5 to 6 (ko-build#826) (@dependabot[bot])
- 199156f: Bump actions/stale from 6 to 7 (ko-build#916) (@dependabot[bot])
- d8e8aa5: Bump actions/upload-artifact from 2 to 3 (ko-build#681) (@dependabot[bot])
- b4331f3: Bump aws-actions/configure-aws-credentials from 1.7.0 to 2.0.0 (ko-build#981) (@dependabot[bot])
- 88c512e: Bump codecov/codecov-action from 1 to 2.1.0 (ko-build#614) (@dependabot[bot])
- 2e32caa: Bump codecov/codecov-action from 2.1.0 to 3.0.0 (ko-build#682) (@dependabot[bot])
- 7e69826: Bump codecov/codecov-action from 3.0.0 to 3.1.0 (ko-build#692) (@dependabot[bot])
- 761e25d: Bump codecov/codecov-action from 3.1.0 to 3.1.1 (ko-build#827) (@dependabot[bot])
- e4a01f6: Bump deps to silence security alerts (ko-build#667) (@imjasonh)
- 84356b8: Bump ecr-login dep and update WithLogger callsite (ko-build#658) (@imjasonh)
- 116114f: Bump ggcr depenency (ko-build#41) (@jonjohnsonjr)
- e521d76: Bump ggcr to v0.4.0 (@jonjohnsonjr)
- 7f145a7: Bump github.com/containerd/stargz-snapshotter/estargz (ko-build#431) (@dependabot[bot])
- 7477a29: Bump github.com/containerd/stargz-snapshotter/estargz (ko-build#464) (@dependabot[bot])
- 933e908: Bump github.com/containerd/stargz-snapshotter/estargz (ko-build#508) (@dependabot[bot])
- 32490da: Bump github.com/containerd/stargz-snapshotter/estargz (ko-build#577) (@dependabot[bot])
- 1ae0fdd: Bump github.com/containerd/stargz-snapshotter/estargz (ko-build#615) (@dependabot[bot])
- 90970f8: Bump github.com/containerd/stargz-snapshotter/estargz (ko-build#647) (@dependabot[bot])
- 9459e51: Bump github.com/containerd/stargz-snapshotter/estargz (ko-build#664) (@dependabot[bot])
- 479ed62: Bump github.com/containerd/stargz-snapshotter/estargz (ko-build#685) (@dependabot[bot])
- 7ac1a03: Bump github.com/containerd/stargz-snapshotter/estargz (ko-build#768) (@dependabot[bot])
- cc4fd86: Bump github.com/containerd/stargz-snapshotter/estargz (ko-build#853) (@dependabot[bot])
- 1fea747: Bump github.com/containerd/stargz-snapshotter/estargz (ko-build#887) (@dependabot[bot])
- 2b77eca: Bump github.com/containerd/stargz-snapshotter/estargz (ko-build#948) (@dependabot[bot])
- 9f6e0d3: Bump github.com/docker/docker (ko-build#410) (@dependabot[bot])
- 6230daa: Bump github.com/docker/docker (ko-build#466) (@dependabot[bot])
- b1c35d2: Bump github.com/docker/docker (ko-build#490) (@dependabot[bot])
- b20faa5: Bump github.com/docker/docker (ko-build#510) (@dependabot[bot])
- ddf9257: Bump github.com/docker/docker (ko-build#559) (@dependabot[bot])
- c6e07e8: Bump github.com/docker/docker (ko-build#646) (@dependabot[bot])
- 895cff9: Bump github.com/docker/docker (ko-build#673) (@dependabot[bot])
- 16c44ca: Bump github.com/docker/docker (ko-build#700) (@dependabot[bot])
- 21319de: Bump github.com/docker/docker (ko-build#704) (@dependabot[bot])
- 85fe4c9: Bump github.com/docker/docker (ko-build#725) (@dependabot[bot])
- bb84aa3: Bump github.com/docker/docker (ko-build#817) (@dependabot[bot])
- bffa502: Bump github.com/docker/docker (ko-build#850) (@dependabot[bot])
- a4f5164: Bump github.com/docker/docker (ko-build#862) (@dependabot[bot])
- c96b64d: Bump github.com/docker/docker (ko-build#876) (@dependabot[bot])
- ac2df47: Bump github.com/docker/docker (ko-build#912) (@dependabot[bot])
- 684f209: Bump github.com/docker/docker (ko-build#941) (@dependabot[bot])
- 96d2518: Bump github.com/docker/docker (ko-build#941) (@dependabot[bot])
- 568a51e: Bump github.com/docker/docker (ko-build#953) (@dependabot[bot])
- 2b470fc: Bump github.com/docker/docker (ko-build#958) (@dependabot[bot])
- a965b40: Bump github.com/fsnotify/fsnotify from 1.4.9 to 1.5.1 (ko-build#430) (@dependabot[bot])
- 70b671c: Bump github.com/google/go-cmp from 0.5.6 to 0.5.7 (ko-build#567) (@dependabot[bot])
- 901730b: Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 (ko-build#695) (@dependabot[bot])
- 10e3ccc: Bump github.com/google/go-cmp from 0.5.8 to 0.5.9 (ko-build#818) (@dependabot[bot])
- 431e254: Bump github.com/google/go-containerregistry from 0.12.0 to 0.12.1 (ko-build#890) (@dependabot[bot])
- e205575: Bump github.com/google/go-containerregistry from 0.12.1 to 0.13.0 (ko-build#949) (@dependabot[bot])
- f44a16c: Bump github.com/google/go-containerregistry from 0.6.0 to 0.7.0 (ko-build#503) (@dependabot[bot])
- 64df1a7: Bump github.com/google/go-containerregistry from 0.7.0 to 0.8.0 (ko-build#565) (@dependabot[bot])
- 8561139: Bump github.com/google/go-containerregistry from 0.9.0 to 0.10.0 (ko-build#735) (@dependabot[bot])
- d1ff961: Bump github.com/sigstore/cosign from 1.10.0 to 1.10.1 (ko-build#786) (@dependabot[bot])
- 497ac17: Bump github.com/sigstore/cosign from 1.10.1 to 1.11.0 (ko-build#793) (@dependabot[bot])
- 9777023: Bump github.com/sigstore/cosign from 1.11.0 to 1.11.1 (ko-build#805) (@dependabot[bot])
- 01f28ab: Bump github.com/sigstore/cosign from 1.11.1 to 1.12.0 (ko-build#823) (@dependabot[bot])
- 3f30345: Bump github.com/sigstore/cosign from 1.12.0 to 1.12.1 (ko-build#829) (@dependabot[bot])
- 54258ef: Bump github.com/sigstore/cosign from 1.12.1 to 1.13.0 (ko-build#842) (@dependabot[bot])
- 7a9a6f0: Bump github.com/sigstore/cosign from 1.13.0 to 1.13.1 (ko-build#864) (@dependabot[bot])
- fea092c: Bump github.com/sigstore/cosign from 1.8.0 to 1.9.0 (ko-build#721) (@dependabot[bot])
- 7fafb61: Bump github.com/sigstore/cosign from 1.9.0 to 1.10.0 (ko-build#781) (@dependabot[bot])
- c4630fe: Bump github.com/sigstore/cosign/v2 from 2.0.0-rc.0 to 2.0.0-rc.1 (ko-build#950) (@dependabot[bot])
- f23b6a0: Bump github.com/sigstore/cosign/v2 from 2.0.0-rc.1 to 2.0.0-rc.2 (ko-build#957) (@dependabot[bot])
- d5125da: Bump github.com/sigstore/cosign/v2 from 2.0.0-rc.2 to 2.0.0 (ko-build#965) (@dependabot[bot])
- fd81c29: Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (ko-build#557) (@dependabot[bot])
- e010e79: Bump github.com/spf13/cobra from 1.3.0 to 1.4.0 (ko-build#648) (@dependabot[bot])
- 79a463d: Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (ko-build#734) (@dependabot[bot])
- 11ef3f7: Bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (ko-build#851) (@dependabot[bot])
- df75492: Bump github.com/spf13/cobra from 1.6.0 to 1.6.1 (ko-build#874) (@dependabot[bot])
- 815a59a: Bump github.com/spf13/viper from 1.10.0 to 1.10.1 (ko-build#558) (@dependabot[bot])
- 7352239: Bump github.com/spf13/viper from 1.10.1 to 1.11.0 (ko-build#686) (@dependabot[bot])
- 4f46c1d: Bump github.com/spf13/viper from 1.11.0 to 1.12.0 (ko-build#715) (@dependabot[bot])
- e16026e: Bump github.com/spf13/viper from 1.12.0 to 1.13.0 (ko-build#813) (@dependabot[bot])
- 140ac87: Bump github.com/spf13/viper from 1.13.0 to 1.14.0 (ko-build#882) (@dependabot[bot])
- 536f8ce: Bump github.com/spf13/viper from 1.14.0 to 1.15.0 (ko-build#942) (@dependabot[bot])
- 2dced74: Bump github.com/spf13/viper from 1.8.1 to 1.9.0 (ko-build#442) (@dependabot[bot])
- a1c8717: Bump github.com/spf13/viper from 1.9.0 to 1.10.0 (ko-build#529) (@dependabot[bot])
- 92e8055: Bump github/codeql-action from 1 to 2 (ko-build#696) (@dependabot[bot])
- a7c6b80: Bump golang.org/x/tools from 0.1.10 to 0.1.11 (ko-build#724) (@dependabot[bot])
- 5f3f0dd: Bump golang.org/x/tools from 0.1.11 to 0.1.12 (ko-build#783) (@dependabot[bot])
- f158992: Bump golang.org/x/tools from 0.1.12 to 0.2.0 (ko-build#863) (@dependabot[bot])
- d5b606e: Bump golang.org/x/tools from 0.1.5 to 0.1.6 (ko-build#441) (@dependabot[bot])
- b7c9449: Bump golang.org/x/tools from 0.1.6 to 0.1.7 (ko-build#465) (@dependabot[bot])
- 5565544: Bump golang.org/x/tools from 0.1.8 to 0.1.9 (ko-build#575) (@dependabot[bot])
- 61b3ccd: Bump golang.org/x/tools from 0.1.9 to 0.1.10 (ko-build#663) (@dependabot[bot])
- 68269e8: Bump golang.org/x/tools from 0.2.0 to 0.3.0 (ko-build#889) (@dependabot[bot])
- 8651233: Bump golang.org/x/tools from 0.3.0 to 0.4.0 (ko-build#900) (@dependabot[bot])
- 7bf3626: Bump golang.org/x/tools from 0.4.0 to 0.5.0 (ko-build#922) (@dependabot[bot])
- 44eb07f: Bump golang.org/x/tools from 0.5.0 to 0.6.0 (ko-build#959) (@dependabot[bot])
- 7859a3b: Bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 (ko-build#719) (@dependabot[bot])
- 6a11009: Bump goreleaser/goreleaser-action from 1 to 2.8.1 (ko-build#611) (@dependabot[bot])
- 56e14a1: Bump goreleaser/goreleaser-action from 2.8.1 to 2.9.0 (ko-build#621) (@dependabot[bot])
- cab626d: Bump goreleaser/goreleaser-action from 2.9.0 to 2.9.1 (ko-build#638) (@dependabot[bot])
- 85538a6: Bump goreleaser/goreleaser-action from 2.9.1 to 3.0.0 (ko-build#709) (@dependabot[bot])
- ad1de20: Bump goreleaser/goreleaser-action from 3.0.0 to 3.1.0 (ko-build#802) (@dependabot[bot])
- d7cd9d4: Bump goreleaser/goreleaser-action from 3.1.0 to 3.2.0 (ko-build#861) (@dependabot[bot])
- cf05215: Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 (ko-build#911) (@dependabot[bot])
- 8f56e3d: Bump goreleaser/goreleaser-action from 4.1.0 to 4.1.1 (ko-build#947) (@dependabot[bot])
- 1864ca1: Bump goreleaser/goreleaser-action from 4.1.1 to 4.2.0 (ko-build#952) (@dependabot[bot])
- 4d17e6e: Bump k8s.io/apimachinery from 0.20.6 to 0.21.3 (ko-build#391) (@dependabot[bot])
- e73be50: Bump k8s.io/apimachinery from 0.22.0 to 0.22.2 (ko-build#440) (@dependabot[bot])
- 08dfc02: Bump k8s.io/apimachinery from 0.22.2 to 0.22.3 (ko-build#489) (@dependabot[bot])
- 23c6850: Bump k8s.io/apimachinery from 0.22.3 to 0.22.4 (ko-build#509) (@dependabot[bot])
- 2ba70fc: Bump k8s.io/apimachinery from 0.22.4 to 0.23.0 (ko-build#531) (@dependabot[bot])
- 1a12a62: Bump k8s.io/apimachinery from 0.23.0 to 0.23.1 (ko-build#556) (@dependabot[bot])
- 64fa5ed: Bump k8s.io/apimachinery from 0.23.1 to 0.23.3 (ko-build#576) (@dependabot[bot])
- a36ea50: Bump k8s.io/apimachinery from 0.23.3 to 0.23.4 (ko-build#606) (@dependabot[bot])
- 327a88f: Bump k8s.io/apimachinery from 0.23.4 to 0.23.5 (ko-build#662) (@dependabot[bot])
- a639e6d: Bump k8s.io/apimachinery from 0.23.5 to 0.23.6 (ko-build#691) (@dependabot[bot])
- 0384619: Bump k8s.io/apimachinery from 0.23.6 to 0.24.0 (ko-build#701) (@dependabot[bot])
- 0771bec: Bump k8s.io/apimachinery from 0.24.0 to 0.24.1 (ko-build#714) (@dependabot[bot])
- 8e4587e: Bump k8s.io/apimachinery from 0.24.1 to 0.24.2 (ko-build#732) (@dependabot[bot])
- 9fbe1e1: Bump k8s.io/apimachinery from 0.24.2 to 0.24.3 (ko-build#767) (@dependabot[bot])
- 9c5fe63: Bump k8s.io/apimachinery from 0.24.3 to 0.24.4 (ko-build#792) (@dependabot[bot])
- 8b46b7e: Bump k8s.io/apimachinery from 0.24.4 to 0.25.0 (ko-build#804) (@dependabot[bot])
- b3ea37c: Bump k8s.io/apimachinery from 0.25.0 to 0.25.1 (ko-build#824) (@dependabot[bot])
- 69fbfdf: Bump k8s.io/apimachinery from 0.25.1 to 0.25.2 (ko-build#830) (@dependabot[bot])
- da32ce0: Bump k8s.io/apimachinery from 0.25.2 to 0.25.3 (ko-build#852) (@dependabot[bot])
- 2ad6e72: Bump k8s.io/apimachinery from 0.25.3 to 0.25.4 (ko-build#888) (@dependabot[bot])
- c4af8c2: Bump k8s.io/apimachinery from 0.25.4 to 0.26.0 (ko-build#901) (@dependabot[bot])
- 0daa17b: Bump k8s.io/apimachinery from 0.26.0 to 0.26.1 (ko-build#943) (@dependabot[bot])
- 9302da7: Bump k8s.io/apimachinery from 0.26.1 to 0.26.2 (ko-build#972) (@dependabot[bot])
- d5233ab: Bump sigs.k8s.io/kind from 0.11.1 to 0.12.0 (ko-build#645) (@dependabot[bot])
- 4b92bae: Bump sigs.k8s.io/kind from 0.12.0 to 0.13.0 (ko-build#703) (@dependabot[bot])
- 0a3256a: Bump sigs.k8s.io/kind from 0.13.0 to 0.14.0 (ko-build#708) (@dependabot[bot])
- 3f0b618: Bump sigs.k8s.io/kind from 0.14.0 to 0.15.0 (ko-build#811) (@dependabot[bot])
- 74cfcab: Bump sigs.k8s.io/kind from 0.15.0 to 0.16.0 (ko-build#831) (@dependabot[bot])
- 8fd1809: Bump sigs.k8s.io/kind from 0.16.0 to 0.17.0 (ko-build#875) (@dependabot[bot])
- 53d896e: Bump sigstore/cosign-installer from 2.0.0 to 2.0.1 (ko-build#612) (@dependabot[bot])
- 9baeed2: Bump sigstore/cosign-installer from 2.0.1 to 2.1.0 (ko-build#637) (@dependabot[bot])
- f6a4279: Bump sigstore/cosign-installer from 2.1.0 to 2.2.0 (ko-build#683) (@dependabot[bot])
- 3e1b96d: Bump sigstore/cosign-installer from 2.2.1 to 2.3.0 (ko-build#697) (@dependabot[bot])
- 821a4a7: Bump sigstore/cosign-installer from 2.3.0 to 2.4.0 (ko-build#726) (@dependabot[bot])
- 809b206: Bump sigstore/cosign-installer from 2.4.0 to 2.4.1 (ko-build#746) (@dependabot[bot])
- ad00979: Bump sigstore/cosign-installer from 2.4.1 to 2.5.0 (ko-build#784) (@dependabot[bot])
- 2c58e4a: Bump sigstore/cosign-installer from 2.5.0 to 2.5.1 (ko-build#794) (@dependabot[bot])
- 516cae1: Bump sigstore/cosign-installer from 2.5.1 to 2.6.0 (ko-build#816) (@dependabot[bot])
- 1ce9f7d: Bump sigstore/cosign-installer from 2.6.0 to 2.7.0 (ko-build#828) (@dependabot[bot])
- 9037d85: Bump sigstore/cosign-installer from 2.7.0 to 2.8.0 (ko-build#841) (@dependabot[bot])
- 75e9032: Bump sigstore/cosign-installer from 2.8.0 to 2.8.1 (ko-build#860) (@dependabot[bot])
- a158883: Bump sigstore/cosign-installer from 2.8.1 to 3.0.1 (ko-build#971) (@dependabot[bot])
- 0bd12fb: Bump slsa-framework/slsa-github-generator from 1.2.1 to 1.5.0 (ko-build#967) (@dependabot[bot])
- 501111b: Bump to Go 1.16.x (ko-build#435) (@mattmoor)
- ad0607f: Cache base image metadata in-memory (ko-build#525) (@jonjohnsonjr)
- dcae0e7: Chore: bumped base image to go 1.18 (ko-build#764) (@ellistarn)
- 5ac3ef9: Clean filepath from zip before creating tempdir (ko-build#459) (@imjasonh)
- 66bd5fc: Clear Cmd when setting Entrypoint (ko-build#624) (@jonjohnsonjr)
- b7d1820: Compress layers when we Build them (ko-build#47) (@jonjohnsonjr)
- 3edb68b: Connect SBOMs with SPDX support. (ko-build#511) (@mattmoor)
- 12e5001: Convert our SPDX SBOMs to spdx+json. (ko-build#740) (@mattmoor)
- 204fbc9: Correctly pass through base image annotations (ko-build#636) (@imjasonh)
- 1c5a859: Create CNAME (@imjasonh)
- bd8cfaa: Decorate per-architecture images with base image annotations. (ko-build#759) (@mattmoor)
- 335c1ac: Delete .travis.yml (ko-build#428) (@imjasonh)
- 305f086: Delete ko binary that leaked into the repo (ko-build#401) (@imjasonh)
- 562039f: Deprecate ko deps (ko-build#770) (@imjasonh)
- cfd680d: Deterministically fail ko {apply, create} (ko-build#133) (@jonjohnsonjr)
- 45467f0: Do not require docker installed for tests (ko-build#438) (@jonjohnsonjr)
- 5617d1e: Document /ko-app/ and entrypoint in README.md (ko-build#499) (@imjasonh)
- fa39374: Document GOFLAGS (@jonjohnsonjr)
- 380705f: Document KIND_CLUSTER_NAME env var in README.md (ko-build#373) (@imjasonh)
- 3691164: Document
--platform
flag in README.md (ko-build#211) (@imjasonh) - 1e3c8ae: Document ko publish in README (ko-build#469) (@imjasonh)
- 52d42d8: Document setup-ko in README.md (ko-build#484) (@imjasonh)
- f12b9e6: Document strict mode in README.md (ko-build#126) (@imjasonh)
- f527c9b: Document usage of KIND_CLUSTER_NAME (ko-build#220) (@markusthoemmes)
- f16d0d0: Don't add .exe suffix to windows executables (ko-build#400) (@imjasonh)
- b9cd759: Don't log the value of --password if given (ko-build#458) (@imjasonh)
- 86a7b6f: Don't set image.base.name if base is specified by digest (ko-build#408) (@imjasonh)
- 86a2d43: Drop name.WeakValidation (@imjasonh)
- 61d5250: Drop scary warning (ko-build#439) (@jonjohnsonjr)
- 30716ad: Enable dependabot (ko-build#386) (@imjasonh)
- d6b3a3c: Enable embedding of ko publish (ko-build#348) (@halvards)
- a68d0ab: Enable override of daemon publisher local domain (ko-build#362) (@halvards)
- 8295e25: Enable overriding docker client (ko-build#378) (@halvards)
- 9a256a4: Enable setting environment variables in .ko.yaml (ko-build#419) (@halvards)
- 2ba8bb2: Enable setting the working dir for the go tool (ko-build#365) (@halvards)
- 0015a81: Enforce more lint checks, fix findings (ko-build#492) (@imjasonh)
- cbe2784: Error if image platform does not match desired (ko-build#785) (@benmoss)
- 568da16: Extend ko.local and kind.local detection to include sub-repos (ko-build#796) (@imjasonh)
- 72e2752: Feature: Add ECR presubmit testing. (ko-build#934) (@mattmoor)
- a56047a: Filter out nil addendum before constructing index. (ko-build#546) (@mattmoor)
- 6cc2d7f: Fix ko-build#530 Hanging behavior with ASDF installed Go on Darwin (ko-build#548) (@StevenACoffman)
- ea2beac: Fix -P with passing ko:// through. (ko-build#163) (@mattmoor)
- d4fb288: Fix .goreleaser.yml (ko-build#285) (@mattmoor)
- 82cabb4: Fix GOROOT mismatch issues (ko-build#303) (@jonjohnsonjr)
- ee58128: Fix README formatting (ko-build#74) (@jonjohnsonjr)
- a41529e: Fix Windows e2e test (ko-build#599) (@imjasonh)
- d487673: Fix base image resolution (ko-build#201) (@mattmoor)
- c1f4ad1: Fix broken SLSA link (ko-build#899) (@imjasonh)
- 9645502: Fix date command (ko-build#75) (@jonjohnsonjr)
- d71c0df: Fix e2e push tests, these registries need --bare (ko-build#780) (@imjasonh)
- 985c449: Fix goimports (ko-build#196) (@mattmoor)
- 66a77a9: Fix handling of 'has' selectors (ko-build#473) (@antoineco)
- de2ce53: Fix issue where kubectl apply is run in place of kubectl create (ko-build#494) (@)
- 420c353: Fix issues related to Go 1.18 (ko-build#657) (@imjasonh)
- bec089d: Fix k8s.io/cli-runtime "require" (ko-build#189) (@mattmoor)
- 0801316: Fix ko login (ko-build#298) (@jonjohnsonjr)
- 56282bf: Fix layout tests on macos (ko-build#384) (@imjasonh)
- 598e7a7: Fix left-over from copy/paste (ko-build#214) (@tcnghia)
- d869cec: Fix link in static-assets.md (ko-build#893) (@yuryu)
- 3a0e70e: Fix mult-doc yaml re-joining (ko-build#63) (@jonjohnsonjr)
- 31d1c61: Fix off-by-one error (ko-build#742) (@mattmoor)
- 6aff039: Fix path mangling on Windows. (ko-build#112) (@evankanderson)
- 2adcadd: Fix regression in adding /ko-app to PATH (ko-build#448) (@imjasonh)
- 5a13603: Fix tarball publisher ctx handling (ko-build#545) (@jonjohnsonjr)
- 6aaa366: Fix texts regarding SBOM (ko-build#698) (@otms61)
- d39f171: Fix the link to releases (ko-build#291) (@vaikas)
- ab4ca8e: Fix the other publishers (ko-build#165) (@mattmoor)
- 695b39f: Fix things pointed out by golangci-lint (@markusthoemmes)
- c55c3fe: Fix typo in README.md (@imjasonh)
- 21728fd: Fix typo in stale GitHub Action (ko-build#367) (@imjasonh)
- 3cbbeb3: Fix verifier (ko-build#891) (@laurentsimon)
- ca1b2a1: Fix: Add directory containing binary to PATH (ko-build#127) (@halvards)
- 2860fcf: Fix: Use attestation-name output (ko-build#980) (@ianlewis)
- dc30efc: Format markdown (ko-build#217) (@mattmoor)
- 722ad3c: Format markdown (ko-build#272) (@knative-automation)
- 0bfb6b0: Format markdown (ko-build#282) (@knative-automation)
- 9e8023a: Format markdown (ko-build#353) (@knative-automation)
- c78b3e1: Format markdown (@knative-automation)
- b6ed60a: Format markdown (@knative-automation)
- c1c21e7: Format markdown (@knative-automation)
- a377740: Format markdown (@knative-automation)
- b21673e: Format markdown (@knative-automation)
- 0bdf5ee: Format markdown (@mattmoor)
- b99d96f: Format markdown (@mattmoor)
- b7b0435: Format markdown using prettier. (ko-build#185) (@mattmoor)
- feb4443: Format markdown using prettier. (@markusthoemmes)
- 98ff104: Generate CycloneDX SBOMs using our own JSON generation (ko-build#587) (@imjasonh)
- 780c281: Generate Markdown docs (ko-build#414) (@imjasonh)
- af2ff52: Generate ko deps in SPDX format (ko-build#507) (@imjasonh)
- e03e444: Handle KO_DOCKER_REPO=ko.local/repo and --bare correctly (ko-build#820) (@imjasonh)
- 8f22858: Have
--image-refs
list all images for multi-arch builds. (ko-build#761) (@mattmoor) - 61fbde8: Have kind.local test use --platform=all (ko-build#208) (@mattmoor)
- 040b7c7: Ignore cobra auto-generate comments in doc diff (ko-build#420) (@halvards)
- 5a25402: Ignore null YAML documents when using a label selector. (ko-build#107) (@Harwayne)
- 4342cef: Implement "strict mode" (@imjasonh)
- 8c7b9cb: Implement ko deps (ko-build#403) (@imjasonh)
- 835dcfb: Improve
ko run
(ko-build#76) (@jonjohnsonjr) - b9f9268: Improve build config issue error scenario ko-build#483 (ko-build#487) (@HeavyWombat)
- 9776d34: Improve strict-mode error message (@imjasonh)
- bdc2d9f: Include builds for Go 1.18 in CI matrixes (ko-build#652) (@imjasonh)
- 89ede91: Include cred helpers in keychain (ko-build#581) (@imjasonh)
- e980071: Include tag in resolved references (@jonjohnsonjr)
- 70f0273: Introduce --verbose flag that enables logs.Warn logs (ko-build#600) (@imjasonh)
- 54cddcc: Introduce KOCACHE (ko-build#269) (@jonjohnsonjr)
- d767708: IsSupportedReference returns descriptive error (ko-build#233) (@imjasonh)
- 688ca47: Isolate unit tests from os.Environ (ko-build#455) (@jonjohnsonjr)
- f8d0aca: Log base image@digest when building (ko-build#592) (@imjasonh)
- 82e899d: Look for ko.local in the daemon (ko-build#371) (@jonjohnsonjr)
- f04730d: Make --insecure-registry work with TLS registries whose certs we can't verify. (ko-build#398) (@evankanderson)
- b843019: Make --watch work with ko:// (ko-build#250) (@jonjohnsonjr)
- 618b163: Make Tarball publisher types private and return Interface. (ko-build#182) (@markusthoemmes)
- 91f5718: Make callers type out all of --strict (@imjasonh)
- 08fccaa: Mention other tools that integrate with ko (ko-build#504) (@imjasonh)
- 267b61e: Merge pull request ko-build#100 from syedriko/image_registry_auth_note (@imjasonh)
- 7893c74: Merge pull request ko-build#109 from jonjohnsonjr/tagged-digests (@imjasonh)
- 021e392: Merge pull request ko-build#14 from ImJasonH/fix (@imjasonh)
- f0a367d: Merge pull request ko-build#15 from google/ImJasonH-patch-1 (@jonjohnsonjr)
- 3584e2d: Merge pull request ko-build#16 from dvrkps/patch-1 (@jonjohnsonjr)
- eab537e: Merge pull request ko-build#17 from ImJasonH/weak (@jonjohnsonjr)
- 27676b1: Merge pull request ko-build#198 from google/ImJasonH-patch-1 (@imjasonh)
- c97dbc9: Merge pull request #2 from ImJasonH/fix (@imjasonh)
- efbe5b7: Merge pull request ko-build#205 from mattmoor/auto-updates/format-markdown (@imjasonh)
- 28a36d6: Merge pull request ko-build#213 from mattmoor/auto-updates/common-actions (@imjasonh)
- 2c4d755: Merge pull request ko-build#222 from markusthoemmes/fix-lints (@imjasonh)
- 9b91035: Merge pull request ko-build#223 from mattmoor/auto-updates/format-markdown (@imjasonh)
- 33d1b3d: Merge pull request ko-build#226 from ImJasonH/badge (@imjasonh)
- ff18e80: Merge pull request ko-build#232 from knative-automation/auto-updates/common-actions (@imjasonh)
- ea5dc20: Merge pull request ko-build#244 from knative-automation/auto-updates/common-actions (@imjasonh)
- bd1ec54: Merge pull request ko-build#247 from jonjohnsonjr/filepath (@imjasonh)
- 8a084cb: Merge pull request ko-build#25 from cezkuj/ko-version (@imjasonh)
- 5b08b05: Merge pull request ko-build#255 from knative-automation/auto-updates/common-actions (@imjasonh)
- 06ebf03: Merge pull request ko-build#260 from knative-automation/auto-updates/common-actions (@imjasonh)
- 68ebcc8: Merge pull request ko-build#270 from knative-automation/auto-updates/common-actions (@imjasonh)
- 771a2a3: Merge pull request ko-build#278 from knative-automation/auto-updates/format-markdown (@imjasonh)
- 78b7bed: Merge pull request ko-build#280 from jonjohnsonjr/document-goflags (@imjasonh)
- b898b77: Merge pull request ko-build#281 from jonjohnsonjr/strict-always (@imjasonh)
- 5b7eaf7: Merge pull request ko-build#283 from knative-automation/auto-updates/common-actions (@imjasonh)
- 4372e2a: Merge pull request ko-build#284 from knative-automation/auto-updates/common-actions (@imjasonh)
- bd91eab: Merge pull request ko-build#290 from knative-automation/auto-updates/format-markdown (@imjasonh)
- dfe3d51: Merge pull request ko-build#293 from jonjohnsonjr/bump-ggcr (@imjasonh)
- 3c21033: Merge pull request ko-build#302 from knative-automation/auto-updates/format-markdown (@imjasonh)
- 4ad3f11: Merge pull request ko-build#306 from ImJasonH/rename (@imjasonh)
- f25feec: Merge pull request ko-build#308 from knative-automation/auto-updates/common-actions (@imjasonh)
- b8162cf: Merge pull request ko-build#310 from knative-automation/auto-updates/common-actions (@imjasonh)
- c14c08e: Merge pull request ko-build#312 from dprotaso/bump-deps (@imjasonh)
- 5eef982: Merge pull request ko-build#313 from zhouhaibing089/update-bare-comment (@imjasonh)
- c0b2a1c: Merge pull request ko-build#318 from ImJasonH/readme (@imjasonh)
- 8c33a4e: Merge pull request ko-build#322 from knative-automation/auto-updates/format-markdown (@imjasonh)
- dd33257: Merge pull request ko-build#326 from knative-automation/auto-updates/common-actions (@imjasonh)
- ee02868: Merge pull request ko-build#327 from knative-automation/auto-updates/common-actions (@imjasonh)
- 0b96f41: Merge pull request ko-build#329 from knative-automation/auto-updates/common-actions (@imjasonh)
- abe1433: Merge pull request ko-build#331 from ImJasonH/base-import-paths (@imjasonh)
- f5b79ff: Merge pull request ko-build#333 from knative-automation/auto-updates/common-actions (@imjasonh)
- 1d9e8e7: Merge pull request ko-build#334 from knative-automation/auto-updates/format-markdown (@imjasonh)
- 866dcde: Merge pull request ko-build#335 from google/ImJasonH-patch-1 (@imjasonh)
- d498734: Merge pull request ko-build#338 from mgiessing/main (@imjasonh)
- d32f069: Merge pull request ko-build#43 from mattmoor/update-ggcr (@imjasonh)
- 93ba9aa: Merge pull request ko-build#53 from spencer-p/master (@imjasonh)
- b7eb9df: Merge pull request ko-build#58 from ImJasonH/strict (@imjasonh)
- 9242988: Merge pull request ko-build#66 from ImJasonH/cobra (@imjasonh)
- c959e60: Merge pull request ko-build#67 from ImJasonH/mod (@imjasonh)
- 15f9719: Merge pull request ko-build#89 from toshi0607/feature/fix-broken-markdown (@imjasonh)
- 57f20d0: Merge pull request ko-build#98 from n3wscott/logo (@imjasonh)
- e1b4ead: Move docs to ko.build (ko-build#749) (@imjasonh)
- c2b862d: Move ko binary to root of project. (ko-build#257) (@)
- 6f9fb7f: Move ko commands to pkg/commands (ko-build#29) (@n3wscott)
- d9cc0ca: Move the kind and integration tests to actions (ko-build#225) (@mattmoor)
- fba1d3d: Moving options to pkg/commands/options. (ko-build#28) (@n3wscott)
- 8b52ec2: Multi-platform ko (ko-build#38) (@jonjohnsonjr)
- 5787600: Normalize the package hash to hex. (ko-build#512) (@mattmoor)
- 1e05e91: Pin k8s.io/api for good measure (ko-build#188) (@mattmoor)
- 75ab991: Plumb through context in kind.Tag and kind.Write (ko-build#341) (@imjasonh)
- 9139f45: Populate base image information via DESCENDENT_OF (ko-build#744) (@mattmoor)
- c67fb03: Pre-parse platform string with StringSliceVar (ko-build#551) (@wilsonehusin)
- b813b95: Prepare for Go 1.18 by replacing all our forked code (ko-build#549) (@imjasonh)
- 4833bb4: Preserve YAML comments & style when resolving/applying (ko-build#103) (@dprotaso)
- 9bae8ab: Print images to stdout as we publish them. (ko-build#36) (@sixolet)
- 5af0bc1: Print more complete platform information. (ko-build#200) (@mattmoor)
- 1c70438: Print platform variant when building go binary (ko-build#248) (@jonjohnsonjr)
- 7e9709a: Produce OCI images by default (ko-build#623) (@imjasonh)
- 23ecf47: Propagate --insecure-registry to base image (ko-build#370) (@jonjohnsonjr)
- a28ed35: Publish an tagged image on release (ko-build#868) (@vdemeester)
- 6500b08: Pull in the config change to ggcr. (@mattmoor)
- a6277d0: Quick typo fix (ko-build#99) (@ScottBrenner)
- dde6c6d: Re-enable codeql analysis (ko-build#457) (@imjasonh)
- b5daa6c: Reduce config a bit (@markusthoemmes)
- ff61ea3: Refactor how/where ko:// is handled. (ko-build#153) (@mattmoor)
- 79beb3b: Refactor the publish.Namer, add
--bare
option for image naming (ko-build#234) (@mattmoor) - d108e69: Reject the -toolexec flag (ko-build#752) (@imjasonh)
- cd41b3e: Remove --watch mode (ko-build#585) (@imjasonh)
- 37aef60: Remove GitHub Action (ko-build#352) (@imjasonh)
- 91077c8: Remove Travis badge (ko-build#452) (@imjasonh)
- 466dbab: Remove dependency on cli-runtime (ko-build#413) (@imjasonh)
- 33e66ac: Remove deprecated things. (ko-build#162) (@mattmoor)
- d7b989a: Remove docs for Strict Mode and --strict flag (ko-build#210) (@imjasonh)
- f26825f: Remove extra dashes (ko-build#86) (@jonjohnsonjr)
- d32cfff: Remove redundant return path (ko-build#774) (@jonjohnsonjr)
- 3315663: Remove strictness checks from build, into resolve (@imjasonh)
- 1fcfe62: Reorder parsing KO_DOCKER_REPO to get proper credentials (ko-build#117) (@cezkuj)
- 672e478: Resolving ko-build#21 issue. Adding git-dir flag to always execute inside ko's directory in GOPATH (@cezkuj)
- e8b7ded: Resolving ko-build#21 issue. Adding ko version and simple release script (@cezkuj)
- 0aca6f6: Resolving ko-build#21 issue. Fixing conflicts after commands refactoring. Improving version command (@cezkuj)
- cef9764: Return better error messages (ko-build#33) (@jonjohnsonjr)
- 42723d7: Revert "Always produce OCI images and indexes (ko-build#449)" (ko-build#462) (@imjasonh)
- aafd3e8: Revert "Produce OCI images by default (ko-build#623)" (ko-build#653) (@imjasonh)
- 64b28d0: Revert to 0.18.8 of K8s (ko-build#279) (@mattmoor)
- fee3c26: Review feedback (@imjasonh)
- 4a4d1b0: Revive progress and warning logs (ko-build#203) (@jonjohnsonjr)
- acf34ed: Rework parsing logic (ko-build#138) (@jonjohnsonjr)
- 5640c33: Run golangci-lint before tool setup to fix tar errors (ko-build#518) (@markusthoemmes)
- 5a4d14e: Run tests with Go 1.11 and 1.12 (drop 1.10) (@imjasonh)
- cde2582: Run the hello test on multiple architectures (ko-build#227) (@mattmoor)
- 7e9eb07: SPDX 2.3 support (ko-build#803) (@puerco)
- 7a8f1b9: SPDX: Fix package manager label (ko-build#801) (@puerco)
- c3a657a: Set AutomaticEnv for viper (ko-build#131) (@jonjohnsonjr)
- e961890: Set GOAMD64 if variant is set (ko-build#578) (@imjasonh)
- 1f17ce9: Set GOARM based on platform.variant (ko-build#239) (@jonjohnsonjr)
- d24b60a: Set UA to something ko-specific (ko-build#116) (@jonjohnsonjr)
- ae594dc: Set build config via BuildOptions (ko-build#421) (@halvards)
- 8135bf2: Set config creation time without mutating (ko-build#524) (@imjasonh)
- 2f230b8: Set layer media types consistently (ko-build#776) (@imjasonh)
- cdd1dec: Several SPDX SBOM adjustments. (ko-build#760) (@mattmoor)
- 0187841: Sign image using cosign (ko-build#595) (@imjasonh)
- 7b8b24f: Silence usage report on internal errors (ko-build#397) (@evankanderson)
- ecce857: Some small nits around the codebase to make linters happy. (ko-build#181) (@markusthoemmes)
- 29fccb0: Speed up base image unit test with local registry (ko-build#429) (@halvards)
- 2299765: Start emitting multi-arch SBOMs for
SPDX
withko
(ko-build#743) (@mattmoor) - c183e84: Stop using filepath.Join in publisher (@jonjohnsonjr)
- 2863ff1: Streamline README.md (@imjasonh)
- f9775dc: Support --tag and --tag-only with nop publisher (ko-build#797) (@imjasonh)
- 33fa766: Support osversion when selecting base images (ko-build#536) (@imjasonh)
- 5f733f9: Support partial platform matching for osversion only (ko-build#572) (@imjasonh)
- 60e32d0: Switch to go 1.14 in go.mod, test 1.15 (ko-build#187) (@mattmoor)
- 31be2cb: Take advantage of Chainguard maintained versions of various actions. (ko-build#609) (@mattmoor)
- 8dbea6b: Temp fix for SLSA generators (ko-build#886) (@laurentsimon)
- ea93812: Test the right directory for kocache (ko-build#616) (@jonjohnsonjr)
- d45c527: This adds the deprecation notices for ko:// and nonroot (ko-build#161) (@mattmoor)
- 787d625: Unconditionally set the base image annotation. (ko-build#745) (@mattmoor)
- 1809666: Update "go install" instructions (ko-build#377) (@xuhdev)
- eb2597f: Update 'ko publish' -> 'ko build' in README (ko-build#601) (@imjasonh)
- 9d79f6c: Update .goreleaser.yml (@mgiessing)
- 429a409: Update .travis.yml (ko-build#156) (@dprotaso)
- f40d2dc: Update Go 1.18 code to match RC 1 (ko-build#631) (@imjasonh)
- eef795f: Update OpenShift instructions to point to latest (ko-build#437) (@chmouel)
- 56f32f8: Update README to include better install instructions (ko-build#87) (@imjasonh)
- 01820ce: Update README with link to kind (ko-build#212) (@steeling)
- d050647: Update README.md (@imjasonh)
- 0621cba: Update README.md (@imjasonh)
- d5ec166: Update actions (ko-build#355) (@knative-automation)
- 1b023d3: Update actions (ko-build#363) (@knative-automation)
- a61e14d: Update base image to ghcr.io/distroless/static:latest (ko-build#737) (@imjasonh)
- caa953d: Update cobra dep (@imjasonh)
- 36a921f: Update common github actions (ko-build#242) (@knative-automation)
- 8e1aaa1: Update common github actions (ko-build#311) (@knative-automation)
- 4f05ece: Update common github actions (@knative-automation)
- f68496a: Update common github actions (@knative-automation)
- 12bbd4c: Update common github actions (@knative-automation)
- 146f9bc: Update common github actions (@knative-automation)
- dab4c5e: Update common github actions (@knative-automation)
- c917737: Update common github actions (@knative-automation)
- 3414d41: Update common github actions (@knative-automation)
- 9ea38a2: Update common github actions (@knative-automation)
- c17d050: Update common github actions (@knative-automation)
- eacbed4: Update common github actions (@knative-automation)
- 87d718d: Update common github actions (@knative-automation)
- e7e38b4: Update common github actions (@knative-automation)
- 77a7a50: Update common github actions (@knative-automation)
- 2d9942c: Update common github actions (@mattmoor)
- 3fc720f: Update ecr-login dependency to allow us to avoid logspam (ko-build#586) (@imjasonh)
- 28f239a: Update ggcr (ko-build#113) (@jonjohnsonjr)
- f9e50dc: Update ggcr (ko-build#136) (@jonjohnsonjr)
- 451287a: Update ggcr (ko-build#83) (@jonjohnsonjr)
- 241d532: Update ggcr (ko-build#91) (@jonjohnsonjr)
- 479bd3e: Update ggcr (ko-build#97) (@jonjohnsonjr)
- 960e6a3: Update ggcr and use the new tarball.WithCompressCaching (ko-build#263) (@mattmoor)
- b7e1a7f: Update ggcr dependency (ko-build#119) (@jonjohnsonjr)
- eb93ca8: Update ggcr to v0.3.0 (ko-build#276) (@jonjohnsonjr)
- ed28755: Update go-containerregistry (ko-build#140) (@jonjohnsonjr)
- d356007: Update gobuild.go (ko-build#56) (@xmlking)
- d91d7a4: Update golangci-lint and fix issues (ko-build#519) (@markusthoemmes)
- 8104425: Update kind to the latest release. (ko-build#184) (@markusthoemmes)
- ab8152a: Update ko to ggcr head, update ggcr vendor (@imjasonh)
- 98a8ec6: Update setup-ko version (ko-build#836) (@ianlewis)
- 746ec90: Update travis link to main branch (@imjasonh)
- aeb0830: Updating README for information on OpenShift (ko-build#346) (@chmouel)
- 3a17dee: Use GOOS/GOARCH from base image (ko-build#77) (@jonjohnsonjr)
- 08c6c71: Use Go 1.16+ to release (ko-build#444) (@imjasonh)
- f9504d0: Use a more appropriate idiom (@spencer-p)
- 4ff8308: Use annotation strings from image-spec/specs-go (ko-build#407) (@imjasonh)
- 103ff5b: Use build config Dir for all go tool commands (@halvards)
- 3ef2fec: Use chainguard-dev/actions/setup-registry (ko-build#772) (@imjasonh)
- 29cd8e0: Use cobra's RunE wherever possible (ko-build#343) (@imjasonh)
- 133ae27: Use debug.ReadBuildInfo to populate
ko version
(ko-build#81) (@imjasonh) - 6ff3469: Use default
completion
command provided by cobra. (ko-build#522) (@darklore) - 674932f: Use helm/kind-action to set up KinD cluster (ko-build#381) (@imjasonh)
- 34568ca: Use remote.WithUserAgent where possible (ko-build#294) (@jonjohnsonjr)
- 1e46fde: Use signal.NotifyContext and cmd.Context (ko-build#482) (@imjasonh)
- 691da5a: Use sync.Map to cache base image lookups (ko-build#712) (@imjasonh)
- 5d7673e: Use tools/go/packages in place of go/build (ko-build#486) (@benmoss)
- 1fcfd75: Use working directory and build config
dir
(ko-build#427) (@halvards) - 3e5ee5b: Validate KO_CONFIG_PATH (ko-build#471) (@tcnghia)
- f45bc13: Viper keys are case insensitive. (ko-build#150) (@mattmoor)
- 35a4d2c: Warn that watch mode is deprecated (ko-build#434) (@imjasonh)
- ee74460: Wrap io errs for kodata layer (ko-build#320) (@jonjohnsonjr)
- bd3f1cb: [Automated] Update actions (ko-build#194) (@mattmoor)
- be4e1ff: [Resolves ko-build#71] Add trimpath arg to gobuild (ko-build#102) (@stanleynguyen)
- 5a8663b: [ci] upgrade to Go 1.17 everywhere, clean up configs (ko-build#445) (@imjasonh)
- 6cbfe96: [modules] Dependent command packages can now be built with ko (ko-build#154) (@dprotaso)
- 4f6bd9c: add CONTRIBUTING, code of conduct, roadmap (ko-build#837) (@imjasonh)
- 45240bf: add KO_DEFAULTBASEIMAGE usage to docs (ko-build#895) (@developer-guy)
- e01a7ab: add MAINTAINERS.md (ko-build#905) (@imjasonh)
- bd404f3: add SOURCE_DATE_EPOCH usage (ko-build#72) (@)
- 03f4aed: add ko community meeting details (ko-build#938) (@developer-guy)
- 1bc3405: add ko.build/slack short link (ko-build#945) (@imjasonh)
- 2e28671: add kubectl check for ko delete, apply, and create (ko-build#120) (@danielhelfand)
- 0c205ab: add selector flag and logic (ko-build#46) (@ilackarms)
- e1061f7: add tag name to the provenance (@cpanato)
- aff9be7: add warning when using both --local and KO_DOCKER_REPO to ko.local (ko-build#629) (@cpanato)
- 3baf14d: adds org move message (ko-build#789) (@mchmarny)
- eaba2b8: allow refs-file to be read by other users (ko-build#723) (@seankhliao)
- 600d003: another docs update (ko-build#856) (@imjasonh)
- 5b4d3e4: apps-v1 (@imjasonh)
- c518e5d: attempt to fix GH Pages publishing (ko-build#843) (@imjasonh)
- 1a5551d: build: Imply current import path (ko-build#717) (@imjasonh)
- 6014fcd: bump containerd dependency (ko-build#463) (@imjasonh)
- af19d48: bump deps & drop replace directives (@dprotaso)
- f70e3ca: bump ggcr and handle breaking change (ko-build#866) (@imjasonh)
- e22e7a1: bump ggcr dep to @main (ko-build#976) (@imjasonh)
- 5395f99: bump ggcr dep to v0.5.0 (ko-build#349) (@imjasonh)
- 797d9d5: bump go version in go.mod to 1.18 (ko-build#845) (@imjasonh)
- 24e371a: bump go-containerregistry dep (ko-build#404) (@imjasonh)
- 2358dba: bump go-containerregistry dependency (ko-build#773) (@imjasonh)
- 4c55279: bump mongo dep to avoid retracted version (ko-build#833) (@imjasonh)
- 2547a9c: check NewGo error (@dvrkps)
- a5f223e: check and use the latest go available for the defined version (ko-build#690) (@cpanato)
- c08133d: check if have all and other platforms set in the --platform flag (ko-build#630) (@cpanato)
- 9a1eae8: ci: build and test using 1.18 and 1.19 (drop 1.17) (ko-build#812) (@imjasonh)
- c014ec1: disable travis arm64 builds (ko-build#395) (@imjasonh)
- 0d0ed4d: doc: add homebrew install (ko-build#301) (@chenrui333)
- 1c69d9c: doc: fix link to Installation page in Getting Started (ko-build#846) (@antoineco)
- e6a7a37: docs(readme): add sbom section (ko-build#710) (@developer-guy)
- 552c3d4: documentation: auth without docker, not without ko (ko-build#266) (@arve0)
- 59c4264: don't fail if LDFLAGS env isn't set (ko-build#758) (@imjasonh)
- 0451db7: drop special behavior to support Go pre-1.13 (ko-build#446) (@imjasonh)
- a148473: exercise symlink chasing without .git (ko-build#763) (@imjasonh)
- f9b4471: expose commands.ResolveFilesToWriter() method to allow downstream (ko-build#787) (@joshrwolf)
- f6025f9: feat: Add KO_GO_PATH env var (ko-build#930) (@embano1)
- e93dbee: feat: add keychain instead of auth to fix different repository problem (ko-build#821) (@developer-guy)
- 5f75bcf: feat: deduplicate tags (ko-build#884) (@bluebrown)
- 14b4fe1: feat: generate SLSA provenance for release binaries (ko-build#730) (@laurentsimon)
- 921a580: feat: not enforce KO_DOCKER_REPO with push=false (ko-build#604) (@dirien)
- 5e0452a: feat: write sbom result to disk (ko-build#822) (@developer-guy)
- 890365c: fix GitHub Actions workflows (ko-build#777) (@imjasonh)
- 453bf80: fix KO_CONFIG_PATH pointing to a file (ko-build#923) (@imjasonh)
- f5bfec3: fix broken markdown (@toshi0607)
- 7ce9478: fix cosign by adding --yes (ko-build#973) (@imjasonh)
- 8e075ae: fix file extension for cyclonedx (ko-build#974) (@developer-guy)
- d909115: fix gobuild_test.go (@imjasonh)
- d580f39: fix unit tests (@imjasonh)
- d48a621: fix: create dir for KOCACHE (ko-build#607) (@developer-guy)
- 11670b7: fix: handle docker's unknown/unknown platform in index manifests (ko-build#975) (@imjasonh)
- ff69e17: fix: possible race condition when applying templates to flags/ldflags (ko-build#913) (@caarlos0)
- 3e73a50: go mod tidy (ko-build#141) (@jonjohnsonjr)
- cefd28f: go1.18: Preserve trailing tabs while massaging
go version -m
output (ko-build#668) (@tstromberg) - d6db71d: install mkdocs-redirect when publishing site (ko-build#873) (@imjasonh)
- da6b9c1: install: fail with 404 instead of gzip error when url was wrong (ko-build#879) (@grosser)
- 2336bb5: ko run: remove --generator flag (ko-build#751) (@imjasonh)
- 811b34a: ko.build: support some common shortlinks (ko-build#872) (@imjasonh)
- 4f686b1: moar fix (@imjasonh)
- eefd864: move ko to cmd/ko from cmd/ (@imjasonh)
- 32f68f3: nit: replace one-item slice with const (ko-build#885) (@imjasonh)
- b27ed4e: options: update --bare help message (@zhouhaibing089)
- 2f3c49e: point to releases for installation (ko-build#289) (@vaikas)
- 6ce8a43: refactor release job (@cpanato)
- 5697b9d: rel url. (@)
- 18d3a82: remove 'ko deps' (ko-build#937) (@imjasonh)
- b1ce051: remove cmd/ko/README.md (@imjasonh)
- ca1648d: remove deprecated k8s flags support (ko-build#750) (@imjasonh)
- f987fba: remove repeated error message on failure (ko-build#921) (@imjasonh)
- 52094bd: removes repo move message (ko-build#814) (@mchmarny)
- 967e3eb: rm cmd/ko/main.go (ko-build#628) (@imjasonh)
- a6442e6: support goarch mips64le architecture. (ko-build#309) (@houfangdong)
- 3f08dc2: truncate -image-refs file (ko-build#855) (@imjasonh)
- 725771c: update CONTRIBUTING.md (@imjasonh)
- d3ab89f: update Gopkg.toml (@imjasonh)
- 6bda550: update default base image to distroless.dev/static (ko-build#790) (@imjasonh)
- e947aa3: update deps (ko-build#392) (@imjasonh)
- ffe5ac0: update docs to reflect actual base image (ko-build#903) (@imjasonh)
- 43cdbd2: update docs: fix broken links, align with README (ko-build#854) (@imjasonh)
- 9661bdd: update link to ko goreleaser docs (ko-build#936) (@imjasonh)
- 76f46cc: upgrade to cosign v2.0.0-rc.0 (ko-build#933) (@imjasonh)
- 8d9a417: upgrade to latest dependencies (ko-build#195) (@mattmoor)
- 3cf55a1: use automaxprocs to calculate the number of CPUs (ko-build#649) (@dprotaso)
- 6447264: use github api to generate the changelog (ko-build#474) (@caarlos0)
- 8f817fd: use go modules (@imjasonh)
- 62800bc: warning users when using both --base-import-paths --bare flags (ko-build#618) (@cpanato)
- c7fcffb: website: update CNCF announcement (ko-build#920) (@imjasonh)