-
-
Notifications
You must be signed in to change notification settings - Fork 500
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump github.com/docker/compose/v2 from 2.23.3 to 2.24.0 …
…in /modules/compose (#2096) * chore(deps): bump github.com/docker/compose/v2 in /modules/compose Bumps [github.com/docker/compose/v2](https://github.com/docker/compose) from 2.23.3 to 2.24.0. - [Release notes](https://github.com/docker/compose/releases) - [Commits](docker/compose@v2.23.3...v2.24.0) --- updated-dependencies: - dependency-name: github.com/docker/compose/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: bump buildx to rc-2 * chore: use compose-go v2 * fix: resolve breaking changes using the right type Compose's services is now a map from string to ServiceConfig, so we are updating the code to lookup the services using the map instead of the string. * fix: use non-deprecated list options * chore: proper deprecation commands for LocalDockerCompose * chore: use require for Up errors * chore: fix validation for modern compose version * chore: remove unused variable * chore: remove named return * chore: simplify * chore: use non-deprecated options * chore: resolve golangci lints * fix: assert.Len * fix: wrong replace * chore: bump compose dependencies * fix: honour compose unicity * fix: lint applied reversely * fix: length * fix: wrong copy&paste --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
- Loading branch information
1 parent
12ad0ab
commit 0598eeb
Showing
10 changed files
with
200 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.