summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker-compose/files
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-03-30 15:20:28 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-04-05 16:03:56 -0400
commit712a36da056e0cb82478527c30eed75825d68ae5 (patch)
treeb8697703fef8e843747170604591e14e0e12f60f /recipes-containers/docker-compose/files
parenta77ed260c43f4c2dffeed44b7fc5231f75df2d7e (diff)
downloadmeta-virtualization-712a36da056e0cb82478527c30eed75825d68ae5.tar.gz
docker-compose: update to v2.17.2
Bumping compose to version v2.17.2-8-g02ad467f, which comprises the following commits: a4c324b8 build(deps): bump github.com/docker/cli 087fae98 build(deps): bump github.com/docker/docker c5317496 workaround race condition in ContainerList 72a61c06 add dry-run support to run command b24af42b ci: bump compose-go to v1.13.2 3b85cd2f test: fix e2e commands on Windows 45a852f4 test: generate valid Compose project names from Cucumber specs cd17c8a9 test: update error message 36625ed2 test: fix race in e2e build test a6ffdf61 ci: upgrade to Go 1.20.2 & bump deps 9ab5d8c4 build(deps): bump github.com/moby/buildkit from 0.11.4 to 0.11.5 d637cc3a watch involves up --build after change has been detected 16d5354d watch: add note about goroutine-safety & test 7aaea283 watch: data race / segfault fixes 6bedc196 update -p project name flag documentation a11515e0 introduce `ignore` attribute for watch triggers 6c1f06e4 Run classic builder with BuildConfig, not buildx.Options 88b0d17f use `build` as common API for build scenarios 9e19bc84 use progress to show copy status 105a7c5b watch: add file delete/rename handling f7a13aee build(deps): bump github.com/docker/buildx from 0.10.3 to 0.10.4 bfeb1dc2 Fix concurrent map read/write when recreating containers 0b41df98 build(deps): bump github.com/moby/buildkit from 0.11.3 to 0.11.4 643557d5 build and push binaries images when a PR is merged or a tag pushed 200f47e5 Add support for `additional_contexts` in `build` service config e0aaccf4 introduce dockerfile_inline 754c0688 one off container name use configured Separator for naming e492330d collect built image IDs bbe1b77a progress writer uses dockercli.Err stream fc4d2dfd Remove "-s" from LDFLAGS 85ddfde5 use go 1.20 -cover support 6a0398d7 pad can be negative on small terminal 4434cea5 add dry-run support for push command 3f7d3c26 add dry-run support for pull command 9cc1613b adopt http://no-color.org/ 167c6a89 add dry-run support to restart command 3cfbac66 restart only needed services by checking depends_on relations a3bed265 update compose-go ae26426c Report error if project name is empty after normalization 4ea44797 only consider containers with config_hash labels (i.e, created by compose) 89633748 build(deps): bump github.com/containerd/containerd from 1.6.18 to 1.6.19 33aa6ace build(deps): bump go.opentelemetry.io/otel from 1.13.0 to 1.14.0 e31b95c1 test: tweak pause test to try and prevent failures in Windows CI 7bb60d09 build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 da1ca578 watch: ignore ephemeral files & minor output tweaks 18af72af bump golang/x/net to v0.7.0 (CVE-2022-41723) e831ea82 add support for `restart` for `depends_on` 1edc64ef build(deps): bump github.com/containerd/containerd from 1.6.17 to 1.6.18 f3e543fd apply config options for pseudo-subcommands 9732608e build(deps): bump github.com/docker/buildx from 0.10.2 to 0.10.3 24ff0982 compact TUI to monitor layers download progress 593c4263 ci: bump to Go 1.20.1 and latest deps 313b82e9 ignore services without a build section 5e3e2171 sort service --hash output by service name 9ac0392b introduce --timeout on `up` 0612b34c introduce --no-deps on restart 92e0cd40 also restart dependent services after a service has been restarted 282a29e6 build(deps): bump go.uber.org/goleak from 1.1.12 to 1.2.1 256ec499 exclude unstable labels from config hash 9765f171 store exec details to offer better dry-run status on ExecStart b19df5c9 add support for `excludes` and `rebuild` 7a42ba7e use CGO to enable fsevent on OSX 5b043c4d ci: don't use `-race` on Windows 15f7104c ci: use CGO for tests to enable race detector eb1c7989 support dry-run for rm command 78b94047 support dry-run for stop command 25be264e support dry-run for exec command 7532f769 build(deps): bump go.opentelemetry.io/otel from 1.12.0 to 1.13.0 70ab9f8f bump docker engine and cli version to 23.0.0 with buildkit(v0.11.2) and buildx (v0.10.2) 93bffd9a prevent assignment to entry in nil map 52478f0c wait on service containers as dependencies to be deterministic b5f0a4ee use containers we expect to start for wait condition 0f5b5ccb detect replacement container is created and inform printer so it attach and don't stop a2d36b6c bump golang to 1.20 30772342 ci: Replace deprecated command with environment file fdc17381 add log when copying files/directories between host and containers (both way) 2336d9fe support dry-run for cp command 1640f155 initial support for `sync` e63cbfba use tilt watcher to track filesystem changes 25576289 adjust code and dependencies 7d6ee74e cleanup deprecated ioutil functions (#5919) c08e0771 watch: optimization to help avoid inotify nodes for large file trees (#5769) cf314623 tests: make test fixtures responsible for tearing themselves down (#5512) 1b71e3ef lint: fix local-prefixes for goimports (#5453) 4d822676 ci: add exportloopref linter and upgrade to golangci-lint v1.43.0 (#5281) 6fc0b6ff build: ensure file handles properly closed (#5298) ab84b6ac Fix local go_lintfix errors (#5191) 7161778c watch: use WalkDir to speed up file listing (#4684) 1f5bfe88 test: clean up test loggers a bit (#4580) f79c75ab test: fix lint errors on Darwin (macOS) (#4247) e62993a8 test: enable unused check, remove dead code (#4208) 28251e8b watch: improve error messages when you run out of inotify instances (#3960) c7ba7d9d dockerignore: convert ignore patterns to absolute paths [ch9237] (#3743) 8b393223 watch: fix a dumb errcheck (#3622) b3615d64 watch: increase the windows watch i/o buffer (#3620) 1a1d1707 change org name from windmilleng to tilt-dev (#3346) fd3e0bbe watch: use the recursive watcher on windows (#3306) d2d4d052 Revert "watch: fix inotify tests on windows" (#3147) dda0362b watch: fix inotify tests on windows (#3140) ddc88ec4 circleci: run make shorttest on windows. flag off a large swath of broken tests (#3132) 92c6a65a tilt: enable errcheck on tests (#2877) 00b3caec ci: enable staticcheck, fix problems that were surfaced (#2809) 17087447 logger: move to pkg (#2031) ec781687 watch: add retry counts to fsync (#2023) b22dde9f dockerignore: improve MatchesEntireDir (#1865) a31350ed watch: move more of the directory-skipping logic into the interface (#1864) d744c97f watch: add a simple check when there are no exclusions (#1863) 37647bc6 watch: skip setup if nothing is being watched (#1861) 21e5d564 watch: FileEvents must always be absolute (#1841) 390d5cf1 watch: add tests for ignores and number of watches (#1838) 7f6e189d watch: change the watcher interface to better match how we actually use it (#1835) b5ccea7b watch: record num watches in expvars (#1795) 47551895 makefile: fix goimports -local (#1763) 5e0f1eec watch: fix spurious errors while watching (#1726) f82e2de5 watch: don't watch each individual file (#1613) 9c7f7bc0 live_update: error if syncing from outside of docker context (#1396) 6defe7ca watch: tfw you have a test that asserts broken file-watch behavior :cry: (#1354) 0482f927 watch: add watch function that traverses up directory structure recursively (#1013) e8a34c8d watch: remove inotify-specific bits of watcher_linux (#890) 9e261c18 watch: fix a bug when a file and its ancestor both have direct watches (#863) 1fd7ca54 testing: update internal/watch to use the tempdir fixture (#862) 139edc40 cleanup: wrap errors properly (#772) 38b3f3b6 watch: use `sinceWhen` and `HistoryDone` to avoid spurious events (#557) c5bce8bd watch: fix a spurious error (#344) c8a358a4 watch: try a slightly different ignore strategy (#174) a6701652 watch: fix more data races on darwin (#166) 4562b0bf watch: a new strategy for handling spurious events, hoping to fix race conditions (#163) 4801d2b1 watch: fix a flaky test by ignoring spurious events correctly (#162) 3850a341 watch: fix a segfault on linux (#148) 664e6f6f watch: stop skipping tests (#145) d4f074b3 watch: simplify the fileEvent interface to only contain paths (#144) a3b012d8 add errcheck (#93) a755c84e tilt: copy watch code from tesseract ef34a38a Add remote buildx driver 41e05634 rename `convert` to `config` to align with compose v1 UX c0b4dd86 build(deps): bump go.opentelemetry.io/otel from 1.11.2 to 1.12.0 6754c6b6 add dry-run support of pause and unpause commands 982a8ccb support dry-run for kill command 790712fa update tty and plain text writers to support dry run mode 6fae6a41 Update emacs ignore patterns (#5903) dd5ea044 ignore: add Go umask files to ephemeral set (#5740) 12de97b8 filewatch: use apiserver FileWatch model in EngineState (#4277) 62b5f78f Add .kate-swp files to ignore pattern (#3380) 3f526c5c change org name from windmilleng to tilt-dev (#3346) 12916b75 tilt: ignore a few more vim swap files (#2190) e3948f6b ignore: auto-ignore jetbrains .idea file (#2065) 91a2bdd6 model: move to pkg (#2024) ce61e7bf ignore: improve the ephemeral temp file patterns [ch2663] (#1925) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/docker-compose/files')
-rw-r--r--recipes-containers/docker-compose/files/modules.txt120
1 files changed, 80 insertions, 40 deletions
diff --git a/recipes-containers/docker-compose/files/modules.txt b/recipes-containers/docker-compose/files/modules.txt
index 6ad61dc8..8fdc0d6c 100644
--- a/recipes-containers/docker-compose/files/modules.txt
+++ b/recipes-containers/docker-compose/files/modules.txt
@@ -1,33 +1,29 @@
1# go.uber.org/goleak v1.1.12
2## explicit
3# github.com/AlecAivazis/survey/v2 v2.3.6 1# github.com/AlecAivazis/survey/v2 v2.3.6
4## explicit 2## explicit
5# github.com/buger/goterm v1.0.4 3# github.com/buger/goterm v1.0.4
6## explicit 4## explicit
7# github.com/compose-spec/compose-go v1.9.0 5# github.com/compose-spec/compose-go v1.13.2
8## explicit 6## explicit
9# github.com/containerd/console v1.0.3 7# github.com/containerd/console v1.0.3
10## explicit 8## explicit
11# github.com/containerd/containerd v1.6.16 9# github.com/containerd/containerd v1.6.19
12## explicit 10## explicit
13# github.com/cucumber/godog v0.0.0-00010101000000-000000000000 11# github.com/cucumber/godog v0.0.0-00010101000000-000000000000
14## explicit 12## explicit
15# github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf 13# github.com/distribution/distribution/v3 v3.0.0-20230223072852-e5d5810851d1
16## explicit 14## explicit
17# github.com/docker/buildx v0.9.1 15# github.com/docker/buildx v0.10.4
18## explicit 16## explicit
19# github.com/docker/cli v20.10.20+incompatible 17# github.com/docker/cli v23.0.2+incompatible
20## explicit 18## explicit
21# github.com/docker/cli-docs-tool v0.5.1 19# github.com/docker/cli-docs-tool v0.5.1
22## explicit 20## explicit
23# github.com/docker/docker v20.10.20+incompatible 21# github.com/docker/docker v23.0.2+incompatible
24## explicit 22## explicit
25# github.com/docker/go-connections v0.4.0 23# github.com/docker/go-connections v0.4.0
26## explicit 24## explicit
27# github.com/docker/go-units v0.5.0 25# github.com/docker/go-units v0.5.0
28## explicit 26## explicit
29# github.com/fsnotify/fsnotify v1.6.0
30## explicit
31# github.com/golang/mock v1.6.0 27# github.com/golang/mock v1.6.0
32## explicit 28## explicit
33# github.com/hashicorp/go-multierror v1.1.1 29# github.com/hashicorp/go-multierror v1.1.1
@@ -38,9 +34,9 @@
38## explicit 34## explicit
39# github.com/mitchellh/mapstructure v1.5.0 35# github.com/mitchellh/mapstructure v1.5.0
40## explicit 36## explicit
41# github.com/moby/buildkit v0.10.4 37# github.com/moby/buildkit v0.11.5
42## explicit 38## explicit
43# github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f 39# github.com/moby/term v0.0.0-20221205130635-1aeaba878587
44## explicit 40## explicit
45# github.com/morikuni/aec v1.0.0 41# github.com/morikuni/aec v1.0.0
46## explicit 42## explicit
@@ -56,11 +52,13 @@
56## explicit 52## explicit
57# github.com/spf13/pflag v1.0.5 53# github.com/spf13/pflag v1.0.5
58## explicit 54## explicit
59# github.com/stretchr/testify v1.8.1 55# github.com/stretchr/testify v1.8.2
60## explicit 56## explicit
61# github.com/theupdateframework/notary v0.7.0 57# github.com/theupdateframework/notary v0.7.0
62## explicit 58## explicit
63# go.opentelemetry.io/otel v1.11.2 59# github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
60## explicit
61# go.opentelemetry.io/otel v1.14.0
64## explicit 62## explicit
65# golang.org/x/sync v0.1.0 63# golang.org/x/sync v0.1.0
66## explicit 64## explicit
@@ -106,13 +104,15 @@
106## explicit 104## explicit
107# github.com/felixge/httpsnoop v1.0.2 105# github.com/felixge/httpsnoop v1.0.2
108## explicit 106## explicit
107# github.com/fsnotify/fsevents v0.1.1
108## explicit
109# github.com/fvbommel/sortorder v1.0.2 109# github.com/fvbommel/sortorder v1.0.2
110## explicit 110## explicit
111# github.com/go-logr/logr v1.2.3 111# github.com/go-logr/logr v1.2.3
112## explicit 112## explicit
113# github.com/go-logr/stdr v1.2.2 113# github.com/go-logr/stdr v1.2.2
114## explicit 114## explicit
115# github.com/gofrs/flock v0.8.0 115# github.com/gofrs/flock v0.8.1
116## explicit 116## explicit
117# github.com/gofrs/uuid v4.2.0+incompatible 117# github.com/gofrs/uuid v4.2.0+incompatible
118## explicit 118## explicit
@@ -144,7 +144,7 @@
144## explicit 144## explicit
145# github.com/hashicorp/golang-lru v0.5.4 145# github.com/hashicorp/golang-lru v0.5.4
146## explicit 146## explicit
147# github.com/imdario/mergo v0.3.13 147# github.com/imdario/mergo v0.3.14
148## explicit 148## explicit
149# github.com/inconshreveable/mousetrap v1.0.1 149# github.com/inconshreveable/mousetrap v1.0.1
150## explicit 150## explicit
@@ -156,11 +156,11 @@
156## explicit 156## explicit
157# github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 157# github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
158## explicit 158## explicit
159# github.com/klauspost/compress v1.15.9 159# github.com/klauspost/compress v1.15.12
160## explicit 160## explicit
161# github.com/mattn/go-colorable v0.1.12 161# github.com/mattn/go-colorable v0.1.13
162## explicit 162## explicit
163# github.com/mattn/go-isatty v0.0.16 163# github.com/mattn/go-isatty v0.0.17
164## explicit 164## explicit
165# github.com/mattn/go-runewidth v0.0.14 165# github.com/mattn/go-runewidth v0.0.14
166## explicit 166## explicit
@@ -192,21 +192,19 @@
192## explicit 192## explicit
193# github.com/pmezard/go-difflib v1.0.0 193# github.com/pmezard/go-difflib v1.0.0
194## explicit 194## explicit
195# github.com/prometheus/client_golang v1.12.2 195# github.com/prometheus/client_golang v1.14.0
196## explicit 196## explicit
197# github.com/prometheus/client_model v0.2.0 197# github.com/prometheus/client_model v0.3.0
198## explicit 198## explicit
199# github.com/prometheus/common v0.32.1 199# github.com/prometheus/common v0.37.0
200## explicit 200## explicit
201# github.com/prometheus/procfs v0.7.3 201# github.com/prometheus/procfs v0.8.0
202## explicit 202## explicit
203# github.com/rivo/uniseg v0.2.0 203# github.com/rivo/uniseg v0.2.0
204## explicit 204## explicit
205# github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 205# github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
206## explicit 206## explicit
207# github.com/spf13/viper v1.4.0 207# github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
208## explicit
209# github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
210## explicit 208## explicit
211# github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea 209# github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
212## explicit 210## explicit
@@ -242,31 +240,31 @@
242## explicit 240## explicit
243# go.opentelemetry.io/otel/sdk v1.4.1 241# go.opentelemetry.io/otel/sdk v1.4.1
244## explicit 242## explicit
245# go.opentelemetry.io/otel/trace v1.11.2 243# go.opentelemetry.io/otel/trace v1.14.0
246## explicit 244## explicit
247# go.opentelemetry.io/proto/otlp v0.12.0 245# go.opentelemetry.io/proto/otlp v0.12.0
248## explicit 246## explicit
249# golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88 247# golang.org/x/crypto v0.2.0
250## explicit 248## explicit
251# golang.org/x/net v0.4.0 249# golang.org/x/net v0.7.0
252## explicit 250## explicit
253# golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 251# golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
254## explicit 252## explicit
255# golang.org/x/sys v0.4.0 253# golang.org/x/sys v0.5.0
256## explicit 254## explicit
257# golang.org/x/term v0.3.0 255# golang.org/x/term v0.5.0
258## explicit 256## explicit
259# golang.org/x/text v0.6.0 257# golang.org/x/text v0.7.0
260## explicit 258## explicit
261# golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 259# golang.org/x/time v0.1.0
262## explicit 260## explicit
263# google.golang.org/appengine v1.6.7 261# google.golang.org/appengine v1.6.7
264## explicit 262## explicit
265# google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 263# google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
266## explicit 264## explicit
267# google.golang.org/grpc v1.47.0 265# google.golang.org/grpc v1.50.1
268## explicit 266## explicit
269# google.golang.org/protobuf v1.28.0 267# google.golang.org/protobuf v1.28.1
270## explicit 268## explicit
271# gopkg.in/inf.v0 v0.9.1 269# gopkg.in/inf.v0 v0.9.1
272## explicit 270## explicit
@@ -284,10 +282,52 @@
284## explicit 282## explicit
285# sigs.k8s.io/yaml v1.2.0 283# sigs.k8s.io/yaml v1.2.0
286## explicit 284## explicit
285# go.uber.org/goleak v1.2.1
286## explicit
287# github.com/aws/aws-sdk-go-v2 v1.16.3
288## explicit
289# github.com/aws/aws-sdk-go-v2/config v1.15.5
290## explicit
291# github.com/aws/aws-sdk-go-v2/credentials v1.12.0
292## explicit
293# github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
294## explicit
295# github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
296## explicit
297# github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
298## explicit
299# github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
300## explicit
301# github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
302## explicit
303# github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
304## explicit
305# github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
306## explicit
307# github.com/aws/smithy-go v1.11.2
308## explicit
309# github.com/fsnotify/fsnotify v1.6.0
310## explicit
311# github.com/hashicorp/hcl v1.0.0
312## explicit
313# github.com/magiconair/properties v1.8.6
314## explicit
315# github.com/moby/sys/mountinfo v0.6.2
316## explicit
317# github.com/pelletier/go-toml/v2 v2.0.5
318## explicit
319# github.com/spf13/afero v1.9.2
320## explicit
321# github.com/spf13/cast v1.5.0
322## explicit
323# github.com/spf13/jwalterweatherman v1.1.0
324## explicit
325# github.com/subosito/gotenv v1.4.1
326## explicit
327# gopkg.in/ini.v1 v1.67.0
328## explicit
287# github.com/cucumber/godog => github.com/laurazard/godog v0.0.0-20220922095256-4c4b17abdae7 329# github.com/cucumber/godog => github.com/laurazard/godog v0.0.0-20220922095256-4c4b17abdae7
288# github.com/docker/cli => github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible 330# golang.org/x/oauth2 => golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
289# github.com/docker/docker => github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
290# github.com/moby/buildkit => github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
291# k8s.io/api => k8s.io/api v0.22.4 331# k8s.io/api => k8s.io/api v0.22.4
292# k8s.io/apimachinery => k8s.io/apimachinery v0.22.4 332# k8s.io/apimachinery => k8s.io/apimachinery v0.22.4
293# k8s.io/client-go => k8s.io/client-go v0.22.4 333# k8s.io/client-go => k8s.io/client-go v0.22.4