From 9da9582e2fdd83d9a0e943e28cd94d49edaba09f Mon Sep 17 00:00:00 2001 From: Ian Tangney Date: Thu, 30 Apr 2026 22:01:42 +0000 Subject: [PATCH] KASM-8210 install_squid: pin to feature-branch builder + adapter artifacts for 1.19.0 --- src/ubuntu/install/squid/install/install_squid.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ubuntu/install/squid/install/install_squid.sh b/src/ubuntu/install/squid/install/install_squid.sh index 8b8b4e5..a133fe2 100644 --- a/src/ubuntu/install/squid/install/install_squid.sh +++ b/src/ubuntu/install/squid/install/install_squid.sh @@ -16,7 +16,7 @@ else fi # Intall squid -SQUID_COMMIT='c45537169794a16029e06d7d456edb21b9ce7d12' +SQUID_COMMIT='68fd8d5a5fbd35a4bf1ad0f2a35974b35ab86e8f' if grep -q Focal /etc/os-release || grep -q bullseye /etc/os-release || [[ "${DISTRO}" == @(oracle8|almalinux8|rockylinux8) ]]; then wget -qO- https://kasmweb-build-artifacts.s3.amazonaws.com/kasm-squid-builder/${SQUID_COMMIT}/output/kasm-squid-builder_ubuntu11_${ARCH}.tar.gz | tar -xzf - -C / elif [[ "${DISTRO}" == "alpine" ]]; then @@ -75,8 +75,8 @@ sasldb_path: /etc/sasl2/memcached-sasldb2 EOL -COMMIT_ID="5fea98a35f1243102f8df2c4b156fcaf66861e7c" -BRANCH="develop" +COMMIT_ID="754f6de7b33ef431361c2b0b791d2c6a090a0716" +BRANCH="feature_KASM-8210_migrate_to_poetry" COMMIT_ID_SHORT=$(echo "${COMMIT_ID}" | cut -c1-6)