Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Releases: vmware-archive/buildkit-cli-for-kubectl

Release v0.1.6

13 Jul 18:18
16bb60c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.5...v0.1.6

Release v0.1.5

22 Nov 22:46
ca22e6c
Compare
Choose a tag to compare
Release v0.1.5 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.1.5

Release v0.1.4

14 Sep 22:54
3cdb096
Compare
Choose a tag to compare
Release v0.1.4 Pre-release
Pre-release

1348966 Enhance version command to report client and builder version information
0f34580 Update BuildKit and containerd dependencies
5e7830e Bump go version for CI to 1.16
f5df3be Improve retry logic for containerd
9fb6685 Allow to add environment variable on builder instance (e.g. http_proxy)

Release v0.1.3

26 Mar 20:30
e76c756
Compare
Choose a tag to compare
Release v0.1.3 Pre-release
Pre-release

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

20 Nov 01:27
25b70ef
Compare
Choose a tag to compare
Release v0.1.2 Pre-release
Pre-release

49c5e69 Give windows binaries a dot-exe suffix
3821ca0 Fix minor help alias glitch
e1d2340 Use a better annotation key
ae17ce2 Set up anti-affinity for Docker based runtime

Release v0.1.0

05 Nov 19:11
1b20b37
Compare
Choose a tag to compare
Release v0.1.0 Pre-release
Pre-release

First release on github with new CI system in place.