Skip to content

Commit

Permalink
align head
Browse files Browse the repository at this point in the history
  • Loading branch information
Isan-Rivkin committed Sep 19, 2023
2 parents f31675d + 772649d commit cbc6ee0
Show file tree
Hide file tree
Showing 129 changed files with 603 additions and 7,692 deletions.
1 change: 1 addition & 0 deletions .gitallowed
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ AKIAIO5FODNN7EXAMPLE
AKIAIOSFODNN3EXAMPLE
AKIAIOSFODNN7EXAMPLE
AKIAJVHTOKZWGCD2QQYQ
AKIAJZZZZZZZZZZZZZZQ
wJalrXUtnFEMI/K3MDENG/bPxRfiCYEXAMPLEKEY
wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
2 changes: 1 addition & 1 deletion .github/workflows/compatibility-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
matrix:
# Removing a version from this list means the published client is no longer compatible with
# that lakeFS version.
lakefs_version: [ 0.89.1, 0.90.0, 0.91.0, 0.92.0, 0.93.0, 0.94.1, 0.95.0, 0.96.0, 0.96.1, 0.97.4, 0.97.5, 0.98.0, 0.99.0, 0.100.0, 0.101.0, 0.102.0, 0.102.1, 0.102.2, 0.103.0, 0.104.0, 0.105.0, 0.106.2, 0.107.0, 0.107.1, 0.108.0 ]
lakefs_version: [ 0.89.1, 0.90.0, 0.91.0, 0.92.0, 0.93.0, 0.94.1, 0.95.0, 0.96.0, 0.96.1, 0.97.4, 0.97.5, 0.98.0, 0.99.0, 0.100.0, 0.101.0, 0.102.0, 0.102.1, 0.102.2, 0.103.0, 0.104.0, 0.105.0, 0.106.2, 0.107.0, 0.107.1, 0.108.0, 0.109.0, 0.110.0 ]
runs-on: ubuntu-20.04
env:
TAG: ${{ matrix.lakefs_version }}
Expand Down
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,20 @@

## UNRELEASED

# v0.110.0

:new: What's new:
- Restrict lakectl local to common prefixes only (#6510)
- Added URL parser to lua runtime (#6597)
- Upgrade code to use AWS SDK go v2 (#6486)
- Actions: Lua package to parse URL (#6597)
- UI: Commit info consistent across screens (#6593)
- API: Update APIs tag for internal use (#6582)
- lakectl: dbt and metastore commands marked as deprecated (#6565)
- Removed deprecated: expand template API (#6587)
- Removed deprecated: remove the update and forgot password APIs (#6591)

:bug: Bug fixed:
- Fix lakectl local verify bad path error on Windows (#6602)
- Fix Azure pre-signed URL for blob imported from different account (#6594)

# v0.109.0

Expand Down
Loading

0 comments on commit cbc6ee0

Please sign in to comment.