releases.shpreview

v2.17.1

$npx -y @buildinternet/releases show rel_2F9LbSj6bQ4fisLhDGjXw

💁🏻 Upgrade Notes (2.17.x)

  • Project name validation is more strictly enforced (project names must be lowercase alphanumeric characters, -, or _ and start with a letter/number)
  • Only YAML 1.2 boolean values (true / false) are now accepted (deprecated YAML 1.1 values no longer supported: y|Y|yes|Yes|YES|n|N|no|No|NO|True|TRUE|False|FALSE|on|On|ON|off|Off|OFF)
  • Duplicate mapping keys (<<) for merging YAML anchors are not allowed (see #10411)

🐛 Fixes

  • Panic while using alpha watch command (#10393)
  • Fix conflict with service named extensions (compose-go#255)
  • More consistent project name validation (compose-go#364)

🔧 Internal

  • Upgrade to Go 1.20.2
  • Update BuildKit to v0.11.5
  • Update compose-go to v1.13.1

What's Changed

Full Changelog: https://github.com/docker/compose/compare/v2.17.0...v2.17.1

Fetched March 31, 2026