Skip to content

v0.49.0

Compare
Choose a tag to compare
@arielshaqed arielshaqed released this 02 Sep 16:58
· 2876 commits to master since this release
764da8c

Changelog

  • Add search locations to load lakeFS configuration. More information on https://docs.lakefs.io/reference/configuration (#2355)
  • Fix ARNs parsing confusion when the account-ID field contained a slash or the resource-ID a colon. Configurations (incorrectly) using a slash "/" to separate account from resource in the ARN will need to switch to use a colon ":". However such configurations are probably incorrect, as lakeFS does not currently set account fields. And configurations using resources containing a colon will now work correctly.