-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Bump 1.16.0 rc1 #5117
Merged
Merged
Bump 1.16.0 rc1 #5117
Conversation
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
…rmat docker-compose scale modified to reuse code between up and scale Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Yong Wen Chua <[email protected]>
Signed-off-by: Yong Wen Chua <[email protected]>
Signed-off-by: Harald Albers <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Colorama is only useful on Windows by design. Since it has no effect on other platforms, it makes sense to not require it universally. Signed-off-by: Carl George <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Cecile Tonglet <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Improve merging strategy for healthcheck configs Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Aaron Nall <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
Signed-off-by: Joffrey F <[email protected]>
milas
added a commit
to milas/compose
that referenced
this pull request
Feb 24, 2023
When creating files in Go, the stdlib will create (and then rapidly delete) files ending with `-go-tmp-umask` to determine the umask to use for permission purposes. This can cause trouble with Live Update because the files tend to vanish underneath it, for example. Fixes docker#5117.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New features
Compose file version 3.4
docker-compose.yml
specification.This version requires to be used with Docker Engine 17.06.0 or above.
Compose file version 2.3
Introduced version 2.3 of the
docker-compose.yml
specification.This version requires to be used with Docker Engine 17.06.0 or above.
Added support for the
target
parameter in network configurations(also available in 3.4)
Added support for the
start_period
parameter in healthcheckconfigurations
Compose file version 2.x
Added support for the
blkio_config
parameter in service definitionsAdded support for setting a custom name in volume definitions using
the
name
parameter (not available for version 2.0)All formats
--no-ansi
to suppress ANSI control characters inoutput
Bugfixes
Fixed a bug where nested
extends
instructions weren't resolvedproperly, causing "file not found" errors
Fixed several issues with
.dockerignore
parsingFixed issues where logs of TTY-enabled services were being printed
incorrectly and causing
MemoryError
exceptionsThe
$
character in the output ofdocker-compose config
is nowproperly escaped
Fixed a bug where running
docker-compose top
would sometimes failwith an uncaught exception
Fixed a bug where
docker-compose pull
with the--parallel
flagwould return a
0
exit code when failingFixed an issue where keys in
deploy.resources
were not being validatedFixed an issue where the
logging
options in the output ofdocker-compose config
would be set tonull
, an invalid valueFixed the output of
docker-compose config
when a port definition used0
as the value for the published port