forked from TrueCloudLab/frostfs-node
[#1652] cli/container: Mention new flag in the CHANGELOG
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
33143b18a9
commit
e26e70ffcf
1 changed files with 5 additions and 1 deletions
|
@ -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 (백령도, 白翎島)
|
||||
|
||||
|
|
Loading…
Reference in a new issue