-
Notifications
You must be signed in to change notification settings - Fork 90
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
Use docker compose v2 by default everywhere #744
Conversation
@@ -108,7 +108,7 @@ protected List<String> dockerComposePath() { | |||
|
|||
@Value.Default | |||
public boolean useDockerComposeV2() { | |||
return false; | |||
return true; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely need changelog for a change like this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We already did this intentionally in #729. We just forgot to also change the default here (these classes are structured a bit weird).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eh, I still think it's useful for every human authored change to have changelog, it really helps when builds break and you can quickly see what happened.
Generate changelog in
|
👍 |
Released 2.3.0 |
Missed this in #729