Skip to content

Commit 584ca40

Browse files
committed
Release v4.14.2
1 parent 6182aac commit 584ca40

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.14.1",
4-
"sha1": "e2182704c1fac5fb1bdfebe7b3098379b2a4fefa",
5-
"sha256": "fb87dbb178035bb8b12fb8889c9db83d5a7ff0c8ceab5a690eff9fe19e2c5f38",
3+
"version": "4.14.2",
4+
"sha1": "f01b8ed638121522163971843b5f3af717168ee5",
5+
"sha256": "794f94d1ad3415d2dca0f2bf001eaa1c59d8233e3eecf1f98ddee5aa6af1d209",
66
"name": "platform.phar",
7-
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.14.1/platform.phar",
7+
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.14.2/platform.phar",
88
"php": {
99
"min": "5.5.9"
1010
},
@@ -50,7 +50,8 @@
5050
"4.13.0": "New features:\n\n* Add pagination to organization users commands (to support organizations with\n more than 50 members).\n* Add `--no-checkout` option; remove checkout warning in the `branch` command.\n* Make SSH options configurable, using the `ssh`.`options` YAML config key or\n the `{PREFIX}_SSH_OPTIONS` environment variable. The `RequestTTY force`\n option will no longer be sent by default in the `ssh` command. The\n `--identity-file` (`-i`) option for `ssh` and related commands will continue\n to work, but it is now hidden and deprecated.\n* Add timing columns for activity lists. For example, `--columns +time_execute`\n will display execution time in seconds alongside activities.\n\nOther changes:\n\n* SSH bugfixes:\n - Allow SSH to continue if writing configuration fails.\n - Omit `CertificateFile` if not supported by the OpenSSH version.\n - Do not rewrite config when running `ssh-cert:load --refresh-only`.\n - Fix the \"Expires at\" color in the `ssh-cert:load` command.\n - Avoid unnecessarily loading SSH keys.\n - Avoid passing `-t` to `ssh` when using `sql` with the `--raw` flag.\n* Un-beta `metrics` and runtime `ops` commands.\n* Deprecate `db:size` and `mount:size` commands.\n* Make `-c0` available consistently for showing all pages, in the commands\n which display paginated lists.\n* Warn during login when no refresh token is obtained.\n* Remove unnecessary `api_domain_suffix` config.\n* Skip interactive app/worker choice when there is only one app, and print\n the selected app/worker.\n* Avoid duplicate \"Selected environment\" verbose message when there is only one.\n* Remove unnecessary sort in backups list.\n* Update domain command help to clarify certificate files are for \"custom\" use\n (they are not required for SSL support).\n* Ignore a 404 from the current deployment in the `drush-aliases` command.",
5151
"4.13.1": "* Fix a bug introduced in v4.12.0 which caused projects to be fetched via an\n old hostname, resulting in errors for projects that had been migrated\n between regions.",
5252
"4.14.0": "New features:\n\n* Add team management commands (disabled by default until the feature is \n available)\n* Improve setting organization user permissions\n\nOther changes:\n\n* Bump giggsey/libphonenumber-for-php from 8.13.27 to 8.13.28\n* Display command name for listing projects without pagination\n* Update SSH host keys file\n* Improve help after errors by using Symfony exception more consistently",
53-
"4.14.1": "* Reduce errors from SSH connections simultaneous with certificate refreshes:\r\n - Do not regenerate the SSH key pair every time.\r\n - Save the new key pair immediately after the new certificate.\r\n - Add a config parameter `ssh.cert_key_ttl`, and corresponding environment\r\n variable `PLATFORMSH_CLI_SSH_CERT_KEY_TTL`, defining the lifetime in\r\n seconds of a key pair. Set to 0 for the key pair never to expire or -1 for\r\n it to be regenerated every time the certificate is refreshed. So the\r\n previous behavior can be restored with:\r\n `export PLATFORMSH_CLI_SSH_CERT_KEY_TTL=-1`\r\n* Enable git push options by default.\r\n Restore the previous behavior with:\r\n `export PLATFORMSH_CLI_API_GIT_PUSH_OPTIONS=0`\r\n* Include more environments in filtered interactive choices: \"dirty\" (building)\r\n environments, and those with SSH URLs, as well as active environments.\r\n* Improve the error message if filtering returns no environments.\r\n* Fix type conflict in `resources` commands between separate `--app` options.\r\n* Bump giggsey/libphonenumber-for-php from 8.13.28 to 8.13.29 (#1395)\r\n* Clarify missing extensions error for `tunnel:open` on Windows.\r\n* Replace `/me` call with `/users/me` on login.\r\n* Print a debug message when refreshing the access token.\r\n* Remove use of legacy access API in `backup:create` command.\r\n* Fix exit code when failing to load the organization for a team."
53+
"4.14.1": "* Reduce errors from SSH connections simultaneous with certificate refreshes:\r\n - Do not regenerate the SSH key pair every time.\r\n - Save the new key pair immediately after the new certificate.\r\n - Add a config parameter `ssh.cert_key_ttl`, and corresponding environment\r\n variable `PLATFORMSH_CLI_SSH_CERT_KEY_TTL`, defining the lifetime in\r\n seconds of a key pair. Set to 0 for the key pair never to expire or -1 for\r\n it to be regenerated every time the certificate is refreshed. So the\r\n previous behavior can be restored with:\r\n `export PLATFORMSH_CLI_SSH_CERT_KEY_TTL=-1`\r\n* Enable git push options by default.\r\n Restore the previous behavior with:\r\n `export PLATFORMSH_CLI_API_GIT_PUSH_OPTIONS=0`\r\n* Include more environments in filtered interactive choices: \"dirty\" (building)\r\n environments, and those with SSH URLs, as well as active environments.\r\n* Improve the error message if filtering returns no environments.\r\n* Fix type conflict in `resources` commands between separate `--app` options.\r\n* Bump giggsey/libphonenumber-for-php from 8.13.28 to 8.13.29 (#1395)\r\n* Clarify missing extensions error for `tunnel:open` on Windows.\r\n* Replace `/me` call with `/users/me` on login.\r\n* Print a debug message when refreshing the access token.\r\n* Remove use of legacy access API in `backup:create` command.\r\n* Fix exit code when failing to load the organization for a team.",
54+
"4.14.2": "* Skip rerunning SSH cert check when SSHing from the CLI.\n* Highlight green regions in the project:create (create) command.\n* Support IPV6 ip address validation (#1405) (thanks @hanoii).\n* Set SSH log level to DEBUG3 when the CLI is in debug mode.\n* Fix metrics for multi-instance grid hosting.\n* Use the new backups API for restoring."
5455
}
5556
},
5657
{

0 commit comments

Comments
 (0)