diff --git a/ct/immich.sh b/ct/immich.sh index 63ff882de..d403fc2da 100644 --- a/ct/immich.sh +++ b/ct/immich.sh @@ -110,7 +110,7 @@ EOF fi RELEASE="v2.5.6" - if check_for_gh_release "Immich" "immich-app/immich" "${RELEASE}"; then + if check_for_gh_release "Immich" "immich-app/immich" "${RELEASE}" "each release is tested individually before the version is updated. Please do not open issues for this"; then if [[ $(cat ~/.immich) > "2.5.1" ]]; then msg_info "Enabling Maintenance Mode" cd /opt/immich/app/bin @@ -125,7 +125,7 @@ EOF msg_ok "Stopped Services" VCHORD_RELEASE="0.5.3" [[ -f ~/.vchord_version ]] && mv ~/.vchord_version ~/.vectorchord - if check_for_gh_release "VectorChord" "tensorchord/VectorChord" "${VCHORD_RELEASE}"; then + if check_for_gh_release "VectorChord" "tensorchord/VectorChord" "${VCHORD_RELEASE}" "updated together with Immich after testing"; then fetch_and_deploy_gh_release "VectorChord" "tensorchord/VectorChord" "binary" "${VCHORD_RELEASE}" "/tmp" "postgresql-16-vchord_*_amd64.deb" systemctl restart postgresql $STD sudo -u postgres psql -d immich -c "ALTER EXTENSION vector UPDATE;" diff --git a/ct/opencloud.sh b/ct/opencloud.sh index 39f8b3577..21709f80d 100644 --- a/ct/opencloud.sh +++ b/ct/opencloud.sh @@ -30,7 +30,7 @@ function update_script() { fi RELEASE="v5.2.0" - if check_for_gh_release "OpenCloud" "opencloud-eu/opencloud" "${RELEASE}"; then + if check_for_gh_release "OpenCloud" "opencloud-eu/opencloud" "${RELEASE}" "each release is tested individually before the version is updated. Please do not open issues for this"; then msg_info "Stopping services" systemctl stop opencloud opencloud-wopi msg_ok "Stopped services" diff --git a/ct/plant-it.sh b/ct/plant-it.sh index d3f858a1b..130ca22fb 100644 --- a/ct/plant-it.sh +++ b/ct/plant-it.sh @@ -29,7 +29,7 @@ function update_script() { exit fi setup_mariadb - if check_for_gh_release "plant-it" "MDeLuise/plant-it" "${RELEASE}"; then + if check_for_gh_release "plant-it" "MDeLuise/plant-it" "${RELEASE}" "last version that includes the web frontend"; then msg_info "Stopping Service" systemctl stop plant-it msg_info "Stopped Service"