From af4100c84a2ae790a49e7f6fdbd1202942cfe736 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Tue, 5 Oct 2021 12:52:15 +0200 Subject: [PATCH] fix: some build tweaks, update CHANGES --- CHANGES.md | 4 ++++ Makefile | 1 + 2 files changed, 5 insertions(+) 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)