Skip to content

Commit 85d10da

Browse files
committed
Release v3.81.0
1 parent 047f527 commit 85d10da

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
@@ -17,10 +17,10 @@
1717
},
1818
{
1919
"name": "platform.phar",
20-
"sha1": "9ce27d75c23f44fcefa404d25290ccbbb8af2f49",
21-
"sha256": "1b4ced76dd6dc4a68d2f09d5027069999512a6655e20040e5cab000adc27be52",
22-
"url": "https://github.com/platformsh/platformsh-cli/releases/download/v3.80.3/platform.phar",
23-
"version": "3.80.3",
20+
"sha1": "d1a303e13e437001307472fd5e072574c9ddc0b8",
21+
"sha256": "3960b1cf697cb6d6c076bf02d4f5b7d0dcf2cdd9511ca75694545f29b86316e6",
22+
"url": "https://github.com/platformsh/platformsh-cli/releases/download/v3.81.0/platform.phar",
23+
"version": "3.81.0",
2424
"php": {
2525
"min": "5.5.9"
2626
},
@@ -453,7 +453,8 @@
453453
"3.80.0": "* Support the `--shared-key` option for `webhook` as well as `health.webhook`\n integrations.\n* Fix SSL chain validation for files containing multiple certificates.\n* Improvements to the `environment:delete` command:\n - Only select the current environment if nothing else is specified.\n This may change behavior for existing scripts if they expect the\n currently checked-out environment to be always selected for deletion.\n - Avoid asking twice about deleting the same environment.\n - Add an `--only-type` option, to enforce only deleting environments of\n one or more types, e.g.\n\n platform env:delete --merged --only-type development",
454454
"3.80.1": "* Fix inverted --exclude in the environment:delete command\n (a bug introduced in v3.80.0)",
455455
"3.80.2": "* Filter by organization (`--org`) without needing direct access, in the\n `project:list` (`projects`) command.\n* Display the simpler version of the project directory in the `project:get`\n (`get`) command.",
456-
"3.80.3": "* Translate environment ID to type when adding or changing a user. \n Since around 1 year ago with the introduction of environment types, users\n should be given roles on the environment type, not on a specific environment\n ID. For those still using environment IDs, the CLI now translates these to\n types on the client side (before the API call), for more clarity in the\n output and when later listing project invitations.\n* Remove support for projects which do not have environment types (such\n projects no longer exist).\n\nMore information on environment types: https://docs.platform.sh/administration/users.html#environment-types"
456+
"3.80.3": "* Translate environment ID to type when adding or changing a user. \n Since around 1 year ago with the introduction of environment types, users\n should be given roles on the environment type, not on a specific environment\n ID. For those still using environment IDs, the CLI now translates these to\n types on the client side (before the API call), for more clarity in the\n output and when later listing project invitations.\n* Remove support for projects which do not have environment types (such\n projects no longer exist).\n\nMore information on environment types: https://docs.platform.sh/administration/users.html#environment-types",
457+
"3.81.0": "New features:\n\n* Add `--no-warn` (`-W`) and `--header` (`-H`) options to the `auth:token` command.\n* Add `--json` option to curl commands.\n* Return a success (zero) exit code from `self:update` if there is no update.\n\nOther changes:\n\n* Fix \"Property defined twice\" error in the `org:billing:address` command.\n* Clarify no organization message in `project:create` (`create`) command.\n* Remove more now unnecessary checks for environment types.\n Improves performance in `environment:list` (`env`) command.\n* Fix example for `user:get --level environment`."
457458
}
458459
}
459460
]

0 commit comments

Comments
 (0)