Skip to content

Commit 5958b8a

Browse files
Ignacio Van Droogenbroeckclaude
andcommitted
chore(release): v0.2.2
Bump package + Helm chart to 0.2.2. Fix since v0.2.1: - Setup wizard / form actions returned 403 on Docker deployments (SvelteKit CSRF rejected POSTs with no trusted origin). The image now derives ORIGIN from LAUNCHPAD_BASE_URL at startup. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 479e117 commit 5958b8a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

helm/launchpad/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: launchpad
33
description: Self-hosted web UI for Arc, the high-performance columnar analytical database.
44
type: application
55
# version (chart) and appVersion are overridden at release time by the workflow.
6-
version: 0.2.1
7-
appVersion: "0.2.1"
6+
version: 0.2.2
7+
appVersion: "0.2.2"
88
keywords:
99
- arc
1010
- analytics

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arc-launchpad",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Self-hosted web UI for Arc, the high-performance columnar analytical database.",
55
"license": "Apache-2.0",
66
"type": "module",

0 commit comments

Comments
 (0)