From 381e65b88b4aba24555a011f578692c4ea2e66c1 Mon Sep 17 00:00:00 2001 From: Paul O'Fallon Date: Sat, 19 Sep 2026 02:15:47 +0000 Subject: [PATCH] chore(release): 0.11.0-rc.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Carries the protected-bypass fix (#455): Traefik now strips the credential it verified on `protectedBypassPaths` instead of forwarding it to the app, so an app that runs its own per-request auth on an exempted path — Calibre-Web's OPDS and Kobo endpoints, the only catalog user of the feature — no longer rejects every reader that just passed the gate. Pairs with catalog calibre-web 1.2.1 (try-hola/apps#157), which grants the Guest role the download right an OPDS reader needs once past the gate. Both halves are required; neither works alone. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01Vck5KSX2CLxhohx14nb5Sh --- bun.lock | 10 +++++----- packages/cli/package.json | 2 +- packages/cli/src/version.ts | 2 +- packages/compose/package.json | 2 +- packages/sdk/package.json | 2 +- packages/server/package.json | 2 +- packages/shared/package.json | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/bun.lock b/bun.lock index 8ddc314e..8563b776 100644 --- a/bun.lock +++ b/bun.lock @@ -12,7 +12,7 @@ }, "packages/cli": { "name": "@hola/cli", - "version": "0.11.0-rc.3", + "version": "0.11.0-rc.4", "bin": { "hola": "./bin/hola", }, @@ -37,11 +37,11 @@ }, "packages/compose": { "name": "@hola/compose", - "version": "0.11.0-rc.3", + "version": "0.11.0-rc.4", }, "packages/sdk": { "name": "@hola/sdk", - "version": "0.11.0-rc.3", + "version": "0.11.0-rc.4", "dependencies": { "@hola/shared": "workspace:*", }, @@ -55,7 +55,7 @@ }, "packages/server": { "name": "@hola/server", - "version": "0.11.0-rc.3", + "version": "0.11.0-rc.4", "dependencies": { "@hola/shared": "workspace:*", "jose": "^6.2.3", @@ -71,7 +71,7 @@ }, "packages/shared": { "name": "@hola/shared", - "version": "0.11.0-rc.3", + "version": "0.11.0-rc.4", "dependencies": { "yaml": "^2.9.0", }, diff --git a/packages/cli/package.json b/packages/cli/package.json index 1ffa293a..6e23c568 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@hola/cli", - "version": "0.11.0-rc.3", + "version": "0.11.0-rc.4", "private": true, "type": "module", "bin": { diff --git a/packages/cli/src/version.ts b/packages/cli/src/version.ts index bc621623..c00e8373 100644 --- a/packages/cli/src/version.ts +++ b/packages/cli/src/version.ts @@ -2,4 +2,4 @@ // `hola bootstrap --ref` to the matching release tag (cli-v) so the host // pulls the server/web images published for this CLI version. Keep in sync with // package.json. -export const CLI_VERSION = '0.11.0-rc.3'; +export const CLI_VERSION = '0.11.0-rc.4'; diff --git a/packages/compose/package.json b/packages/compose/package.json index ed647cc8..096a950e 100644 --- a/packages/compose/package.json +++ b/packages/compose/package.json @@ -1,6 +1,6 @@ { "name": "@hola/compose", - "version": "0.11.0-rc.3", + "version": "0.11.0-rc.4", "private": true, "description": "Docker Compose stack for Hola (web, server, traefik)", "type": "module", diff --git a/packages/sdk/package.json b/packages/sdk/package.json index fcb71aa6..5724b61b 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@hola/sdk", - "version": "0.11.0-rc.3", + "version": "0.11.0-rc.4", "private": true, "type": "module", "exports": { diff --git a/packages/server/package.json b/packages/server/package.json index eb2de724..3617e540 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@hola/server", - "version": "0.11.0-rc.3", + "version": "0.11.0-rc.4", "private": true, "type": "module", "scripts": { diff --git a/packages/shared/package.json b/packages/shared/package.json index c806156c..98cda687 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@hola/shared", - "version": "0.11.0-rc.3", + "version": "0.11.0-rc.4", "private": true, "type": "module", "exports": {