Skip to content

Commit

Permalink
Release v4.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcdawkins committed Dec 13, 2023
1 parent 9ad2148 commit f0878b3
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.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"
},
Expand Down Expand Up @@ -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."
}
},
{
Expand Down

0 comments on commit f0878b3

Please sign in to comment.