Skip to content

Commit ab53526

Browse files
committed
Release v4.11.0
1 parent 070324b commit ab53526

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

dist/manifest.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[
22
{
3-
"version": "4.10.4",
4-
"sha1": "1ecfea63114430a1d5a0c53d7f321911cc4044a2",
5-
"sha256": "956155f62daf7665d9306db3514276291160b4ca9ed4f2ca8491cf407e050860",
3+
"version": "4.11.0",
4+
"sha1": "5c8bfc15f7b6aed953bb27323a0af94383184fd2",
5+
"sha256": "797402c3706d364a9a4e4a6399a3b853f52e016099e5ec9f4ad0b26f5886c069",
66
"name": "platform.phar",
7-
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.10.4/platform.phar",
7+
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.11.0/platform.phar",
88
"php": {
99
"min": "5.5.9"
1010
},
@@ -38,7 +38,8 @@
3838
"4.10.1": "* Fix detection of diskless services in `resources` commands.\n* Loosely validate profile sizes in `resources:set` command.\n (Allow `.5` to match `0.5`, `4` to match `4.0`, etc.)\n* Fix runtime operations error message.",
3939
"4.10.2": "* Show simpler command names in help (usage and examples sections).\n* Fix `--host` option on the projects list, and replace it with `--region`.\n* Fixes relating to paused environments in two commands:\n - `push --activate`: when the environment is paused activation will not be\n attempted (it will automatically reactivate on deployment).\n - `environment:activate`: no error when the environment is paused. When\n possible it will now prompt for resuming the environment.\n* Filter the projects list by vendor, if configured.\n* Default to --set-remote in the `project:create` (`create`) command (if no\n remote project is already set).\n* Improve the plans default in the `project:create` (`create`) command. This\n removes the `service.available_plans` config option.",
4040
"4.10.3": "* Avoid an exception if resources commands are used on an inactive environment\r\n* Bump giggsey/libphonenumber-for-php from 8.13.20 to 8.13.21 (#1329)",
41-
"4.10.4": "* Fix failure to push to a \"dirty\" environment with `push --activate`\n* Confirm before changing a project in set-remote\n* Improve `project:create` (`create`) command:\n - Hide timeout options in help\n - Wait and retry while fetching the project\n - Recommend the `get` command afterwards\n - Avoid fetching `/regions` twice\n* Clarify when the SSO session expired\n* Add varnish to the list of \"diskless\" services for the `resources:set` command\n* Bump giggsey/libphonenumber-for-php from 8.13.21 to 8.13.22 (#1334)"
41+
"4.10.4": "* Fix failure to push to a \"dirty\" environment with `push --activate`\n* Confirm before changing a project in set-remote\n* Improve `project:create` (`create`) command:\n - Hide timeout options in help\n - Wait and retry while fetching the project\n - Recommend the `get` command afterwards\n - Avoid fetching `/regions` twice\n* Clarify when the SSO session expired\n* Add varnish to the list of \"diskless\" services for the `resources:set` command\n* Bump giggsey/libphonenumber-for-php from 8.13.21 to 8.13.22 (#1334)",
42+
"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)"
4243
}
4344
},
4445
{

0 commit comments

Comments
 (0)