Skip to content

Commit 3779bd8

Browse files
committed
Release v4.12.1
1 parent c85ed05 commit 3779bd8

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.0",
4-
"sha1": "eee9775a48ecce4b7f0d4cdf542a5f5a9211a235",
5-
"sha256": "cdd51fcccd6922a946c2356c42e70499e9ccb763b4b88fda47f08a5c1f2824d7",
3+
"version": "4.12.1",
4+
"sha1": "ad59dd0531c0530c7d28d9a46c45e44542dac60c",
5+
"sha256": "22cbe0a0be3a3f91e646cbeb6a85fb5e8782b65814ffd6d1ab22bde9a6a87fb7",
66
"name": "platform.phar",
7-
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.12.0/platform.phar",
7+
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.12.1/platform.phar",
88
"php": {
99
"min": "5.5.9"
1010
},
@@ -45,7 +45,8 @@
4545
"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.",
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.",
48-
"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"
48+
"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"
4950
}
5051
},
5152
{

0 commit comments

Comments
 (0)