You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docker Compose V1 (docker-compose) stopped receiving updates on
July 2023, this PR updates our automation tools to use the new Compose
V2 (docker compose). Compose V2 has been GA since April 2022.
More information on
https://www.docker.com/blog/new-docker-compose-v2-and-v1-deprecation/.
Copy file name to clipboardExpand all lines: CHANGELOG-developer.next.asciidoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@ The list below covers the major changes between 7.0.0-rc2 and main only.
70
70
- Debug log entries from the acker (`stateful ack ...` or `stateless ack ...`) removed. {pull}39672[39672]
71
71
- Rename x-pack/filebeat websocket input to streaming. {issue}40264[40264] {pull}40421[40421]
72
72
- Journald input now calls `journalctl` instead of using `github.com/coreos/go-systemd/[email protected]/sdjournal`, the CGO dependency has been removed from Filebeat {pull}40061[40061]
73
+
- Use Docker Compose V2 (`docker compose`) instead of Compose V1 (`docker-compose`) {pull}40890[40890]
0 commit comments