Skip to content

v0.69.0

Compare
Choose a tag to compare
@johnnyaug johnnyaug released this 11 Jul 14:27
· 1942 commits to master since this release
76803b0

Notes

  1. 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.
  2. 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)