Skip to content

Commit 9350344

Browse files
committed
Update BATS image version, update CHANGELOG.md
1 parent 76a4a4e commit 9350344

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88

99
## [Unreleased]
10+
### Changed
11+
- Updates the BATS shell test image to 1.12 which supports the `--report-formatter` switch
1012

1113
## [4.2.0](https://github.com/cloudogu/ces-build-lib/releases/tag/4.2.0) - 2025-04-02
1214
### Changed

src/com/cloudogu/ces/cesbuildlib/Bats.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Bats {
1313
def defaultSetupConfig = [
1414
bats_base_image : "bats/bats",
1515
bats_custom_image: "cloudogu/bats",
16-
bats_tag : "1.2.1"
16+
bats_tag : "1.12.0"
1717
]
1818

1919
Bats(script, docker) {

0 commit comments

Comments
 (0)