-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Bump compose to v2.32.0 #21626
Bump compose to v2.32.0 #21626
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
||
### Bug fixes and enhancements | ||
|
||
- Added support to build with [bake](/build/bake/) |
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.
This was added in the previous release notes, so should this be removed or amended to 'Improvements to Docker Buildx Bake with Docker Compose'?
### Bug fixes and enhancements | ||
|
||
- Added support to build with [bake](/build/bake/) | ||
- Added watch `restart` and `sync+exec` actions |
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.
- Added watch `restart` and `sync+exec` actions | |
- Added `restart` and `sync+exec` watch actions |
|
||
- Added support to build with [bake](/build/bake/) | ||
- Added watch `restart` and `sync+exec` actions | ||
- Recreate container on volume configuration change |
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.
- Recreate container on volume configuration change | |
- Compose now recreates containers when the volume configuration changes |
- Recreate container on volume configuration change | ||
- Fixed support for `mac_address` | ||
- Fixed `pull --quiet` to only hide progress, not global status | ||
- Fixed only `rebuild` watch action requires a build declaration |
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.
- Fixed only `rebuild` watch action requires a build declaration | |
- Fixed an issue where only the `rebuild` watch action now requires a build declaration |
?
- Fixed support for `mac_address` | ||
- Fixed `pull --quiet` to only hide progress, not global status | ||
- Fixed only `rebuild` watch action requires a build declaration | ||
- Log `watch` configuration error when enable through interactive menu |
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.
- Log `watch` configuration error when enable through interactive menu | |
- Compose now logs `watch` configuration error when enabled through the Compose menu |
Signed-off-by: Nicolas De Loof <[email protected]>
162cae2
to
965849d
Compare
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.
Thanks @ndeloof
Description
Bump compose to v2.32.0
Related issues or tickets
Reviews