forked from TrueCloudLab/frostfs-node
Release v0.42.0
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
18182e578e
commit
ca4d6df1cc
2 changed files with 25 additions and 1 deletions
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -9,6 +9,30 @@ Changelog for FrostFS Node
|
||||||
### Removed
|
### Removed
|
||||||
### Updated
|
### Updated
|
||||||
|
|
||||||
|
## [v0.42.0]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Add audit logs for gRPC requests (#1184)
|
||||||
|
- Add CLI command to convert eACL to APE (#1189)
|
||||||
|
- Add `--await` flag to `control set-status` (#60)
|
||||||
|
- `app_info` metric for binary version (#1154)
|
||||||
|
- `--quiet` flag for healthcheck command (#1209)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Deprecate Container.SetEACL RPC (#1219)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Take groups into account during APE processing (#1190)
|
||||||
|
- Handle double SIGHUP correctly (#1145)
|
||||||
|
- Handle empty filenames in tree listing (#1074)
|
||||||
|
- Handle duplicate tree nodes in the split-brain scenario (#1234, #1251)
|
||||||
|
- Remove APE pre-check in Object.GET/HEAD/RANGE RPC (#1249)
|
||||||
|
- Delete EC gc marks and split info (#1257)
|
||||||
|
- Do not search for non-existent objects on deletion (#1261)
|
||||||
|
|
||||||
|
### Updated
|
||||||
|
- Make putting EC chunks more robust (#1233)
|
||||||
|
|
||||||
## [v0.41.0]
|
## [v0.41.0]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
v0.41.0
|
v0.42.0
|
||||||
|
|
Loading…
Reference in a new issue