Skip to content

Commit bf375ca

Browse files
committed
Release v4.28.0
1 parent 28d559e commit bf375ca

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.27.0",
4-
"sha1": "62e5f46d69cf191324b2baa4a0ee9aa1487d564a",
5-
"sha256": "77b998915dc64a2141809dec08a7e9988045376e4bbcb99005512249813b9c61",
3+
"version": "4.28.0",
4+
"sha1": "eb7e525f8c310073790553b7025eb4c8e93c2165",
5+
"sha256": "eb76cae748ae8048a9e2ea9e5323c36d4101c360fda8f8dd37bf5d6c161b6efd",
66
"name": "platform.phar",
7-
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.27.0/platform.phar",
7+
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.28.0/platform.phar",
88
"php": {
99
"min": "5.5.9"
1010
},
@@ -77,7 +77,8 @@
7777
"4.24.0": "New features:\n\n* Support guaranteed resources, adding a new CPU type concept (`shared` or\n `guaranteed`) to the `resources` commands.\n* Support manual deployments:\n - Add an `environment:deploy` command to deploy staged changes.\n - Add an `environment:deploy:type` command to view or change the deployment\n type (between `manual` and `automatic`).\n - Add a `deployment_type` property (read-only) to the `environment:info`\n command.\n - Support the `staged` activity state in activity-related commands.\n\nOther changes:\n\n* Increase the default limits for finding activities.\n* Stop bypassing the organization endpoint for subscriptions.\n* Update Go test dependencies.\n* Add `mark_unwrapped_legacy` config option (defaults to `false`).",
7878
"4.25.0": "New features:\n\n* Autoscaling-related features:\n - Add an `autoscaling` command to read autoscaling settings.\n - Mark services with autoscaling in the `resources` command.\n - Disallow changing the instance count in `resources:set` when autoscaling is enabled.\n* Support the OpenTelemetry Protocol (`otlp`) integration, when available on the project.\n* Add a `--strategy` (`-s`) option to the `env:deploy` command (`stopstart` or `rolling`).\n* Require confirmation on `branch` or `env:activate` commands when guaranteed resources are configured.\n\nOther changes:\n\n* Update embedded docs links to the new permalink structure.\n* Avoid writing to stdout when opening a URL.\n* Treat `upsun` and `platformsh` vendors as equivalent in the project list from 2025-09-23.\n* Fix the command recommendation when there are staged activities.\n* Fix the Drush site URL when there is no app route (e.g. with Varnish).",
7979
"4.26.0": "New features:\n\n* Add `autoscaling:set` command, to configure CPU-based autoscaling\n* Add support for organization types\n - Display the organization type in the `orgs` list\n - Add a `--type` filter in the `orgs` list\n - Add a `--type` option to `org:create`\n - Display the organization type in the `projects` list\n - Add an `--org-type` filter in the `projects` list\n* Add a `deploy` alias for the `env:deploy` command\n\nOther changes:\n\n* Fix \"This environment is inactive\" during activation, if the deployment cannot \n be fetched.",
80-
"4.27.0": "* Support `memory` as a trigger for autoscaling\n* Set `--fail-with-body` by default in `:curl` commands\n* Update name of `otlp` integration to `otlplog`"
80+
"4.27.0": "* Support `memory` as a trigger for autoscaling\n* Set `--fail-with-body` by default in `:curl` commands\n* Update name of `otlp` integration to `otlplog`",
81+
"4.28.0": "New features:\n\n* Display activities with non-zero exit codes as failed.\n* Allow specifying the deploy strategy on push.\n* Switch to new, more efficient endpoint for querying metrics. \n Output will be mostly the same as the previous `metrics` commands, with these\n exceptions:\n - Rows for the `router` service are now displayed by default.\n - The `---internal---storage` is no longer displayed by default.\n - `inodes` columns are now displayed by default in the `metrics` command. The\n first 5 table columns are the same, and the other commands' default columns\n are the same.\n - The `--interval` option is deprecated and no longer has an effect. The\n default interval displayed changes from 2 minutes to 1 minute.\n\nOther changes:\n\n* Error earlier in non-interactive mode when an organization ID is required.\n* Add an example for adding a column in activity:list command help.\n* Remove security contact from writable properties of billing profile."
8182
}
8283
},
8384
{

0 commit comments

Comments
 (0)