Skip to content

Commit 108cbc0

Browse files
committed
Release v4.13.0
1 parent 4351a2c commit 108cbc0

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.12.1",
4-
"sha1": "ad59dd0531c0530c7d28d9a46c45e44542dac60c",
5-
"sha256": "22cbe0a0be3a3f91e646cbeb6a85fb5e8782b65814ffd6d1ab22bde9a6a87fb7",
3+
"version": "4.13.0",
4+
"sha1": "bbec0eb6fb848af8b139438be6cc2af32de4c9d9",
5+
"sha256": "af5e4a76b5e2ec89fbe8165ee36e18ec8693c35a4695df58fd91c40c3595d1f0",
66
"name": "platform.phar",
7-
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.12.1/platform.phar",
7+
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.13.0/platform.phar",
88
"php": {
99
"min": "5.5.9"
1010
},
@@ -46,7 +46,8 @@
4646
"4.11.4": "* Fix: always attempt to choose a default environment when asking interactively (#1358)\n This should now apply again even when filtering is active, e.g. for the 'ssh'\r\n command.\n* Fix PHP <7.3 incompatibilities in ResourcesSetCommand",
4747
"4.11.5": "* Enable `api.projects_list_new` by default.\n* Display the correct Console URL in the welcome command (when running\n `platform` or `upsun` on its own in a project directory).\n* Allow auto drush aliases to be turned off via a feature flag.\n These can be disabled via the `application.drush_aliases` config option or\n an env var: `export {PREFIX}_APPLICATION_DRUSH_ALIASES=0` (the `{PREFIX}`\n being `PLATFORMSH_CLI` or `UPSUN_CLI`).\n* Warn (no error) for invalid JSON when parsing the activity log.\n* Fix: invalid files being listed in \"log\" command.\n This ignores output from other processes during the SSH connection.\n* Fix: `var:create --update` not respecting the `--project` and `--no-wait`\n options when updating existing variables (thanks @romainneutron).\n* Fix: generating a cert twice during ssh-cert:load (via auto-login).\n* Fix: not activating environment with push options after asking interactively.",
4848
"4.12.0": "New features:\n\n* Automatically install SSH host keys for public regions. \n If necessary you can disable this behavior with the environment (e.g.\n `export PLATFORMSH_CLI_SSH_HOST_KEYS_FILE=''`).\n* Only use the SSH certificate if available. \n Adds an `ssh.cert_only` config option which, if enabled, means only the\n certificate will be included in config, if a certificate exists, and not the\n user's \"default\" public key files (~/.ssh/id_rsa etc.). This is disabled by\n default. It can be enabled in the config file or in the environment (e.g.\n `export {PREFIX}_SSH_CERT_ONLY=1`).\n\nOther changes:\n\n* Bump composer/ca-bundle from 1.3.7 to 1.4.0\n* Use the new user-access API\n* Remove support for pre-\"Auth\" APIs\n* Remove unnecessary 'auth_api_enabled' and 'invitations' config flags\n* Update country/region names from CLDR\n* Remove unused available_plans config\n* Fix detection of SSO (vs normal) session expiry during refresh\n* SSH configuration changes:\n - Rename api.ssh_domain_wildcards to ssh.domain_wildcards\n - Rename api.auto_load_ssh_cert to ssh.auto_load_cert\n - Rename api.add_to_ssh_agent to ssh.add_to_agent\n - Rename api.write_user_ssh_config to ssh.write_user_config\n - Include the SSH certificate in config even if refresh fails",
49-
"4.12.1": "* Bump giggsey/libphonenumber-for-php from 8.13.26 to 8.13.27\r\n* Update client: fix missing required parameter in ResourceWithReferences"
49+
"4.12.1": "* Bump giggsey/libphonenumber-for-php from 8.13.26 to 8.13.27\r\n* Update client: fix missing required parameter in ResourceWithReferences",
50+
"4.13.0": "New features:\n\n* Add pagination to organization users commands (to support organizations with\n more than 50 members).\n* Add `--no-checkout` option; remove checkout warning in the `branch` command.\n* Make SSH options configurable, using the `ssh`.`options` YAML config key or\n the `{PREFIX}_SSH_OPTIONS` environment variable. The `RequestTTY force`\n option will no longer be sent by default in the `ssh` command. The\n `--identity-file` (`-i`) option for `ssh` and related commands will continue\n to work, but it is now hidden and deprecated.\n* Add timing columns for activity lists. For example, `--columns +time_execute`\n will display execution time in seconds alongside activities.\n\nOther changes:\n\n* SSH bugfixes:\n - Allow SSH to continue if writing configuration fails.\n - Omit `CertificateFile` if not supported by the OpenSSH version.\n - Do not rewrite config when running `ssh-cert:load --refresh-only`.\n - Fix the \"Expires at\" color in the `ssh-cert:load` command.\n - Avoid unnecessarily loading SSH keys.\n - Avoid passing `-t` to `ssh` when using `sql` with the `--raw` flag.\n* Un-beta `metrics` and runtime `ops` commands.\n* Deprecate `db:size` and `mount:size` commands.\n* Make `-c0` available consistently for showing all pages, in the commands\n which display paginated lists.\n* Warn during login when no refresh token is obtained.\n* Remove unnecessary `api_domain_suffix` config.\n* Skip interactive app/worker choice when there is only one app, and print\n the selected app/worker.\n* Avoid duplicate \"Selected environment\" verbose message when there is only one.\n* Remove unnecessary sort in backups list.\n* Update domain command help to clarify certificate files are for \"custom\" use\n (they are not required for SSL support).\n* Ignore a 404 from the current deployment in the `drush-aliases` command."
5051
}
5152
},
5253
{

0 commit comments

Comments
 (0)