diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0273bed3..8487e0a8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.28.6 +current_version = 0.28.7 commit = True message = Bumps version to {new_version} tag = False diff --git a/.github/workflows/dependabot_hack.yml b/.github/workflows/dependabot_hack.yml index efbf7b3f..a3abbf43 100644 --- a/.github/workflows/dependabot_hack.yml +++ b/.github/workflows/dependabot_hack.yml @@ -24,6 +24,6 @@ jobs: - uses: boxboat/fixuid@v0.6.0 - - uses: gruntwork-io/terragrunt@5.14.1 + - uses: gruntwork-io/terragrunt@0.99.4 - uses: stedolan/jq@jq-1.8.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 13abca52..81870881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +### [0.28.7](https://github.com/plus3it/tardigrade-ci/releases/tag/0.28.7) + +**Released**: 2026.02.24 + +**Summary**: + +* Updates mockstack/clean with explicit format for docker/podman compatiblity +* Updates tool versions: + * black 26.1.0 + * cfn-lint 1.44.0 + * editorconfig-checker 3.6.1 + * golang 1.26.0 + * localstack 4.13.1 + * moto 5.1.21 + * packer 1.15.0 + * python 3.13.12 + * rclone 1.73.1 + * terraform 1.14.5 + * terragrunt 0.99.4 + * yamllint 1.38.0 + * yq 4.52.4 + ### [0.28.6](https://github.com/plus3it/tardigrade-ci/releases/tag/0.28.6) **Released**: 2026.01.05 diff --git a/Makefile b/Makefile index 9d5bc931..07cf68fd 100644 --- a/Makefile +++ b/Makefile @@ -555,7 +555,7 @@ mockstack/down: mockstack/clean: | mockstack/down @ echo "[$@] Stopping and removing LocalStack image" - set +o pipefail; docker images | grep $(INTEGRATION_TEST_BASE_IMAGE_NAME) | \ + set +o pipefail; docker images --format="table {{.Repository}}\t{{.Tag}}\t{{.ID}}\t{{.Created}}\t{{.Size}}" | grep $(shell basename $(PWD)) | \ awk '{print $$1 ":" $$2}' | xargs -r docker rmi ## Runs terraform tests in the tests directory