Skip to content

Commit

Permalink
Release v4.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcdawkins committed Feb 19, 2024
1 parent ad67a06 commit 842b966
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.14.2",
"sha1": "f01b8ed638121522163971843b5f3af717168ee5",
"sha256": "794f94d1ad3415d2dca0f2bf001eaa1c59d8233e3eecf1f98ddee5aa6af1d209",
"version": "4.15.0",
"sha1": "9a22e7e86e91fc90eccf41cc45ee279c6898015a",
"sha256": "1754d4441cafb2bde07bb49890b36f416708ccf7684a9801b72883028f72b1be",
"name": "platform.phar",
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.14.2/platform.phar",
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.15.0/platform.phar",
"php": {
"min": "5.5.9"
},
Expand Down Expand Up @@ -51,7 +51,8 @@
"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.",
"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",
"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.",
"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."
"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.",
"4.15.0": "Features relating to the sizing API (Upsun):\r\n\r\n* Support \"resources\" in the environment:sync (sync) command.\r\n* Add --resources-init option to five more commands:\r\n - `backup:restore`\r\n - `environment:activate`\r\n - `environment:branch` (`branch`)\r\n - `environment:merge` (`merge`)\r\n - `environment:synchronize` (`sync`)\r\n* At \"default\" and \"minimum\" as keywords for the resources:set command (use\r\n the newly exposed defaults in the API).\r\n\r\nOther changes:\r\n\r\n* Make `push --activate` ensure an environment is active, even when no changes\r\n were pushed.\r\n* Fix \"Failed to extract zip\" on Windows (by updating credential helpers).\r\n* Print PHP built-in warnings by default (without needing -v).\r\n* Avoid printing \"Determined CA bundle path\" more than once.\r\n* Bump giggsey/libphonenumber-for-php from 8.13.29 to 8.13.30."
}
},
{
Expand Down

0 comments on commit 842b966

Please sign in to comment.