Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot_hack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down