0.12.56
Garden 0.12.56 is out! 🎉
This is a maintenance release. It includes a few bug fixes, minor features, and improvements.
Many thanks to @bxsx for the contributions to this release!
Assets
Download the Garden binary for your platform from below or simply run garden self-update
if you already have it installed.
- Garden v0.12.56 for Alpine AMD64 (tar.gz)
- Garden v0.12.56 for Linux AMD64 (tar.gz)
- Garden v0.12.56 for MacOS AMD64 (tar.gz)
- Garden v0.12.56 for Windows AMD64 (.zip)
Changes to container images on Docker Hub
- The images at hub.docker.com/gardendev/garden-full are no longer receiving updates from this release on. The repository will be removed in the future.
- The way we tag images at hub.docker.com/gardendev/garden, hub.docker.com/gardendev/garden-gcloud, hub.docker.com/gardendev/garden-azure, hub.docker.com/gardendev/garden-aws, hub.docker.com/gardendev/garden-aws-gcloud and hub.docker.com/gardendev/garden-aws-gcloud-azure changed according to #3993. Old tags may continue to work, but won't receive further updates.
- The new tags for the latest 0.12 releases are
0.12-$flavor
andacorn-$flavor
, for example0.12-alpine
oracorn-alpine
. As soon as0.13.0
(First stable Bonsai version) has been released, thelatest
tag will refer to0.13
(Bonsai) releases.
Changelog
Features
- add self-managed state backends to pulumi stacks (#4107) (d52b821e6)
- plugins: set the manifest to unknown if repository is not found (cac507311)
Bug Fixes
- circleci: bash typo in release-dockerhub (#4249) (ea454bd5e)
- k8s: stop retrying in LogFollower when Pod is in terminal phase (#4131) (1dea5419a)
Improvements
- container: redeploy when spec changes (f0bd691d9)