Skip to content
Open
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 .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.15.0"
".": "1.15.1"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.15.1](https://github.com/floci-io/testcontainers-floci/compare/v1.15.0...v1.15.1) (2026-09-11)


### Bug Fixes

* **controltower:** create a landing zone in ControlTowerServiceTest ([fbd3d37](https://github.com/floci-io/testcontainers-floci/commit/fbd3d373a59403b34432dfe6b918e109fc837754))
* **eks:** make EksServiceTest's bearer token pass Floci's IAM auth webhook ([2482689](https://github.com/floci-io/testcontainers-floci/commit/248268975239f0b4543d306c3d129363f2338ee3))


### Documentation

* **agents:** reinforce no AI attribution trailers in commits/PRs ([dad8724](https://github.com/floci-io/testcontainers-floci/commit/dad87242cd3469cde78f740cadeb2fc17c9426b6))

## [1.15.0](https://github.com/floci-io/testcontainers-floci/compare/v1.14.0...v1.15.0) (2026-09-01)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.floci</groupId>
<artifactId>testcontainers-floci-parent</artifactId>
<version>1.15.0</version>
<version>1.15.1</version>
<packaging>pom</packaging>

<name>Testcontainers Floci Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-testcontainers-floci/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.floci</groupId>
<artifactId>testcontainers-floci-parent</artifactId>
<version>1.15.0</version>
<version>1.15.1</version>
</parent>

<artifactId>spring-boot-testcontainers-floci</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testcontainers-floci/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.floci</groupId>
<artifactId>testcontainers-floci-parent</artifactId>
<version>1.15.0</version>
<version>1.15.1</version>
</parent>

<artifactId>testcontainers-floci</artifactId>
Expand Down
Loading