fix: some build tweaks, update CHANGES

This commit is contained in:
Stefan Reimer 2021-10-05 12:52:15 +02:00
parent 5321ea0aff
commit af4100c84a
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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)