Releases: treeverse/lakeFS
v0.80.0
Changelog
Update: Please upgrade using v0.80.2 release
Upgrade Notes:
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 for more information on the specific migration to KV.
This is the first lakeFS version over Key-Value Store
lakeFS is decoupling from PostgreSQL and moving to a KV Store interface.
This will provide greater flexibility and allow production groups working with lakeFS to select their backing DB of choice.
Check our updated Deploy lakeFS page, for deployment instructions.
Also make sure to check our Sizing Guide for best practices, requirements and benchmarks
v0.70.6
v0.70.5
v0.70.4
v0.70.3
v0.70.2
v0.70.1
v0.70.0
v0.69.1
v0.69.0
Notes
- This release contains performance and security improvements to the authentication mechanism. After upgrading to this version, all current browser sessions will become invalid and users will have to login again.
- This release requires running database migrations.
Before running the lakeFS server you will be required to run the the migrate command (with the updated binary):
$ lakefs migrate up
What's new
- OIDC support: manage lakeFS users externally (#3452)
- Choose merge strategy in the UI (#3581)
- Templating capability in the lakeFS web server (#3600)
- Visibility: show branch creation errors in the UI (#3604)
Bug fixes:
- When a revert results in a conflict, return code 409 instead of 500 (#3538)