Skip to content

v0.80.1

Compare
Choose a tag to compare
@nopcoder nopcoder released this 05 Sep 10:29
· 2114 commits to master since this release
2858142

Update: Please upgrade using v0.80.2 release

Changelog

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

Bug fix:

  • Fix PartitionIterator panic on Close (#4108)
  • UI: Fix error while conflicting diff of binary objects, show original file size (#4105)

What's new:

  • Dockerfile update CA certificates (#4101)