docker/compose (docker/compose)
### [`v2.27.0`](https://togithub.com/docker/compose/releases/tag/v2.27.0)
[Compare Source](https://togithub.com/docker/compose/compare/v2.26.1...v2.27.0)
#### What's Changed
##### ✨ Improvements
- Introduce `--abort-on-container-failure` [(11680)](https://togithub.com/docker/compose/pull/11680)
- Introduce `--all-resources` to *not* exclude resources not used by services [(11702)](https://togithub.com/docker/compose/pull/11702)
- Introduce support for `build.entitlements` [(11708)](https://togithub.com/docker/compose/pull/11708)
##### 🐛 Fixes
- Don't use ansi espace sequence when disabled [(11682)](https://togithub.com/docker/compose/pull/11682)
- Ignore missing containers when compose `down/stop -p` [(11692)](https://togithub.com/docker/compose/pull/11692)
- Read `COMPOSE_REMOVE_ORPHANS` from `.env` file [(11714)](https://togithub.com/docker/compose/pull/11714)
- Always kills the containers on second Ctrl-C on `docker compose up` [(11718)](https://togithub.com/docker/compose/pull/11718)
- Fix progress timer and spinner [(11725)](https://togithub.com/docker/compose/pull/11725)
- Capture exit code for container being stopped, and return according to `--exit-code-from` [(11715)](https://togithub.com/docker/compose/pull/11715)
- Don't clear line when navigation is disabled [(11733)](https://togithub.com/docker/compose/pull/11733)
- Check `container_name` is not in use by another service we will create [(11713)](https://togithub.com/docker/compose/pull/11713)
- Do not try to create file shares for non-directories [(11738)](https://togithub.com/docker/compose/pull/11738)
- Remove overly-aggressive feature flag check [(11748)](https://togithub.com/docker/compose/pull/11748)
- Avoid to try to close channel twice after hitting Ctrl-C on `compose up` [(11719)](https://togithub.com/docker/compose/pull/11719)
- Fix support for `--flag=value` syntax in compatibility mode [(11752)](https://togithub.com/docker/compose/pull/11752)
- Fix menu print when logs/menu number of lines change [(11765)](https://togithub.com/docker/compose/pull/11765)
##### 🔧 Internal
- Remove dead url reference. [(11700)](https://togithub.com/docker/compose/pull/11700)
- Fix typo in comment [(11744)](https://togithub.com/docker/compose/pull/11744)
- Fix flaky cascade failure test [(11739)](https://togithub.com/docker/compose/pull/11739)
##### ⚙️ Dependencies
- Bump Golang version to `1.21.9` [(11684)](https://togithub.com/docker/compose/pull/11684)
- Bump engine and cli to `v26.0.1` [(11736)](https://togithub.com/docker/compose/pull/11736)
- Bump compose-go version to `v2.1.0` [(11756)](https://togithub.com/docker/compose/pull/11756)
- Update to Moby `v26.1` & buildx `v0.14` [(11750)](https://togithub.com/docker/compose/pull/11750)
- Bump Buildkit to 0.13.1 [(11762)](https://togithub.com/docker/compose/pull/11762)
#### New Contributors
- [@delath](https://togithub.com/delath) made their first contribution in [https://github.com/docker/compose/pull/11700](https://togithub.com/docker/compose/pull/11700)
- [@koooge](https://togithub.com/koooge) made their first contribution in [https://github.com/docker/compose/pull/11692](https://togithub.com/docker/compose/pull/11692)
- [@jsoriano](https://togithub.com/jsoriano) made their first contribution in [https://github.com/docker/compose/pull/11718](https://togithub.com/docker/compose/pull/11718)
- [@racequite](https://togithub.com/racequite) made their first contribution in [https://github.com/docker/compose/pull/11744](https://togithub.com/docker/compose/pull/11744)
**Full Changelog**: https://github.com/docker/compose/compare/v2.26.1...v2.27.0
terraform-aws-modules/terraform-aws-vpc (terraform-aws-modules/vpc/aws)
### [`v5.8.0`](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/blob/HEAD/CHANGELOG.md#580-2024-04-25)
[Compare Source](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/compare/v5.7.2...v5.8.0)
##### Features
- Add support for multiple route tables to public and intra subnets ([#1051](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/issues/1051)) ([da05f24](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/commit/da05f24c5c603a31d320d5ad92493bb39fea9f3d))
### [`v5.7.2`](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/blob/HEAD/CHANGELOG.md#572-2024-04-24)
[Compare Source](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/compare/v5.7.1...v5.7.2)
##### Bug Fixes
- Create private_ipv6\_egress routes only when having at least one private subnet ([#1062](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/issues/1062)) ([8701204](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/commit/8701204c28a0ff984c5ade71400c6208c6953bfc))
Configuration
📅 Schedule: Branch creation - "after 8am and before 8pm every weekday" in timezone Etc/UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
v2.26.1
->v2.27.0
5.7.1
->5.8.0
Release Notes
docker/compose (docker/compose)
### [`v2.27.0`](https://togithub.com/docker/compose/releases/tag/v2.27.0) [Compare Source](https://togithub.com/docker/compose/compare/v2.26.1...v2.27.0) #### What's Changed ##### ✨ Improvements - Introduce `--abort-on-container-failure` [(11680)](https://togithub.com/docker/compose/pull/11680) - Introduce `--all-resources` to *not* exclude resources not used by services [(11702)](https://togithub.com/docker/compose/pull/11702) - Introduce support for `build.entitlements` [(11708)](https://togithub.com/docker/compose/pull/11708) ##### 🐛 Fixes - Don't use ansi espace sequence when disabled [(11682)](https://togithub.com/docker/compose/pull/11682) - Ignore missing containers when compose `down/stop -p` [(11692)](https://togithub.com/docker/compose/pull/11692) - Read `COMPOSE_REMOVE_ORPHANS` from `.env` file [(11714)](https://togithub.com/docker/compose/pull/11714) - Always kills the containers on second Ctrl-C on `docker compose up` [(11718)](https://togithub.com/docker/compose/pull/11718) - Fix progress timer and spinner [(11725)](https://togithub.com/docker/compose/pull/11725) - Capture exit code for container being stopped, and return according to `--exit-code-from` [(11715)](https://togithub.com/docker/compose/pull/11715) - Don't clear line when navigation is disabled [(11733)](https://togithub.com/docker/compose/pull/11733) - Check `container_name` is not in use by another service we will create [(11713)](https://togithub.com/docker/compose/pull/11713) - Do not try to create file shares for non-directories [(11738)](https://togithub.com/docker/compose/pull/11738) - Remove overly-aggressive feature flag check [(11748)](https://togithub.com/docker/compose/pull/11748) - Avoid to try to close channel twice after hitting Ctrl-C on `compose up` [(11719)](https://togithub.com/docker/compose/pull/11719) - Fix support for `--flag=value` syntax in compatibility mode [(11752)](https://togithub.com/docker/compose/pull/11752) - Fix menu print when logs/menu number of lines change [(11765)](https://togithub.com/docker/compose/pull/11765) ##### 🔧 Internal - Remove dead url reference. [(11700)](https://togithub.com/docker/compose/pull/11700) - Fix typo in comment [(11744)](https://togithub.com/docker/compose/pull/11744) - Fix flaky cascade failure test [(11739)](https://togithub.com/docker/compose/pull/11739) ##### ⚙️ Dependencies - Bump Golang version to `1.21.9` [(11684)](https://togithub.com/docker/compose/pull/11684) - Bump engine and cli to `v26.0.1` [(11736)](https://togithub.com/docker/compose/pull/11736) - Bump compose-go version to `v2.1.0` [(11756)](https://togithub.com/docker/compose/pull/11756) - Update to Moby `v26.1` & buildx `v0.14` [(11750)](https://togithub.com/docker/compose/pull/11750) - Bump Buildkit to 0.13.1 [(11762)](https://togithub.com/docker/compose/pull/11762) #### New Contributors - [@delath](https://togithub.com/delath) made their first contribution in [https://github.com/docker/compose/pull/11700](https://togithub.com/docker/compose/pull/11700) - [@koooge](https://togithub.com/koooge) made their first contribution in [https://github.com/docker/compose/pull/11692](https://togithub.com/docker/compose/pull/11692) - [@jsoriano](https://togithub.com/jsoriano) made their first contribution in [https://github.com/docker/compose/pull/11718](https://togithub.com/docker/compose/pull/11718) - [@racequite](https://togithub.com/racequite) made their first contribution in [https://github.com/docker/compose/pull/11744](https://togithub.com/docker/compose/pull/11744) **Full Changelog**: https://github.com/docker/compose/compare/v2.26.1...v2.27.0terraform-aws-modules/terraform-aws-vpc (terraform-aws-modules/vpc/aws)
### [`v5.8.0`](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/blob/HEAD/CHANGELOG.md#580-2024-04-25) [Compare Source](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/compare/v5.7.2...v5.8.0) ##### Features - Add support for multiple route tables to public and intra subnets ([#1051](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/issues/1051)) ([da05f24](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/commit/da05f24c5c603a31d320d5ad92493bb39fea9f3d)) ### [`v5.7.2`](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/blob/HEAD/CHANGELOG.md#572-2024-04-24) [Compare Source](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/compare/v5.7.1...v5.7.2) ##### Bug Fixes - Create private_ipv6\_egress routes only when having at least one private subnet ([#1062](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/issues/1062)) ([8701204](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/commit/8701204c28a0ff984c5ade71400c6208c6953bfc))Configuration
📅 Schedule: Branch creation - "after 8am and before 8pm every weekday" in timezone Etc/UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.