Skip to content

Commit 3b95fff

Browse files
committed
Release v4.28.2
1 parent 5f08af5 commit 3b95fff

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.28.0",
4-
"sha1": "eb7e525f8c310073790553b7025eb4c8e93c2165",
5-
"sha256": "eb76cae748ae8048a9e2ea9e5323c36d4101c360fda8f8dd37bf5d6c161b6efd",
3+
"version": "4.28.2",
4+
"sha1": "9af57534c2dbca282c4fdf93c6895fb507ea952e",
5+
"sha256": "30a43806809056aa8369e304743eb3c086ed382fa3dcc8745fac82470321e670",
66
"name": "platform.phar",
7-
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.28.0/platform.phar",
7+
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.28.2/platform.phar",
88
"php": {
99
"min": "5.5.9"
1010
},
@@ -78,7 +78,8 @@
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.",
8080
"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."
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.",
82+
"4.28.2": "* Fix: the resources:build:get command should be hidden when sizing is disabled (#1583)"
8283
}
8384
},
8485
{

0 commit comments

Comments
 (0)