Skip to content

Commit

Permalink
Release v4.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcdawkins committed Sep 17, 2024
1 parent 837fff6 commit a5161c2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[
{
"version": "4.20.4",
"sha1": "1b660795f9b3e9eaa65be56d2d9dd2a9fc790951",
"sha256": "ac4cea6b39b294515ec2702fa00248ebc05ac5e1a1124cc7dc19b4d05eb933ee",
"version": "4.20.5",
"sha1": "a6afe8f23bd240dc1de3a1174ab49239724ebe05",
"sha256": "189f0b56743d636023137ecf22742705506b6e8145acc65364d06a45b2f4b7ac",
"name": "platform.phar",
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.20.4/platform.phar",
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.20.5/platform.phar",
"php": {
"min": "5.5.9"
},
Expand Down Expand Up @@ -68,7 +68,8 @@
"4.20.1": "* Fix bug which flipped the stderr and stdout streams of subprocesses",
"4.20.2": "* Explain failing to activate the default branch when it has no code\n* Improvements to the `push` command:\n - Omit the parent and type from the git push options if they are not specified. \n This avoids an error when pushing to a non-default branch for the second \n time, when the default branch has no code.\n - Fix setting the type via git push options.",
"4.20.3": "* Fix 'The no-resources option does not exist.' in the backup:restore command.\n* Use stderr for showing current state in the resources:set command.",
"4.20.4": "* Add Unix paths for OpenSSH on Windows.\r\n If Windows-style paths are added to SSH configuration, this also adds a\r\n Unix-style path, as OpenSSH appears to have no support for Windows paths.\r\n Restore the previous behavior by setting the environment variable\r\n `PLATFORMSH_CLI_SSH_WINDOWS_PATHS` to `raw`.\r\n* Bump giggsey/libphonenumber-for-php from 8.13.42 to 8.13.45.\r\n* Extend the request timeout for /environments requests.\r\n* Fix invalid organization country code when picking a default.\r\n* Handle `EnvironmentStateException` when generating Drush aliases.\r\n* Auto-censor the Authorization header in `curl` commands."
"4.20.4": "* Add Unix paths for OpenSSH on Windows.\r\n If Windows-style paths are added to SSH configuration, this also adds a\r\n Unix-style path, as OpenSSH appears to have no support for Windows paths.\r\n Restore the previous behavior by setting the environment variable\r\n `PLATFORMSH_CLI_SSH_WINDOWS_PATHS` to `raw`.\r\n* Bump giggsey/libphonenumber-for-php from 8.13.42 to 8.13.45.\r\n* Extend the request timeout for /environments requests.\r\n* Fix invalid organization country code when picking a default.\r\n* Handle `EnvironmentStateException` when generating Drush aliases.\r\n* Auto-censor the Authorization header in `curl` commands.",
"4.20.5": "* Fix environments listing by ID"
}
},
{
Expand Down

0 comments on commit a5161c2

Please sign in to comment.