Skip to content

v2.17.2

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 14:43
0b6133f

💁🏻 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)

😰 Known Issues

  • For docker compose up, the flag long form --timeout is broken (workaround: use short form -t)

🐛 Fixes

  • Fix "invalid project name" errors for projects in directories with uppercase or . (#10406)

🔧 Internal

What's Changed

Full Changelog: v2.17.1...v2.17.2