From 173aaeeb0695220770b00d3c48d5df418737cd56 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Sat, 7 Feb 2026 20:44:17 +0100 Subject: [PATCH] NocoDB: pin to v0.301.1 (#11655) * Pin NocoDB to version 0.301.1 due to ipaddr.js module error in 0.301.2 * Pin NocoDB version to 0.301.1 in github-versions.json * Remove version pin note from nocodb.json (handled in github-versions.json) * Add version pin to check_for_gh_release in NocoDB CT Prevents the update check from looking for versions newer than 0.301.1 --- ct/nocodb.sh | 4 ++-- frontend/public/json/github-versions.json | 4 ++-- install/nocodb-install.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ct/nocodb.sh b/ct/nocodb.sh index bdc4eeac3..517b227c9 100644 --- a/ct/nocodb.sh +++ b/ct/nocodb.sh @@ -27,12 +27,12 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - if check_for_gh_release "nocodb" "nocodb/nocodb"; then + if check_for_gh_release "nocodb" "nocodb/nocodb" "0.301.1"; then msg_info "Stopping Service" systemctl stop nocodb msg_ok "Stopped Service" - fetch_and_deploy_gh_release "nocodb" "nocodb/nocodb" "singlefile" "latest" "/opt/nocodb/" "Noco-linux-x64" + fetch_and_deploy_gh_release "nocodb" "nocodb/nocodb" "singlefile" "0.301.1" "/opt/nocodb/" "Noco-linux-x64" msg_info "Starting Service" systemctl start nocodb diff --git a/frontend/public/json/github-versions.json b/frontend/public/json/github-versions.json index 8b2c93ca6..ae83b21b7 100644 --- a/frontend/public/json/github-versions.json +++ b/frontend/public/json/github-versions.json @@ -851,8 +851,8 @@ { "slug": "nocodb", "repo": "nocodb/nocodb", - "version": "0.301.2", - "pinned": false, + "version": "0.301.1", + "pinned": true, "date": "2026-01-21T16:23:04Z" }, { diff --git a/install/nocodb-install.sh b/install/nocodb-install.sh index 100234fc2..b3cd86aed 100644 --- a/install/nocodb-install.sh +++ b/install/nocodb-install.sh @@ -13,7 +13,7 @@ setting_up_container network_check update_os -fetch_and_deploy_gh_release "nocodb" "nocodb/nocodb" "singlefile" "latest" "/opt/nocodb/" "Noco-linux-x64" +fetch_and_deploy_gh_release "nocodb" "nocodb/nocodb" "singlefile" "0.301.1" "/opt/nocodb/" "Noco-linux-x64" msg_info "Creating Service" cat </etc/systemd/system/nocodb.service