Releases: cedrickring/kbuild
Releases · cedrickring/kbuild
kbuild
- Fix missing logs when build fails
kbuild 1.1.1
- Fix nil context source if no args have been provided
kbuild 1.1.0
- 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
- 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
- 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
- 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
- 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
Fixed build-all target in Makefile