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).
This commit is contained in:
2026-08-02 14:28:14 +02:00
parent 146b35f63a
commit cecbed79ea
2 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -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
+11 -1
View File
@@ -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 <zpericic@netst.org> - 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 <zpericic@netst.org> - 2.8.2-1
- Initial package for ducktors/turborepo-remote-cache 2.8.2
- Split into -service (native Node.js) and -container (Podman quadlet)