Package: docker-compose / 2.32.4-3

Metadata

Package Version Patches format
docker-compose 2.32.4-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Use upstream fsnotify instead of a fork.patch | (download)

pkg/watch/notify.go | 2 1 + 1 - 0 !
pkg/watch/watcher_naive.go | 6 3 + 3 - 0 !
pkg/watch/watcher_nonwin.go | 2 1 + 1 - 0 !
pkg/watch/watcher_windows.go | 2 1 + 1 - 0 !
4 files changed, 6 insertions(+), 6 deletions(-)

 use upstream fsnotify instead of a fork

The fork only adds a few fixes on Windows and macOS, nothing that
would be of interest for Debian.

0002 Update sse to v2 major version.patch | (download)

go.mod | 2 1 + 1 - 0 !
go.sum | 2 2 + 0 - 0 !
internal/desktop/client.go | 4 2 + 2 - 0 !
3 files changed, 5 insertions(+), 3 deletions(-)

 update sse to v2 major version

This is the latest major version released, the previous one has not been
updated in 4 years. the v2 is the version currently present in Debian.

0005 Directly use time.Ticker to be able to use clockwork v0.1.x.patch | (download)

pkg/compose/watch.go | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 directly use time.ticker to be able to use clockwork v0.1.x

Clockwork v0.4.0 provides a wrapper interface for time.Ticker, it is
used to swap the real-time clock with a fake one, but this ability is
not used in the tests that we run. Thus currently we simply patch
docker-compose to directly use time.Ticker, as we are not able to update
clockwork without breaking some other packages (e.g. etcd, that will use
clockwork v0.5.0 in its upcoming release).

Drop this patch once clockwork is updated to v0.4.0

0006 Only generate manual pages from the docs generator.patch | (download)

docs/yaml/main/generate.go | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 only generate manual pages from the docs generator

The rest of the files (md and yaml) are already generated, but we need
to generate the manual pages. Thus, we add an additional format and set
it as the only one to generate.