Skip to content

Releases: drone/drone-kaniko

v1.4.0

07 Feb 14:28
0a4b18d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.4.0

v1.3.1

18 Oct 12:10
5e7bcab
Compare
Choose a tag to compare

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

Full Changelog: v1.3.0...v1.3.1

Upgraded kaniko version to v1.6.0

13 Oct 05:58
2172c5b
Compare
Choose a tag to compare

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

Full Changelog: v1.2.0...v1.3.0

v1.2.0

29 Apr 13:42
df81f82
Compare
Choose a tag to compare
Add support for printing published docker image metadata to a file (#17)

Fixed format for cache repo

21 Apr 10:49
71f15eb
Compare
Choose a tag to compare
v1.1.2

Make cache repo relative to registry for ecr/gcr (#19)

Added support for remote caching

21 Apr 06:55
4612825
Compare
Choose a tag to compare
v1.1.1

Allow remote caching of docker layers in kaniko build (#16)

v1.1.0

30 Mar 06:37
0933926
Compare
Choose a tag to compare
Updated drone yml to update docker latest image (#15)