Skip to content

Commit

Permalink
Release/2.4.6 (#412)
Browse files Browse the repository at this point in the history
* pin metaflow client to realtime cards release version 2.11.0

* bump version to 2.4.6

* bump UI version to 1.3.8
  • Loading branch information
saikonen committed Jan 18, 2024
1 parent da31cdc commit c38eb42
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV BUILD_TIMESTAMP=$BUILD_TIMESTAMP
ENV BUILD_COMMIT_HASH=$BUILD_COMMIT_HASH

ARG UI_ENABLED="1"
ARG UI_VERSION="v1.3.7"
ARG UI_VERSION="v1.3.8"
ENV UI_ENABLED=$UI_ENABLED
ENV UI_VERSION=$UI_VERSION

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ui_service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.11.6-bookworm

ARG UI_ENABLED="1"
ARG UI_VERSION="v1.3.7"
ARG UI_VERSION="v1.3.8"
ENV UI_ENABLED=$UI_ENABLED
ENV UI_VERSION=$UI_VERSION

Expand Down
2 changes: 1 addition & 1 deletion services/ui_backend_service/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ psycopg2
aiopg
pygit2==1.12.1
aiohttp_cors==0.7.0
metaflow>=2.10.9
metaflow>=2.11.0
click==8.0.3
azure-storage-blob==12.13.1
azure-identity==1.10.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def open_and_read_if_exists(path: str):

setup(
name="metadata_service",
version="2.4.5",
version="2.4.6",
license="Apache License 2.0",
description="Metadata Service: backend service for Metaflow",
long_description=long_description,
Expand Down

0 comments on commit c38eb42

Please sign in to comment.