Skip to content

Commit bf65014

Browse files
committed
Release v4.20.3
1 parent 7561906 commit bf65014

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.20.2",
4-
"sha1": "8caf516bd8beb82cb1b592eb778feaf85f86a33f",
5-
"sha256": "5f208a232102752e8ac93b371b32bca04ef3526daba3f1eee6e2a25c511755c2",
3+
"version": "4.20.3",
4+
"sha1": "85d1647cd18bf88cc894e9ff7f12e92564c2fc7e",
5+
"sha256": "552e7b702dbdab42a7bd928dcdaea155b9dd16b4730c1b675501a3c8cdff9b60",
66
"name": "platform.phar",
7-
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.20.2/platform.phar",
7+
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.20.3/platform.phar",
88
"php": {
99
"min": "5.5.9"
1010
},
@@ -66,7 +66,8 @@
6666
"4.19.3": "* Convert environment variable types when applying config overrides.\n* Refresh the SSH cert if the JTI differs (for smoother MFA/SSO).\n* Avoid saying the API token is invalid for other refresh errors (e.g. SSO \n expiry).\n* Avoid updating SSH session config twice in the same command.\n* Bump giggsey/libphonenumber-for-php from 8.13.39 to 8.13.40 (#1463)\n* Bump composer/ca-bundle from 1.4.2 to 1.4.3 (#1464)",
6767
"4.20.0": "* Update backup:restore command resources options (Upsun):\n - Add a `--no-resources` option to avoid restoring resources from the backup.\n - Update the default for `--resources-init` to `backup` (previously `parent`).\n* Format the validation error message in the sync command.\n* Fix choice question autocomplete conflicting with index number.\n* Bump giggsey/libphonenumber-for-php from 8.13.40 to 8.13.42 (#1468)",
6868
"4.20.1": "* Fix bug which flipped the stderr and stdout streams of subprocesses",
69-
"4.20.2": "* Explain failing to activate the default branch when it has no code\n* Improvements to the `push` command:\n - Omit the parent and type from the git push options if they are not specified. \n This avoids an error when pushing to a non-default branch for the second \n time, when the default branch has no code.\n - Fix setting the type via git push options."
69+
"4.20.2": "* Explain failing to activate the default branch when it has no code\n* Improvements to the `push` command:\n - Omit the parent and type from the git push options if they are not specified. \n This avoids an error when pushing to a non-default branch for the second \n time, when the default branch has no code.\n - Fix setting the type via git push options.",
70+
"4.20.3": "* Fix 'The no-resources option does not exist.' in the backup:restore command.\n* Use stderr for showing current state in the resources:set command."
7071
}
7172
},
7273
{

0 commit comments

Comments
 (0)