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

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2022-09-02 12:19:22 +04:00 committed by LeL
parent 33143b18a9
commit e26e70ffcf

View file

@ -8,6 +8,7 @@ Changelog for NeoFS Node
### Changed ### Changed
- `neofs-cli object put`'s object ID output has changed from "ID" to "OID" (#1296) - `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 ### Fixed
- Panic on write-cache's `Delete` operation (#1664) - Panic on write-cache's `Delete` operation (#1664)
@ -19,7 +20,10 @@ Changelog for NeoFS Node
### Updated ### Updated
### Updating from v0.31.0 ### 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 (백령도, 白翎島) ## [0.31.0] - 2022-08-04 - Baengnyeongdo (백령도, 白翎島)