Skip to content

Commit

Permalink
Release v4.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcdawkins committed Dec 6, 2023
1 parent bc4db4b commit 8cf0f44
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.3",
"sha1": "1f2d741c60205931167cfba9b0cb09713484aafc",
"sha256": "b6f6156ddf21129fd4dbc14c74df3fc8bf3029b52b11ea4efddf58ad82bc732e",
"version": "4.11.4",
"sha1": "1e4fb29b1790fb4a07a864cdb37c7b90b9653201",
"sha256": "5ba4c30a8ba438c0d143a865323cd9b5ab654136ff8d14285b2511b7c71d3880",
"name": "platform.phar",
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.11.3/platform.phar",
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.11.4/platform.phar",
"php": {
"min": "5.5.9"
},
Expand Down Expand Up @@ -42,7 +42,8 @@
"4.11.0": "New features for Upsun projects (those using flexible resources):\r\n\r\n* Add `--resources-init` option for code source integrations (bitbucket,\r\n bitbucket_server, github, and gitlab).\r\n* Add `--resources-init` option to the `push` command when Git push options are\r\n enabled (they are currently disabled by default).\r\n* Show a link to resources docs in command help.\r\n* Show the container profile name when setting profile sizes.\r\n* Default to size 0.5, disk 512 MB when setting resources.\r\n* Validate against the service's minimum sizes.\r\n\r\nOther changes:\r\n\r\n* Lock while refreshing OAuth2 tokens or SSH certificates.\r\n This behavior can be disabled using the environment variable\r\n `{PREFIX}DISABLE_LOCKS` or the config entry `api.disable_locks`.\r\n* Filter the interactive choice of environments, to avoid suggesting\r\n environments that are in the wrong state.\r\n* Improve error message when the current deployment is not found, when this is\r\n caused by the environment being inactive.\r\n* Forward dynamic options when running a sub command.\r\n* Bump giggsey/libphonenumber-for-php from 8.13.22 to 8.13.26 (#1350)",
"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.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"
}
},
{
Expand Down

0 comments on commit 8cf0f44

Please sign in to comment.