Skip to content

Releases: docker/compose

v2.39.1

24 Jul 17:02
Compare
Choose a tag to compare

What's Changed

πŸ”§ Internal

  • Add info about models usage to OpenTelemetry spans by @glours in #13094

βš™οΈ Dependencies

Full Changelog: v2.39.0...v2.39.1

v2.39.0

24 Jul 08:31
Compare
Choose a tag to compare

What's Changed

✨ Improvements

πŸ› Fixes

  • Add dry-run support to bake build by @glours in #13042
  • Keep containers attached on stop to capture termination logs by @ndeloof in #13010
  • Add default compose labels to images built from bake by @glours in #13049
  • Fix report image name in bake result by @principis in #13047
  • Don't run navigation menu if stdin isn't a terminal by @ndeloof in #13054
  • Monitor must watch events even when context is cancelled by @ndeloof in #13062
  • Force plain display mode if stdout isn't a terminal by @ndeloof in #13074
  • Do not pass user id on Windows system as engine is not able to handel it by @glours in #13080
  • Forward git command error to user by @ndeloof in #13084
  • Use output registry when push true and load to docker store if not by @glours in #13085

πŸ”§ Internal

  • Add a space character to separate the timestamp from the log message by @xduugu in #13038
  • Fix the Helm bridge e2e tests after the latest update of the templates by @glours in #13053
  • Introduce monitor to manage containers events and application termination by @ndeloof in #12906
  • Abstract model-cli commands execution with a model (pseudo) API by @ndeloof in #13051
  • Swarm by @ndeloof in #13071
  • Remove uses of moby/errdefs by @thaJeztah in #13076
  • Use local copy of pkg/system.IsAbs by @thaJeztah in #13075
  • Optimize ansiColorCode by replacing fmt.Sprintf with strings.Builder by @suwakei in #13091
  • Eliminate magic number in init functions by @suwakei in #13090
  • Integration of SetAttributes calls by @suwakei in #13089

βš™οΈ Dependencies

New Contributors

Full Changelog: v2.38.2...v2.39.0

v2.38.2

08 Jul 09:35
Compare
Choose a tag to compare

What's Changed

✨ Improvements

πŸ› Fixes

  • Add a Done event to model progress display by @glours in #13008
  • Fix the way we're checking if the provider metadata are empty or not by @glours in #13017
  • Build: fix service with profile missing secrets by @ndeloof in #13023
  • Fix select dockerignore based on Dockerfile name set from symlink by @ndeloof in #13024

πŸ”§ Internal

  • pkg/compose: remove redundant uses of strslice.StrSlice by @thaJeztah in #13002
  • (reactoring) avoid a global variable by introducing logConsumer decorator by @ndeloof in #12945
  • Chore: fix some minor issues in the comments by @mountdisk in #12991
  • A single place for shell-out command setup by @ndeloof in #13007
  • Add USER_AGENT variable to cmd when shellouting by @glours in #13025

βš™οΈ Dependencies

  • Bump golang to v1.23.10 by @glours in #13004
  • Bump go-viper/mapstructure to version v2.3.0 by @glours in #13005
  • Build(deps): bump github.com/moby/buildkit from 0.23.1 to 0.23.2 by @dependabot in #13009
  • Build(deps): bump github.com/docker/cli from 28.3.0+incompatible to 28.3.1+incompatible by @dependabot in #13012
  • Build(deps): bump github.com/docker/docker from 28.3.0+incompatible to 28.3.1+incompatible by @dependabot in #13011

New Contributors

Full Changelog: v2.38.1...v2.38.2

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