File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.28.6
2+ current_version = 0.28.7
33commit = True
44message = Bumps version to {new_version}
55tag = False
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file.
44
55The 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
Original file line number Diff line number Diff line change @@ -555,7 +555,7 @@ mockstack/down:
555555
556556mockstack/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
You can’t perform that action at this time.
0 commit comments