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:
sh
$ lakefs migrate up
Features:
- Update `commit ref` to `commit URI` for `lakectl tag create` command (3017)
- `lakectl annotate` now defaults to a non-recursive listing (3001)
- `lakectl doctor` command improvements. Part of 3002 (3023)
- Don't show GetStarted for empty commit (3041)
- Allow ingesting from a non-default S3 endpoint (3084)
- Validate new repo isn't using existing storage namespace (3104)
- Add additional hook locations (3130)
Bug fixes:
- `lakectl annotate` output has superfluous spaces and blank lines (3007)
- Fixing restore refs performance issues for old commit dups without "generation" field (3011)
- `lakectl config` now hides secret access key (3039)
- Fix error capturing and formatting in DB operation failures (3025)
- `lakectl ingest` stages more objects than source s3 bucket (3081)
- `lakectl ingest` adds multiple excess slash to object name (3108)