Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Docker Compose version to 2.29.3 #1395

Conversation

jenkins-infra-updatecli[bot]
Copy link
Contributor

Bump Docker Compose version

Update the `DockerCompose` version in the Packer default values

change detected: * key "$.compose_version" updated from "2.29.2" to "2.29.3", in file "provisioning/tools-versions.yml"

2.29.3
Release published on the 2024-09-12 15:32:14 +0000 UTC at the url https://github.com/docker/compose/releases/tag/v2.29.3

## What's Changed
### ✨ Improvements
* Allow combination of bind mounts and 'rebuild' watches by @remcokranenburg [(12089)](https://github.com/docker/compose/pull/12089)

### 🐛 Fixes
* Fix(wait): Wait only until first container exit by @idsulik  [(12064)](https://github.com/docker/compose/pull/12064)
* Prefer mount API over bind by @ndeloof [(12078)](https://github.com/docker/compose/pull/12078)
* Service hash must exclude depends_on by @ndeloof [(12072)](https://github.com/docker/compose/pull/12072)
* Attach: close streams when done by @laurazard [(12112)](https://github.com/docker/compose/pull/12112)
* Restore compose v1 behavior to recreate containers when ran with `-V` by @ndeloof [(12116)](https://github.com/docker/compose/pull/12116)


### 🔧  Internal
* Allow to add empty line in the logs when nav menu activated by @glours  [(12062)](https://github.com/docker/compose/pull/12062)
* Docs: duplicate documentation for root cmd by @dvdksn [(12076)](https://github.com/docker/compose/pull/12076)
* Fix typo in pull.go by @jonathan-dev [(12108)](https://github.com/docker/compose/pull/12108)
* Use logrus instead of direct output to stderr by @felixfontein [(11996)](https://github.com/docker/compose/pull/11996)
* Fix minor typos by @NathanBaulch [(12104)](https://github.com/docker/compose/pull/12104)
* Chore(watch): Add changed file paths/count to log by @idsulik [(12118)](https://github.com/docker/compose/pull/12118)

### ⚙️ Dependencies
* Build(deps): bump golang.org/x/sys from 0.22.0 to 0.25.0 by @dependabot [(12101)](https://github.com/docker/compose/pull/12101)
* Bump engine cli v27.2.1 by @glours [(12115)](https://github.com/docker/compose/pull/12115)
* Bump compose-go to version `v2.2.0` by @glours [(12117)](https://github.com/docker/compose/pull/12117)
* Build(deps): bump golang.org/x/sync from `0.7.0` to `0.8.0` by @dependabot [(12043)](https://github.com/docker/compose/pull/12043)


## New Contributors
* @remcokranenburg made their first contribution in [(12089)](https://github.com/docker/compose/pull/12089)
* @jonathan-dev made their first contribution in [(12108)](https://github.com/docker/compose/pull/12108)
* @NathanBaulch made their first contribution in [(12104)](https://github.com/docker/compose/pull/12104)

**Full Changelog**: https://github.com/docker/compose/compare/v2.29.2...v2.29.3
Update the `DockerCompose` version in the goss test

change detected: * key "$.command.docker_compose.stdout[0]" updated from "2.29.2" to "2.29.3", in file "tests/goss-common.yaml"

2.29.3
Release published on the 2024-09-12 15:32:14 +0000 UTC at the url https://github.com/docker/compose/releases/tag/v2.29.3

## What's Changed
### ✨ Improvements
* Allow combination of bind mounts and 'rebuild' watches by @remcokranenburg [(12089)](https://github.com/docker/compose/pull/12089)

### 🐛 Fixes
* Fix(wait): Wait only until first container exit by @idsulik  [(12064)](https://github.com/docker/compose/pull/12064)
* Prefer mount API over bind by @ndeloof [(12078)](https://github.com/docker/compose/pull/12078)
* Service hash must exclude depends_on by @ndeloof [(12072)](https://github.com/docker/compose/pull/12072)
* Attach: close streams when done by @laurazard [(12112)](https://github.com/docker/compose/pull/12112)
* Restore compose v1 behavior to recreate containers when ran with `-V` by @ndeloof [(12116)](https://github.com/docker/compose/pull/12116)


### 🔧  Internal
* Allow to add empty line in the logs when nav menu activated by @glours  [(12062)](https://github.com/docker/compose/pull/12062)
* Docs: duplicate documentation for root cmd by @dvdksn [(12076)](https://github.com/docker/compose/pull/12076)
* Fix typo in pull.go by @jonathan-dev [(12108)](https://github.com/docker/compose/pull/12108)
* Use logrus instead of direct output to stderr by @felixfontein [(11996)](https://github.com/docker/compose/pull/11996)
* Fix minor typos by @NathanBaulch [(12104)](https://github.com/docker/compose/pull/12104)
* Chore(watch): Add changed file paths/count to log by @idsulik [(12118)](https://github.com/docker/compose/pull/12118)

### ⚙️ Dependencies
* Build(deps): bump golang.org/x/sys from 0.22.0 to 0.25.0 by @dependabot [(12101)](https://github.com/docker/compose/pull/12101)
* Bump engine cli v27.2.1 by @glours [(12115)](https://github.com/docker/compose/pull/12115)
* Bump compose-go to version `v2.2.0` by @glours [(12117)](https://github.com/docker/compose/pull/12117)
* Build(deps): bump golang.org/x/sync from `0.7.0` to `0.8.0` by @dependabot [(12043)](https://github.com/docker/compose/pull/12043)


## New Contributors
* @remcokranenburg made their first contribution in [(12089)](https://github.com/docker/compose/pull/12089)
* @jonathan-dev made their first contribution in [(12108)](https://github.com/docker/compose/pull/12108)
* @NathanBaulch made their first contribution in [(12104)](https://github.com/docker/compose/pull/12104)

**Full Changelog**: https://github.com/docker/compose/compare/v2.29.2...v2.29.3
Jenkins pipeline link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

@dduportal dduportal merged commit fa69335 into main Sep 13, 2024
1 of 2 checks passed
@dduportal dduportal deleted the updatecli_main_5559405396153f10eec97bf0745f71df62b85c18538a453eba2e261bfbc14db0 branch September 13, 2024 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker-compose enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants