From f0878b361f80531f887ff3215cd5af24267aaf96 Mon Sep 17 00:00:00 2001 From: Patrick Dawkins Date: Wed, 13 Dec 2023 11:18:08 +0000 Subject: [PATCH] Release v4.11.5 --- dist/manifest.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dist/manifest.json b/dist/manifest.json index 2d1d45eef..7474579ba 100644 --- a/dist/manifest.json +++ b/dist/manifest.json @@ -1,10 +1,10 @@ [ { - "version": "4.11.4", - "sha1": "1e4fb29b1790fb4a07a864cdb37c7b90b9653201", - "sha256": "5ba4c30a8ba438c0d143a865323cd9b5ab654136ff8d14285b2511b7c71d3880", + "version": "4.11.5", + "sha1": "56309c3bfa562c0cd7a6891f70498f28c5c5c313", + "sha256": "be6e4c24569d1afc467fd0c381505610958b042ebecf165e29c2991002a87614", "name": "platform.phar", - "url": "https://github.com/platformsh/legacy-cli/releases/download/v4.11.4/platform.phar", + "url": "https://github.com/platformsh/legacy-cli/releases/download/v4.11.5/platform.phar", "php": { "min": "5.5.9" }, @@ -43,7 +43,8 @@ "4.11.1": "* Revert \"Forward dynamic options when running a sub command\"\n This reverts commit 1fcd5a91a1ea6d0f9a3e29dce4151e3d21c9a240.", "4.11.2": "* Fix push command when push options are disabled", "4.11.3": "* Respect resource limits, where flexible resources are used.\n\n This prevents adding resources that exceed the organization limit which could\n lead to a broken environment. It calculates if the requested update will\n exceed the current limit and if it does, it stops the operation. In case the\n user wants to proceed, they can use the `--force` argument.\n* Fix typo in reading --resources-init option.\n* Improve file locking on MacOS (using fsync or fflush).\n* Fix check for whether the SSO session expired - improves error message.", - "4.11.4": "* Fix: always attempt to choose a default environment when asking interactively (#1358)\n This should now apply again even when filtering is active, e.g. for the 'ssh'\r\n command.\n* Fix PHP <7.3 incompatibilities in ResourcesSetCommand" + "4.11.4": "* Fix: always attempt to choose a default environment when asking interactively (#1358)\n This should now apply again even when filtering is active, e.g. for the 'ssh'\r\n command.\n* Fix PHP <7.3 incompatibilities in ResourcesSetCommand", + "4.11.5": "* Enable `api.projects_list_new` by default.\n* Display the correct Console URL in the welcome command (when running\n `platform` or `upsun` on its own in a project directory).\n* Allow auto drush aliases to be turned off via a feature flag.\n These can be disabled via the `application.drush_aliases` config option or\n an env var: `export {PREFIX}_APPLICATION_DRUSH_ALIASES=0` (the `{PREFIX}`\n being `PLATFORMSH_CLI` or `UPSUN_CLI`).\n* Warn (no error) for invalid JSON when parsing the activity log.\n* Fix: invalid files being listed in \"log\" command.\n This ignores output from other processes during the SSH connection.\n* Fix: `var:create --update` not respecting the `--project` and `--no-wait`\n options when updating existing variables (thanks @romainneutron).\n* Fix: generating a cert twice during ssh-cert:load (via auto-login).\n* Fix: not activating environment with push options after asking interactively." } }, {