Skip to content

Commit

Permalink
Release v4.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcdawkins committed Feb 23, 2024
1 parent 668b772 commit 7efdd16
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.15.2",
"sha1": "978c10aa90c869fd5a4a1e567efa5b2d985b95fe",
"sha256": "d4291f6f5de70af4cdc6a6f0fb589ffb792fc2ceb41835d84d64c12708d71129",
"version": "4.15.3",
"sha1": "fd819d6770bd3c9d96851b777bad3833da9d4ff0",
"sha256": "a85e78ba49a3abbfe895530cc208a74ad992104d94fb8f90f43a5f05702259fc",
"name": "platform.phar",
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.15.2/platform.phar",
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.15.3/platform.phar",
"php": {
"min": "5.5.9"
},
Expand Down Expand Up @@ -54,7 +54,8 @@
"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.",
"4.15.1": "* Fix TypeError on pushing to a new target environment",
"4.15.2": "* Fix another type warning in push command for new environments\n* Remove undefined variable in activate command\n* Fix warning about strpos() after pushing"
"4.15.2": "* Fix another type warning in push command for new environments\n* Remove undefined variable in activate command\n* Fix warning about strpos() after pushing",
"4.15.3": "* Fix support for the environment variable `{PREFIX}SSH_WRITE_USER_CONFIG`.\n* Skip automatic SSH auth when the host is external. This fixes an issue where \n the default SSH identity files (e.g. `~/.ssh/id_rsa`) were not being used for \n external hosts, e.g. GitHub (it affected those not running an SSH agent). The \n problem was introduced in v4.12.0 (commit 3b8bfbf4fde63d15c9079986e6bf9dbbc).\n* Improve SSH error reporting after authentication.\n* Revert \"Print PHP built-in warnings by default (without needing -v)\".\n* Hide the service image version.\n* Fix TypeError thrown when running `env:delete --no-delete-branch` on an \n inactive environment."
}
},
{
Expand Down

0 comments on commit 7efdd16

Please sign in to comment.