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

chore(deps): update module github.com/docker/compose/v2 to v2.29.1 #1842

Closed
wants to merge 2 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 24, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/docker/compose/v2 v2.27.1 -> v2.29.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

docker/compose (github.com/docker/compose/v2)

v2.29.1

Compare Source

What's Changed

✨ Improvements
🐛 Fixes
🔧 Internal

New Contributors

Full Changelog: docker/compose@v2.29.0...v2.29.1

v2.29.0

Compare Source

What's Changed

✨ Improvements
  • Add JSON stream progress writer (11478)
  • Add --prune option to docker-compose watch command (11932)
🐛 Fixes
  • Exclude unnecessary resources after services have been selected (11978)
  • Empty env variable with no value must be unset in container(11965)
  • Restore setEnvWithDotEnv (11974)
🔧 Internal
  • Test with docker engine v27.0.3 (11927)
  • Remove COMPOSE_MENU env from e2e tests (11654)
  • Add stale workflow (11968)
  • Change time before closing stale (11979)
  • Fix: typos (11632)
⚙️ Dependencies
  • Build(deps): bump docker/cli, docker/docker v27.0.2 (11938)
  • Build(deps): docker/cli, docker/docker v27.0.3(11951)
  • Build(deps): bump compose-go to v2.1.4, buildx to v0.16.0, containerd to v1.7.19 and buildx to v0.15.0(11987)

New Contributors

Full Changelog: docker/compose@v2.28.1...v2.29.0

v2.28.1

Compare Source

What's Changed

🐛 Fixes

New Contributors

Full Changelog: docker/compose@v2.28.0...v2.28.1

v2.28.0

Compare Source

What's Changed

⚙️ Dependencies

  • bump docker/docker and docker/cli v27.0.1-rc.1, compose-go v2.1.3 (11926)

Full Changelog: docker/compose@v2.27.3...v2.28.0

v2.27.3

Compare Source

What's Changed

⚙️ Dependencies

  • build(deps): bump github.com/docker/buildx from 0.15.0 to 0.15.1 (11921)
  • build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (11915)

Full Changelog: docker/compose@v2.27.2...v2.27.3

v2.27.2

Compare Source

What's Changed

✨ Improvements
  • Add --environment flag to config command (11891)
🐛 Fixes
  • Prevent concurrent map write relying on project immutability (11860)
  • Fix COMPOSE_PROFILES can be set by .env file (11861)
  • Fix: change append to use slice index in ps (11862)
  • Return an error when --detach and --watch are used together in up command (11890)
  • Fix dot env file to define COMPOSE_* variables(11889)
  • Enforce keyboard.Close is always executed to restore terminal (11896)
  • Stop watch process when associated up process is stopped (11911)
  • Using as flag of the up command, watch was blocking process shutdown (11919)
🔧 Internal
  • Correct typo in comment (11877)
  • Chore(publish): remove unreachable code(11888)
  • Update GH actions versions, update engine matrix, bump Golang to 1.21.11 (11885)
  • Build: replace uses of archive.CanonicalTarNameForPath (11910)
  • Add open watch docs in up menu (11917)
⚙️ Dependencies
  • Build(deps): bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0(11854)
  • Build(deps): bump golang.org/x/sys from 0.20.0 to 0.21.0 (11883)
  • Build(deps): bump github.com/containerd/containerd from 1.7.17 to 1.7.18 (11897)
  • Build(deps): bump github.com/docker/docker from 26.1.3+incompatible to 26.1.4+incompatible (11898)
  • Bump buildkit to 0.14.0 and buildx to 0.15.0 (11913)

New Contributors

Full Changelog: docker/compose@v2.27.1...v2.27.2


Configuration

📅 Schedule: Branch creation - "after 8am on Monday" in timezone Etc/UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner June 24, 2024 18:25
@renovate renovate bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code test labels Jun 24, 2024
Copy link
Contributor Author

renovate bot commented Jun 24, 2024

ℹ Artifact update notice

File name: testenv/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 16 additional dependencies were updated

Details:

Package Change
github.com/compose-spec/compose-go/v2 v2.1.2 -> v2.1.5
github.com/docker/cli v26.1.4+incompatible -> v27.1.0+incompatible
github.com/docker/docker v26.1.5+incompatible -> v27.1.0+incompatible
github.com/containerd/containerd v1.7.17 -> v1.7.20
github.com/containerd/platforms v0.2.0 -> v0.2.1
github.com/containerd/ttrpc v1.2.4 -> v1.2.5
github.com/docker/buildx v0.14.1 -> v0.16.0
github.com/docker/docker-credential-helpers v0.8.0 -> v0.8.2
github.com/gofrs/flock v0.8.1 -> v0.12.0
github.com/hashicorp/go-version v1.6.0 -> v1.7.0
github.com/klauspost/compress v1.17.4 -> v1.17.9
github.com/moby/buildkit v0.13.2 -> v0.15.0
github.com/prometheus/procfs v0.12.0 -> v0.15.1
github.com/spf13/cobra v1.8.0 -> v1.8.1
github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 -> v0.0.0-20240514184818-90bafcd6abab
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 -> v0.44.0

@renovate renovate bot changed the title test(deps): update docker chore(deps): update module github.com/docker/compose/v2 to v2.29.1 Jul 25, 2024
Copy link
Contributor Author

renovate bot commented Jul 30, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@paralta paralta closed this Aug 6, 2024
Copy link
Contributor Author

renovate bot commented Aug 6, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v2.29.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/docker branch August 6, 2024 08:26
@paralta
Copy link
Contributor

paralta commented Aug 6, 2024

needs #1951

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant