Skip to content

Commit

Permalink
Release v4.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcdawkins committed Jan 24, 2024
1 parent b151618 commit f5f2e70
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.13.1",
"sha1": "73673f89d308e98d4c2f3913c7bc746a6bb32932",
"sha256": "ffea2b07660002cb2be944b75eaa0a8356e05466dcc4d618f2b492a7edbcf36e",
"version": "4.14.0",
"sha1": "7923d6fa06c3312b82f4438f0e30e330deda7e34",
"sha256": "451e3ba31b40d3409a0378db96a3e9603ed0e33e7fdc0590c2a2d670f99b6de2",
"name": "platform.phar",
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.13.1/platform.phar",
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.14.0/platform.phar",
"php": {
"min": "5.5.9"
},
Expand Down Expand Up @@ -48,7 +48,8 @@
"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",
"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",
"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.",
"4.13.1": "* Fix a bug introduced in v4.12.0 which caused projects to be fetched via an\n old hostname, resulting in errors for projects that had been migrated\n between regions."
"4.13.1": "* Fix a bug introduced in v4.12.0 which caused projects to be fetched via an\n old hostname, resulting in errors for projects that had been migrated\n between regions.",
"4.14.0": "New features:\n\n* Add team management commands (disabled by default until the feature is \n available)\n* Improve setting organization user permissions\n\nOther changes:\n\n* Bump giggsey/libphonenumber-for-php from 8.13.27 to 8.13.28\n* Display command name for listing projects without pagination\n* Update SSH host keys file\n* Improve help after errors by using Symfony exception more consistently"
}
},
{
Expand Down

0 comments on commit f5f2e70

Please sign in to comment.