Skip to content

Commit

Permalink
Release v4.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcdawkins committed Mar 4, 2024
1 parent 4caabc4 commit b845b65
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.3",
"sha1": "fd819d6770bd3c9d96851b777bad3833da9d4ff0",
"sha256": "a85e78ba49a3abbfe895530cc208a74ad992104d94fb8f90f43a5f05702259fc",
"version": "4.16.0",
"sha1": "8fdec7213291fe47e944f207cf558f9c2a1779da",
"sha256": "b9840ed75a77ae107a7872c46a06a3e4940b4ff7705aff880c25d6007165f19b",
"name": "platform.phar",
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.15.3/platform.phar",
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.16.0/platform.phar",
"php": {
"min": "5.5.9"
},
Expand Down Expand Up @@ -55,7 +55,8 @@
"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.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."
"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.",
"4.16.0": "New features:\r\n\r\n* Add a confirmation step before creating a backup. \r\n Non-interactive scripts must use `-y` or `--yes` or `--no-interaction`.\r\n For more detail, see: https://github.com/platformsh/legacy-cli/pull/1414\r\n* Use MariaDB-specific command names in \"db:\" commands.\r\n* Make `push --activate` ensure the environment status after pushing, whether or\r\n not new commits were pushed.\r\n\r\nOther changes:\r\n\r\n* Use git push options always.\r\n* Configuration changes:\r\n - Move config `service.header_prefix` to `detection.cluster_header` and make\r\n it optional.\r\n - Remove the need for a `service.slug` config key.\r\n* Fix recommending an SSH key when not needed.\r\n* Bump giggsey/libphonenumber-for-php from 8.13.30 to 8.13.31\r\n* Bump composer/ca-bundle from 1.4.0 to 1.4.1"
}
},
{
Expand Down

0 comments on commit b845b65

Please sign in to comment.