Skip to content

v2.24.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jan 13:23
· 178 commits to main since this release
8b16ab1

What's Changed

Breaking change ⚠️

  • service hash computation logic has been updated to fully ignore replicas/scale. Due to this change, after upgrade all services will be recreated.

✨ Enhancements

  • Implement docker compose attach by @g0t4 in #11181
  • Introduce ps --orphans to include/exclude services not declared by project by @ndeloof in #11220
  • Introduce compose logs --index to select a replica container by @ndeloof in #11231
  • --with-dependencies let docker compose build build dependencies transitively by @ndeloof in #11290
  • Introduce stats command by @ndeloof in #11299
  • Add source policies for build by @cpuguy83 in #11325

🐛 Fixes

🔧 Internal

⚙️ Dependencies

New Contributors

Full Changelog: v2.23.3...v2.24.0