Releases: treeverse/lakeFS
v0.83.4
Changelog
What's new:
Bug fixes:
v0.83.3
What's new:
- lakectl autocomplete with repository name (#4320)
- Flush statistics based on events size (#4347)
- lakectl check bad response (#4331)
Bug fixes:
- Update and create policy use the user's provided ID (#4359)
- Fix KV local path using tilde (~) doesn't expand (#4330)
- Fix username not shown for OIDC users (#4324)
- Fix create repository API should return status created (#4336)
- Correctly prefix "after" params in lakeFS auth service (#4353)
- Fix create policy API and descriptor to return Conflict status (#4350)
- Fix: Auth update policy (#4355)
v0.80.2
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
Changelog
v0.83.2
v0.82.0
0.81.1
0.81.0
v0.80.1
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)
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