diff --git a/CHANGES.md b/CHANGES.md index 98fea31..84183ef 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changelog +## 0.10.1 +- First official release supporting for Pulumi stacks +- Dockerfile and Alpine based public images provided incl. Pulumi binaries and podman for docker tasks + ## 0.9.9 - Add workaround for inconsistent AWS API S3 GetBucketLocation - validate now exits with non-zero exit code if valiation of any template failed diff --git a/Makefile b/Makefile index 8e126b2..0d1742a 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ test: clean: rm -rf .cache build .coverage .eggs cloudbender.egg-info .pytest_cache dist + podman rmi -f $(TAG) build: $(PACKAGE_FILE)