8000 Releases Β· docker/compose Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: docker/compose

v2.38.1

30 Jun 20:07
Compare
Choose a tag to compare

What's Changed

✨ Improvements

βš™οΈ Dependencies

Full Changelog: v2.38.0...v2.38.1

v2.38.0

30 Jun 18:33
Compare
Choose a tag to compare

What's Changed

✨ Improvements

πŸ› Fixes

  • only expose API socket to service asking for it by @ndeloof in #12972
  • check progress default value instead of empty string to use BUILDKIT_PROGRESS env variable value by @glours in #12982
  • exclude provider services from the list of dependencies that Compose should wait for by @glours in #12983
  • don't fail down cmd if services with pre_stop hook already stopped/removed by @glours in #12986
  • Swap to Reader in bake to avoid hangs on output by @nscott in #12984
  • make sure the post_start hooks fails by @glours in #12996
  • remove error message from exec outpout by default by @glours in #12992
  • fix: typos by @hezhizhen in #12963
  • pass project.environment to bake by @ndeloof in #12994
  • fix provider concurrent environment map accesses by @glours in #12999
  • e2e compose run --env by @ndeloof in #12967

βš™οΈ Dependencies

  • build(deps): bump github.com/docker/cli from 28.2.2+incompatible to 28.3.0+incompatible by @dependabot in #12974
  • build(deps): bump github.com/docker/docker from 28.2.2+incompatible to 28.3.0+incompatible by @dependabot in #12975

New Contributors

Full Changelog: v2.37.3...v2.38.0

v2.37.3

24 Jun 14:05
Compare
Choose a tag to compare

What's Changed

✨ Improvements

πŸ› Fixes

  • fix bake intergation by @ndeloof in #12960
  • don't create services passed as parameters of run command during dependencies creation process by @glours in #12968
  • inject secrets/config just before container is started by @ndeloof in #12970
  • propagate target docker host set by --host to Bake by @ndeloof in #12961

πŸ”§ Internal

βš™οΈ Dependencies

  • build(deps): bump github.com/moby/buildkit from 0.23.0 to 0.23.1 by @dependabot in #12964

Full Changelog: v2.37.2...v2.37.3

v2.37.2

20 Jun 13:25
Compare
Choose a tag to compare

What's Changed

✨ Improvements

πŸ› Fixes

  • restore ContainerName in images --json by @ndeloof in #12943
  • fix panic using w shortcut on project without watch support by @ndeloof in #12944

πŸ”§ Internal

βš™οΈ Dependencies

Full Changelog: v2.37.1...v2.37.2

v2.37.1

12 Jun 09:00
Compare
Choose a tag to compare

What's Changed

✨ Improvements

  • Add support for extra_hosts building with bake by @ndeloof in #12935

πŸ› Fixes

  • Fix SIGSEGV on Enable Watch by @ndeloof in #12909
  • Revert docker compose images JSON output to array format by @x0rw in #12917
  • Sanitize service name so they can be used as bake targets by @ndeloof in #12925
  • Only look for required image in bake metadata by @ndeloof in #12930
  • Don't create metadatafile, just generate a random name by @ndeloof in #12931
  • Fix the generated manifest for compose artifacts by @jcarter3 in #12933
  • Fix support for additional_contexts with service sub-dependencies by @ndeloof in #12936
  • Fix panic on failure starting plugin server by @ndeloof in #12914

πŸ”§ Internal

  • Do not forget to remove the bake metadata file by @glours in #12912

βš™οΈ Dependencies

New Contributors

Full Changelog: v2.37.0...v2.37.1

v2.37.0

05 Jun 15:11
Compare
Choose a tag to compare

What's Changed

ℹ️ bake is now used as the default images builder, if you don't want to use it you could opt-out by setting the COMPOSE_BAKE env variable to false

✨ Improvements

πŸ› Fixes

  • (Re)start dependent services after watch rebuilt image by @ndeloof in #12879
  • Resolve symlinks while making dockerfile path absolute by @ndeloof in #12884
  • Fix support for BUILDKIT_PROGRESS by @ndeloof in #12894
  • Build dependent service images when required by @ndeloof in #12896
  • Fix recreate network (and connected containers) on config updates by @ndeloof in #12899
  • pull does not require env_file being resolved by @ndeloof in #12904

πŸ”§ Internal

βš™οΈ Dependencies

New Contributors

Full Changelog: v2.36.2...v2.37.0

v2.36.2

23 May 14:21
Compare
Choose a tag to compare

What's Changed

πŸ› Fixes

  • Run ContainerStart sequentially by @ndeloof in #12851
  • Only use attestation when building image outside the development inner loop by @glours in #12853
  • Report error (re)creating container by @ndeloof in #12859
  • Fix up --build with additional_context dependency by @ndeloof in #12863

πŸ”§ Internal

βš™οΈ Dependencies

Full Changelog: v2.36.1...v2.36.2

v2.36.1

19 May 12:26
Compare
Choose a tag to compare

What's Changed

✨ Improvements

πŸ› Fixes

πŸ”§ Internal

βš™οΈ Dependencies

  • Build(deps): bump github.com/containerd/containerd/v2 from 2.0.5 to 2.1.0 by @dependabot in #12813
  • Build(deps): bump google.golang.org/grpc from 1.72.0 to 1.72.1 by @dependabot in #12837
  • Bump compose-go to v2.6.3 by @glours in #12849

Full Changelog: v2.36.0...v2.36.1

v2.36.0

07 May 11:54
Compare
Choose a tag to compare

What's Changed

πŸŽ‰ You can now use external binaries as service provider to extend Compose behaviour. For more information about creating your own plugin check the documentation

✨ Improvements

  • Introduce networks.interface_name by @ndeloof in #12771
  • Add support for COMPOSE_PROGRESS env variable by @AnvarU in #12769
  • Document extensibility using service.provider and open provider to external binaries by @ndeloof in #12777
  • Introduce build --check by @ndeloof in #12765

πŸ› Fixes

πŸ”§ Internal

  • Remove support of Synchronize File Shares integration with Docker Desktop by @glours in #12763
  • Display proper event message for provider services on up and down by @glours in #12788
  • E2e test for start_interval by @ndeloof in #12795
  • Document behavior on missing extension by @ndeloof in #12802

βš™οΈ Dependencies

  • Build(deps): bump github.com/docker/cli from 28.1.0+incompatible to 28.1.1+incompatible by @dependabot in #12761
  • Build(deps): bump github.com/docker/docker from 28.1.0+incompatible to 28.1.1+incompatible by @dependabot in #12759
  • Build(deps): bump google.golang.org/grpc from 1.71.1 to 1.72.0 by @dependabot in #12760
  • Build(deps): bump github.com/containerd/containerd/v2 from 2.0.4 to 2.0.5 by @dependabot in #12758
  • Bump compose-go to v2.6.1 by @glours in #12766
  • Bump compose-go to v2.6.2 by @glours in #12810
  • Build(deps): bump github.com/moby/buildkit from 0.21.0 to 0.21.1 by @dependabot in #12796
  • Build(deps): bump golang.org/x/sync from 0.13.0 to 0.14.0 by @dependabot in #12805
  • Build(deps): bump golang.org/x/sys from 0.32.0 to 0.33.0 by @dependabot in #12804
  • Build(deps): bump go.uber.org/mock from 0.5.1 to 0.5.2 by @dependabot in #12792

New Contributors

Full Changelog: v2.35.1...v2.36.0

v2.35.1

17 Apr 14:29
Compare
Choose a tag to compare

What's Changed

πŸ› Fixes

πŸ”§ Internal

βš™οΈ Dependencies

New Contributors

Full Changelog: v2.35.0...v2.35.1

0