Skip to content

Commit

Permalink
Update CHANGELOG for v0.99.0 (#5701)
Browse files Browse the repository at this point in the history
  • Loading branch information
guy-har authored Apr 19, 2023
1 parent 02f18b9 commit c50898d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

## UNRELEASED

## v0.99.0

This release requires running database migration.
The lakeFS service will not run if the migration version isn't compatible with the binary.
Before running the new version you will be required to run migrate, with the new version.
Please refer to this [upgrade documentation](https://docs.lakefs.io/reference/access-control-lists.html#migrating-from-the-previous-version-of-acls) for more information on the specific migration from RBAC to ACL

:new: What's new:
- Lua optional net http request (#5679)
- bisect lakectl support (#5381)
- Migrate up to ACL if there are no warning (#5657)
- Remove Repositories from ACL (#5680))
- Reduce listObjects calls and amount (#5683)
- Write expired addresses once (#5631)
- Add configuration for RBAC type in UI (#5656)
- [GC] Partition and aggregate expired addresses more efficiently (#5618)

- :bug: Bugs fixed:
- Fix priority queue used by merge find base (#5668)

## v0.98.0

This release requires running database migration.
Expand Down

0 comments on commit c50898d

Please sign in to comment.