Skip to content

Commit

Permalink
Edit changelog (#5643)
Browse files Browse the repository at this point in the history
  • Loading branch information
guy-har authored Apr 5, 2023
1 parent 210fb53 commit 246213a
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.98.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:
- change authorization from RBAC to ACL (#5338)
- Notify new lakefs version in lakectl and Web UI (#5608)
- Added code highlighting for markdown code blocks + prettier formatting (#5590)
- Preview Build and Check links for any doc PRs (#5601)
- Bump Java version in SBT (#5615)
- Safer fs for config in HadoopFS (#5602)
- Added support for Azure service principal (#5549)

:bug: Bugs fixed:
- Fix adls import (#5625)

## v0.97.5

:bug: Bugs fixed:
Expand Down

0 comments on commit 246213a

Please sign in to comment.