From cecbed79ea99aeb386e5551018a48bec1496c0e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zoran=20Peri=C4=8Di=C4=87?= Date: Sun, 2 Aug 2026 14:26:41 +0200 Subject: [PATCH] Update to 2.11.5 Cache cleanup endpoint, read-only mode, upstream status forwarding, and security dependency overrides (fast-xml-parser, uuid, fast-uri, picomatch, shell-quote). --- turborepo-remote-cache.container | 2 +- turborepo-remote-cache.spec | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/turborepo-remote-cache.container b/turborepo-remote-cache.container index 4bf1345..4d27ae7 100644 --- a/turborepo-remote-cache.container +++ b/turborepo-remote-cache.container @@ -6,7 +6,7 @@ Wants=network-online.target [Container] ContainerName=turborepo-remote-cache -Image=docker.io/ducktors/turborepo-remote-cache:2.8.2 +Image=docker.io/ducktors/turborepo-remote-cache:2.11.5 EnvironmentFile=/etc/turborepo-remote-cache/config.env # Bind to loopback on the host; runners reach via host.containers.internal PublishPort=127.0.0.1:3128:3000 diff --git a/turborepo-remote-cache.spec b/turborepo-remote-cache.spec index 28eb548..ae25543 100644 --- a/turborepo-remote-cache.spec +++ b/turborepo-remote-cache.spec @@ -9,7 +9,7 @@ %bcond_without service Name: turborepo-remote-cache -Version: 2.8.2 +Version: 2.11.5 Release: 1%{?dist} Summary: Self-hosted Turborepo remote cache server License: MIT @@ -157,6 +157,16 @@ install -p -D -m 644 %{SOURCE12} \ %{_datadir}/containers/systemd/%{name}.container %changelog +* Sun Aug 02 2026 Zoran Pericic - 2.11.5-1 +- Update to 2.11.5 +- Adds local cache cleanup endpoint (2.9.0) and read-only mode (2.10.0) +- Forwards non-500 upstream status codes, improved JWT auth error + logging (2.11.0-2.11.1) +- Security dependency overrides: fast-xml-parser, uuid, fast-uri, + picomatch, shell-quote (2.11.2, 2.11.5) +- Azure Blob upload fix, POSIX separators for artifact keys + (2.11.3-2.11.4) + * Wed Apr 08 2026 Zoran Pericic - 2.8.2-1 - Initial package for ducktors/turborepo-remote-cache 2.8.2 - Split into -service (native Node.js) and -container (Podman quadlet)