Skip to content

Commit

Permalink
Release v4.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcdawkins committed May 31, 2024
1 parent bf20a16 commit 5c07220
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.18.1",
"sha1": "42f8eded3f30f8c68a82103bbdff7956691d8c28",
"sha256": "5933787472548eb6d298deb226c0b05db132825e68386d3f41fe14efd28ea8a2",
"version": "4.19.0",
"sha1": "fc28ba87423e750851170faacc4d7d2120655a90",
"sha256": "af8bdf2e13b1482a22bd5f1c795a33295ccedebc08b63853d6fa4365b3d8cd3e",
"name": "platform.phar",
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.18.1/platform.phar",
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.19.0/platform.phar",
"php": {
"min": "5.5.9"
},
Expand Down Expand Up @@ -59,7 +59,8 @@
"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",
"4.17.0": "Significant changes:\n\n* Add `mfa_enabled` and `sso_enabled` columns to the `org:users` command.\n* In the `push` command, do not set a parent if none is specified. \n This also removes the interactive questions for the environment parent and \n type.\n* Remove `manual` value from `--resources-init` in 3 commands. \n Affects Upsun only, in commands: `activate`, `backup:restore`, and `branch`.\n\nSmaller changes:\n\n* Fix \"Variables cannot be bracketed\" error with SSH in fish.\n* Fix resolution of variable name during `variable:create --update`.\n* Fix obtaining GitHub token in the `self:release` command.\n* Dependency updates:\n - Bump composer/ca-bundle from 1.4.1 to 1.4.2 (#1424)\n - Bump phpseclib/phpseclib from 2.0.31 to 2.0.47 in /vendor-bin/box (#1422)\n - Bump giggsey/libphonenumber-for-php from 8.13.31 to 8.13.32 (#1425)",
"4.18.0": "New features:\n\n* Add --no-code option to backup:restore, and deprecate --restore-code\n\nOther changes:\n\n* Improvements to disk sizing in the resources:set command:\n - Use the API to validate whether a service can have a disk\n - Allow a disk size of 0\n* Fix \"No access token found\" after auto-login in auth:token command\n* Bump giggsey/libphonenumber-for-php from 8.13.32 to 8.13.34",
"4.18.1": "* Add `--type` filter to the `integration:list` command.\n* Fix deployment type detection in `metrics` commands.\n* Fix loading a subscription through the wrong org.\n* Avoid prompting for `self:install` when not the only instance.\n* Fix `--gateway-ports` option in tunnel commands."
"4.18.1": "* Add `--type` filter to the `integration:list` command.\n* Fix deployment type detection in `metrics` commands.\n* Fix loading a subscription through the wrong org.\n* Avoid prompting for `self:install` when not the only instance.\n* Fix `--gateway-ports` option in tunnel commands.",
"4.19.0": "New features:\r\n\r\n* Add options for listing environments by status:\r\n - Add `--status` filter option to the `environment:list` command.\r\n - Add `--status`, `--only-status` and `--exclude-status` options to the\r\n `environment:delete` command.\r\n* Add commands to get and set build resources:\r\n - `resources:build:get` (or `build-resources:get`)\r\n - `resources:build:set` (or `build-resources:set`)\r\n\r\nOther changes:\r\n\r\n* Allow local OAuth listener to succeed on an alternative port.\r\n* Support RFC 9470 step-up authentication.\r\n* Disable wrapping on status and type columns in the environment list.\r\n* Remove YAML formatting when displaying floats.\r\n* Avoid misidentifying sessions from alternative configs.\r\n* Improve SSH/MFA error message.\r\n* Remove legacy region check in `backup:restore` command.\r\n* Bump giggsey/libphonenumber-for-php from 8.13.34 to 8.13.37."
}
},
{
Expand Down

0 comments on commit 5c07220

Please sign in to comment.