From a5161c2cdc41d30a27ff181d60d1b0c19334a5af Mon Sep 17 00:00:00 2001 From: Patrick Dawkins Date: Tue, 17 Sep 2024 14:28:04 +0100 Subject: [PATCH] Release v4.20.5 --- dist/manifest.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dist/manifest.json b/dist/manifest.json index f4a6fbeb4..556329711 100644 --- a/dist/manifest.json +++ b/dist/manifest.json @@ -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" }, @@ -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" } }, {