Skip to content

Commit e2e2f37

Browse files
committed
Release v4.29.0
1 parent e8f83f4 commit e2e2f37

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.2",
4-
"sha1": "9af57534c2dbca282c4fdf93c6895fb507ea952e",
5-
"sha256": "30a43806809056aa8369e304743eb3c086ed382fa3dcc8745fac82470321e670",
3+
"version": "4.29.0",
4+
"sha1": "4cff765b9e411c529c25c349b9a83a6d11ddf9e4",
5+
"sha256": "bdfd9231a27ae245a2c8d8042f4f5a51c160d8fbae16d7f6abd43560abaf02aa",
66
"name": "platform.phar",
7-
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.28.2/platform.phar",
7+
"url": "https://github.com/platformsh/legacy-cli/releases/download/v4.29.0/platform.phar",
88
"php": {
99
"min": "5.5.9"
1010
},
@@ -79,7 +79,8 @@
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`",
8181
"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)"
82+
"4.28.2": "* Fix: the resources:build:get command should be hidden when sizing is disabled (#1583)",
83+
"4.29.0": "* Allow configuring autoscaling for all services that support it.\n* Skip the \"type\" question when creating an organization.\n* Restore the metrics --interval option.\n* Return an error for a failed rolling deployment."
8384
}
8485
},
8586
{

0 commit comments

Comments
 (0)