Skip to content

Commit

Permalink
Merge pull request #104 from nsg/bump/v1.78.0
Browse files Browse the repository at this point in the history
Bump v1.78.0
  • Loading branch information
nsg authored Sep 13, 2023
2 parents dae125f + e5e12bb commit 177e9f4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.77.0
v1.78.0
2 changes: 1 addition & 1 deletion parts/machine-learning/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IMMICH_VERSION := v1.77.0
IMMICH_VERSION := v1.78.0

# Use our own Python, over the older one in core20
export PATH := ${SNAPCRAFT_PART_BUILD}/../../dependencies/install/usr/local/bin:$(PATH)
Expand Down
1 change: 1 addition & 0 deletions parts/machine-learning/immich-machine-learning
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ python3 $SNAP/bin/gunicorn app.main:app \
-k uvicorn.workers.UvicornWorker \
-w $MACHINE_LEARNING_WORKERS \
-b $MACHINE_LEARNING_HOST:$MACHINE_LEARNING_PORT \
-t $MACHINE_LEARNING_WORKER_TIMEOUT \
--log-config-json log_conf.json
2 changes: 1 addition & 1 deletion patches/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=v1.77.0
VERSION=v1.78.0
SOURCE_FILE_PATH=https://raw.githubusercontent.com/immich-app/immich/${VERSION}/web/src/lib/components/shared-components/version-announcement-box.svelte

download-patch:
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ parts:
plugin: npm
npm-node-version: "18.16.0"
source: https://github.com/immich-app/immich.git
source-tag: v1.77.0
source-tag: v1.78.0
source-subdir: server
override-build: |
snapcraftctl set-version "$(git describe --tags)-dist1"
Expand All @@ -203,7 +203,7 @@ parts:
plugin: npm
npm-node-version: "18.16.0"
source: https://github.com/immich-app/immich.git
source-tag: v1.77.0
source-tag: v1.78.0
source-subdir: web
override-build: |
patch -p0 -i $SNAPCRAFT_PART_SRC/../../patches/src/001-version-announcement-box.patch -d $SNAPCRAFT_PART_BUILD
Expand Down
1 change: 1 addition & 0 deletions src/bin/load-env
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export MACHINE_LEARNING_CACHE_FOLDER="$SNAP_COMMON/cache"
export MACHINE_LEARNING_HOST="0.0.0.0"
export MACHINE_LEARNING_PORT=3003
export MACHINE_LEARNING_WORKERS=1
export MACHINE_LEARNING_WORKER_TIMEOUT=120

export TYPESENSE_API_KEY="$(snapctl get typesense-key)"
export TYPESENSE_DATA_DIR="$SNAP_COMMON/typesense"
Expand Down

0 comments on commit 177e9f4

Please sign in to comment.