Skip to content

Releases: cedrickring/kbuild

kbuild

28 Aug 10:13
c26536c
Compare
Choose a tag to compare
  • Fix missing logs when build fails

kbuild 1.1.1

22 Feb 20:47
Compare
Choose a tag to compare
  • Fix nil context source if no args have been provided

kbuild 1.1.0

15 Feb 19:46
249800f
Compare
Choose a tag to compare
  • Added GCS context support (#20)
  • Run kbuild in context so it can get cancelled (#30)
  • Using goimports and golangci-lint (#27)
  • Use filepath.ToSlash (#24)

kbuild 1.0.0

01 Jan 14:44
b0df4e6
Compare
Choose a tag to compare
  • Updated k8s.io dependencies to 1.12.3 #10
  • Removed the need of kubectl #14
  • Added --username and --password flag to provide registry credentials #14
  • Using logrus instead of own logging solution
  • Fixed the single file copy again

kbuild 0.4.0

23 Dec 14:52
4b331ed
Compare
Choose a tag to compare
  • Added support for --namespace flag #16
  • Fixed missing log output from Kaniko executor #18
  • Added support for build args via --build-arg #21
  • Fixed single file copy into the build context

kbuild 0.3.0

07 Dec 16:52
a29b208
Compare
Choose a tag to compare
  • Added support for multiple tags
  • Only required files are added to the build context (files added by ADD and COPY)
  • --workdir now has a lowercased d

kbuild 0.2.0

01 Dec 13:56
Compare
Choose a tag to compare
  • Support for .dockerignore files
  • kbuild exits with a non 0 exit code when the build fails at some point (good for CI tools)
  • First production ready build

kbuild 0.1.0

29 Nov 10:23
Compare
Choose a tag to compare
kbuild 0.1.0 Pre-release
Pre-release
Fixed build-all target in Makefile