Releases: drone/drone-kaniko
Releases · drone/drone-kaniko
v1.4.0
What's Changed
- Add support for custom platform by @shubham149 in #32
- Unify registry+repo behavior between plugins by @kylelemons in #31
- Fix "--cache-ttl" flag missing unit in duration by @zzl221000 in #35
- Upgrade kaniko version to 1.7.0 by @shubham149 in #37
New Contributors
- @zzl221000 made their first contribution in #35
Full Changelog: v1.3.1...v1.4.0
v1.3.1
What's Changed
- Add support for automatic tagging (:1, :1.2, :1.2.3, etc) for semantic versions by @kylelemons in #22
- Make json key optional for GCR push by @shubham149 in #30
New Contributors
- @kylelemons made their first contribution in #22
Full Changelog: v1.3.0...v1.3.1
Upgraded kaniko version to v1.6.0
What's Changed
- add flag --no-push by @raunyoliveira-hotmart in #21
- Add verbosity as params by @shubham149 in #23
- Add support for creating ECR repos by @colinhoglund in #24
- Do not require username/password with
no_push: true
by @colinhoglund in #25 - Add ECR policy management support by @geriBatai in #26
- Support Docker Hub credentials when pulling with kaniko-ecr by @colinhoglund in #27
- Updated go version for security fixes by @shubham149 in #29
- updated kaniko executer version to 1.6.0 to solve the docker registry authentication. by @michaelboke in #28
New Contributors
- @colinhoglund made their first contribution in #24
- @geriBatai made their first contribution in #26
- @michaelboke made their first contribution in #28
Full Changelog: v1.2.0...v1.3.0
v1.2.0
Add support for printing published docker image metadata to a file (#17)
Fixed format for cache repo
v1.1.2 Make cache repo relative to registry for ecr/gcr (#19)
Added support for remote caching
v1.1.1 Allow remote caching of docker layers in kaniko build (#16)
v1.1.0
Updated drone yml to update docker latest image (#15)