Release v0.44.0
All checks were successful
DCO action / DCO (pull_request) Successful in 2m39s
Vulncheck / Vulncheck (pull_request) Successful in 3m7s
Tests and linters / Run gofumpt (pull_request) Successful in 3m46s
Pre-commit hooks / Pre-commit (pull_request) Successful in 3m53s
Tests and linters / Staticcheck (pull_request) Successful in 3m52s
Tests and linters / gopls check (pull_request) Successful in 3m55s
Build / Build Components (pull_request) Successful in 4m10s
Tests and linters / Lint (pull_request) Successful in 4m48s
Tests and linters / Tests (pull_request) Successful in 5m50s
Tests and linters / Tests with -race (pull_request) Successful in 7m15s
Tests and linters / Run gofumpt (push) Successful in 2m59s
Vulncheck / Vulncheck (push) Successful in 3m47s
Pre-commit hooks / Pre-commit (push) Successful in 5m8s
Tests and linters / gopls check (push) Successful in 5m22s
Tests and linters / Staticcheck (push) Successful in 5m33s
Tests and linters / Lint (push) Successful in 5m41s
Build / Build Components (push) Successful in 6m21s
Tests and linters / Tests (push) Successful in 8m21s
Tests and linters / Tests with -race (push) Successful in 8m23s

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
Evgenii Stratonikov 2024-11-25 13:55:14 +03:00
parent 0e5524dac7
commit 7eac5fb18b
Signed by: fyrchik
SSH key fingerprint: SHA256:m/TTwCzjnRkXgnzEx9X92ccxy1CcVeinOgDb3NPWWmg
2 changed files with 25 additions and 1 deletions

View file

@ -9,6 +9,30 @@ Changelog for FrostFS Node
### Removed
### Updated
## [v0.44.0] - 2024-25-11 - Rongbuk
### Added
- Allow to prioritize nodes during GET traversal via attributes (#1439)
- Add metrics for the frostfsid cache (#1464)
- Customize constant attributes attached to every tracing span (#1488)
- Manage additional keys in the `frostfsid` contract (#1505)
- Describe `--rule` flag in detail for `frostfs-cli ape-manager` subcommands (#1519)
### Changed
- Support richer interaction with the console in `frostfs-cli container policy-playground` (#1396)
- Print address in base58 format in `frostfs-adm morph policy set-admin` (#1515)
### Fixed
- Fix EC object search (#1408)
- Fix EC object put when one of the nodes is unavailable (#1427)
### Removed
- Drop most of the eACL-related code (#1425)
- Remove `--basic-acl` flag from `frostfs-cli container create` (#1483)
### Upgrading from v0.43.0
The metabase schema has changed completely, resync is required.
## [v0.42.0]
### Added

View file

@ -1 +1 @@
v0.42.0
v0.44.0