[#1652] cli/container: Mention new flag in the CHANGELOG

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
remotes/fyrchik/fix-grpc-timeout-backup
Leonard Lyubich 2022-09-02 12:19:22 +04:00 committed by LeL
parent 33143b18a9
commit e26e70ffcf
1 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,7 @@ Changelog for NeoFS Node
### Changed
- `neofs-cli object put`'s object ID output has changed from "ID" to "OID" (#1296)
- `neofs-cli container set-eacl` command now pre-checks container ACL's extensibility (#1652)
### Fixed
- Panic on write-cache's `Delete` operation (#1664)
@ -19,7 +20,10 @@ Changelog for NeoFS Node
### Updated
### Updating from v0.31.0
Storage Node now collects object count prometheus metrics: `neofs_node_object_counter`.
Storage Node now collects object count prometheus metrics: `neofs_node_object_counter`.
Provide `--no-precheck` flag to `neofs-cli container set-eacl` for unconditional sending of a request
(previous default behavior).
## [0.31.0] - 2022-08-04 - Baengnyeongdo (백령도, 白翎島)