Skip to content

Commit

Permalink
Release v4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcdawkins committed Dec 23, 2023
1 parent 7a851a3 commit 0ccd7a6
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.11.5",
"sha1": "56309c3bfa562c0cd7a6891f70498f28c5c5c313",
"sha256": "be6e4c24569d1afc467fd0c381505610958b042ebecf165e29c2991002a87614",
"version": "4.12.0",
"sha1": "eee9775a48ecce4b7f0d4cdf542a5f5a9211a235",
"sha256": "cdd51fcccd6922a946c2356c42e70499e9ccb763b4b88fda47f08a5c1f2824d7",
"name": "platform.phar",
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.11.5/platform.phar",
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.12.0/platform.phar",
"php": {
"min": "5.5.9"
},
Expand Down Expand Up @@ -44,7 +44,8 @@
"4.11.2": "* Fix push command when push options are disabled",
"4.11.3": "* Respect resource limits, where flexible resources are used.\n\n This prevents adding resources that exceed the organization limit which could\n lead to a broken environment. It calculates if the requested update will\n exceed the current limit and if it does, it stops the operation. In case the\n user wants to proceed, they can use the `--force` argument.\n* Fix typo in reading --resources-init option.\n* Improve file locking on MacOS (using fsync or fflush).\n* Fix check for whether the SSO session expired - improves error message.",
"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",
"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."
"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.",
"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"
}
},
{
Expand Down

0 comments on commit 0ccd7a6

Please sign in to comment.