✨ Features
- Add dry-run support for publish command (#11067)
- Add
COMPOSE_ENV_FILES
env variable to pass a list of env files (#11061) - Add
sync+restart
action tocompose watch
(#11095)
🐛 Fixes
- Truncate
compose ps
output to align with Docker CLI by default and introduce--no-trunc
to keep the previous behaviour (#11038) - Update the watch warning message when no services with a develop section (#11047)
- Include image name in inspect error message (#11006)
- Make hashes between
up
andconfigure
consistent (#11010) - Warn user remote resource is disabled (#11051)
- Enable profile when
down
is ran with explicit service names (#11108) - Check that the pull policy provided is a valid one (#11109)
🔧 Internal
- Align OCI artifacts with upstream guidance (#11049)
- remove cucumber tests as we haven't added new ones for a while (#11076)
- remove refrecence docs generation (#11085)
What's Changed
- build(deps): bump google.golang.org/grpc from 1.58.1 to 1.58.2 by @dependabot in #11036
- truncate command by default, introduce --no-trunc flag to get the full command by @ndeloof in #11038
- Make tests verbose by @rumpl in #11045
- update the watch warning message when no services with a develop section by @glours in #11047
- Align OCI artifacts with upstream guidance by @neersighted in #11049
- Include image name in error message by @mattwalo32 in #11006
- deps: remove deprecated github.com/pkg/errors by @mmorel-35 in #11042
- Make hashes between
up
andconfigure
consistent by @mattwalo32 in #11010 - add dry-run support for publish command by @glours in #11067
- add support of COMPOSE_ENV_FILES env variable to pass a list of env files by @glours in #11061
- remove cucumber tests as we haven't added new ones for a while by @glours in #11076
- remove refrecence docs generation by @glours in #11085
- build(deps): bump golang.org/x/sync from 0.3.0 to 0.4.0 by @dependabot in #11068
- build(deps): bump google.golang.org/grpc from 1.58.2 to 1.59.0 by @dependabot in #11105
- build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 by @dependabot in #11083
- build(deps): bump github.com/containerd/containerd from 1.7.6 to 1.7.7 by @dependabot in #11078
- add sync+restart action to watch attribute by @glours in #11095
- warn user remote resource is disabled by @ndeloof in #11051
- enable profile when down is ran with explicit service names by @ndeloof in #11108
- check that the pull policy provided is a valid one by @glours in #11109
New Contributors
- @neersighted made their first contribution in #11049
- @mattwalo32 made their first contribution in #11006
- @mmorel-35 made their first contribution in #11042
Full Changelog: v2.22.0...v2.23.0