Skip to content

Commit

Permalink
base: docker-compose: update to 2.6.0
Browse files Browse the repository at this point in the history
What's changed in 2.6.0:
* fix TestLocalComposeUp which fail locally and bump compose-go to 1.2.7
* attach only to services declared by project applying profiles
* Add ddev's e2e test
* Fix local run of make e2e-compose-standalone
* fix: prevent flickering prompt when pulling same image from N services
* add tags property to build section
* update golang version to 1.18
* bump compose-go to 1.2.6
* add e2e tests to verify env variables priority
* Import dotenv file to os environment

What's changed in 2.5.1:
* Fix relative paths on envfile label
* down: Reject all arguments
* Clarify what default work dir is when multiple compose files
* compose down exit=0 if nothing to remove
* cp command: copy to all containers of a service as default behaviour
* Fix extra space printed with --no-log-prefix option
* bump compose-go to 1.2.5

Signed-off-by: Ricardo Salveti <[email protected]>
  • Loading branch information
ricardosalveti committed Jun 14, 2022
1 parent 0012481 commit 20c1b1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SRC_URI = "\
file://cli-config-support-default-system-config.patch \
"

SRCREV_compose = "41b3967cb521a7c7254155a70fbafa5f5ae02aad"
SRCREV_compose = "6756732fe45285f61d459809c36eed0f28fdd58b"
SRCREV_cli = "2b52f62e962783ef39b53d1cb95e1d435b33f3cd"

UPSTREAM_CHECK_COMMITS = "1"
Expand Down

0 comments on commit 20c1b1d

Please sign in to comment.