Releases: vmware-archive/buildkit-cli-for-kubectl
Release v0.1.6
What's Changed
- HomebrewFormula: add linux support by @nicks in #118
- Vendor bump containerd/docker/runc by @dhiltgen in #122
- Force runc 1.0.3 vendoring by @dhiltgen in #125
- feat: use -trimpath and buildid= for better reproducible binaries by @developer-guy in #126
- Use newer lint tools by @dhiltgen in #131
- Update client go by @gnadaban in #130
- Bump vendoring for distribution and containerd by @dhiltgen in #127
- Add docs showing how to validate images are loaded by @dhiltgen in #132
- Bump vendoring for containerd and runc by @dhiltgen in #135
New Contributors
- @nicks made their first contribution in #118
- @developer-guy made their first contribution in #126
- @gnadaban made their first contribution in #130
Full Changelog: v0.1.5...v0.1.6
Release v0.1.5
What's Changed
- Update brew to v0.1.4 by @dhiltgen in #104
- Register GCP auth provider by @unguiculus in #105
- Bump containerd vendoring by @dhiltgen in #111
- bump containerd and opencontainers vendoring by @dhiltgen in #114
- Bump vendoring for more components by @dhiltgen in #115
New Contributors
- @unguiculus made their first contribution in #105
Full Changelog: v0.1.4...v0.1.5
Release v0.1.4
Release v0.1.3
44201ab MacOS Packaging - Add brew Formula for a Tap
c042dfc Add Choco packaging for windows
0265e67 Add deb and rpm packaging
c185ebc Add hint for Docker Hub registry name
fadec7b Add support for custom config mounting
714c034 Harden default creation for parallel invocation
364ef5a Support multiple concurrent builder deployments
b39e01b Fix containerd socket mount on retry
4993b42 Harden pod chooser for no running pods
9438b36 Fix ConfigMap glitches and doc registry caching
e8db8fc Fix panic on rootless build without push
Install Instructions
MacOS
If you haven't already added the tap, do so with
brew tap vmware-tanzu/buildkit-cli-for-kubectl https://github.com/vmware-tanzu/buildkit-cli-for-kubectl
Then you can install with
brew install kubectl-buildkit
Windows
Download the nupkg
artifact below and in a PowerShell Admin terminal, run
choco install .\kubectl-buildkit.0.1.3.nupkg
Linux
Download the rpm or deb artifact below and use yum install ./kubectl-buildkit*.rpm
or apt install ./kubectl-buildkit*.deb
Release v0.1.2
Release v0.1.0
First release on github with new CI system in place.