Skip to content

5.8.0

Choose a tag to compare

@akalipetis akalipetis released this 07 Jan 09:17
· 3 commits to main since this release
905e1c4

What's Changed

  • Update curl | bash installer link for upsun CLI by @ralt in #291
  • Bump legacy CLI to 4.29.0 and PHP to 8.2.30 by @pjcdawkins in #294

New Contributors

  • @ralt made their first contribution in #291

Full Changelog: 5.7.2...5.8.0


Legacy CLI release Notes: https://github.com/platformsh/legacy-cli/releases/v4.29.0


Upgrade

Platform.sh

Upgrade using the same tool you used for installing the CLI:

HomeBrew

brew update && brew upgrade platformsh/tap/platformsh-cli

Scoop

scoop update platform

Bash installer

curl -fsSL https://raw.githubusercontent.com/platformsh/cli/main/installer.sh | bash
Upsun

Upgrade using the same tool you used for installing the CLI:

HomeBrew

brew update && brew upgrade platformsh/tap/upsun-cli

Scoop

scoop update upsun

Bash installer

curl -fsSL https://raw.githubusercontent.com/platformsh/cli/main/installer.sh | VENDOR=upsun bash