Skip to content

Commit 7f15824

Browse files
committed
Release v4.19.2
1 parent 4bf5d52 commit 7f15824

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.19.1",
4-
"sha1": "6f39c83b9c0fecbb3b489d3920ecad18074f0c41",
5-
"sha256": "5d91ce0b6d6dfae34369e27eb96c37b9d42af0fac02dda2e912f0f7eccf24d72",
3+
"version": "4.19.2",
4+
"sha1": "d0b7d5013585cc66cf450fb460b3e87a0d7a132f",
5+
"sha256": "cf13d86fafe92b90c0b82e26845b6548083197e8aa2d0a1c0a478d8efa81bd2d",
66
"name": "platform.phar",
7-
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.19.1/platform.phar",
7+
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.19.2/platform.phar",
88
"php": {
99
"min": "5.5.9"
1010
},
@@ -61,7 +61,8 @@
6161
"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",
6262
"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.",
6363
"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.",
64-
"4.19.1": "* Fix misleading \"More recent authentication is required\" message\n* Preserve left indent for all lines in a table"
64+
"4.19.1": "* Fix misleading \"More recent authentication is required\" message\n* Preserve left indent for all lines in a table",
65+
"4.19.2": "* Improve handling of `push --activate` with a code source integration.\n* Avoid prompting to delete inactive branches when an integration with\n `prune_branches` is enabled.\n* Avoid an unnecessary fetch when an environment does not exist.\n* Avoid selecting an SSH key if a certificate exists.\n* Fix SSH error in fish shell: \"Missing argument at index 3\".\n* Expose the `integration:activities` alias in help.\n* Support SSH step-up authentication features.\n* Accommodate API tokens when showing step-up auth messages.\n* Disable the PHP memory limit (if any).\n* Bump giggsey/libphonenumber-for-php from 8.13.37 to 8.13.39."
6566
}
6667
},
6768
{

0 commit comments

Comments
 (0)