Skip to content

Commit df009ed

Browse files
authored
Merge pull request #1419 from lorengordon/fix/cleanup
2 parents 153018d + 39201f3 commit df009ed

4 files changed

Lines changed: 25 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.28.6
2+
current_version = 0.28.7
33
commit = True
44
message = Bumps version to {new_version}
55
tag = False

.github/workflows/dependabot_hack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424

2525
- uses: boxboat/fixuid@v0.6.0
2626

27-
- uses: gruntwork-io/terragrunt@5.14.1
27+
- uses: gruntwork-io/terragrunt@0.99.4
2828

2929
- uses: stedolan/jq@jq-1.8.1

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
### [0.28.7](https://github.com/plus3it/tardigrade-ci/releases/tag/0.28.7)
8+
9+
**Released**: 2026.02.24
10+
11+
**Summary**:
12+
13+
* Updates mockstack/clean with explicit format for docker/podman compatiblity
14+
* Updates tool versions:
15+
* black 26.1.0
16+
* cfn-lint 1.44.0
17+
* editorconfig-checker 3.6.1
18+
* golang 1.26.0
19+
* localstack 4.13.1
20+
* moto 5.1.21
21+
* packer 1.15.0
22+
* python 3.13.12
23+
* rclone 1.73.1
24+
* terraform 1.14.5
25+
* terragrunt 0.99.4
26+
* yamllint 1.38.0
27+
* yq 4.52.4
28+
729
### [0.28.6](https://github.com/plus3it/tardigrade-ci/releases/tag/0.28.6)
830

931
**Released**: 2026.01.05

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ mockstack/down:
555555

556556
mockstack/clean: | mockstack/down
557557
@ echo "[$@] Stopping and removing LocalStack image"
558-
set +o pipefail; docker images | grep $(INTEGRATION_TEST_BASE_IMAGE_NAME) | \
558+
set +o pipefail; docker images --format="table {{.Repository}}\t{{.Tag}}\t{{.ID}}\t{{.Created}}\t{{.Size}}" | grep $(shell basename $(PWD)) | \
559559
awk '{print $$1 ":" $$2}' | xargs -r docker rmi
560560

561561
## Runs terraform tests in the tests directory

0 commit comments

Comments
 (0)