Skip to content

Commit ccae8a4

Browse files
Ignacio Van Droogenbroeckclaude
andcommitted
chore(release): v0.2.3
Bump package + Helm chart to 0.2.3. Fix since v0.2.2: - Login didn't persist on plain-HTTP deployments: the session cookie was set `secure` in production regardless of scheme, so the browser dropped it over http:// and login bounced back to /login. `secure` now tracks the deployment scheme (LAUNCHPAD_BASE_URL). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 1dcc446 commit ccae8a4

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.2
7-
appVersion: "0.2.2"
6+
version: 0.2.3
7+
appVersion: "0.2.3"
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.2",
3+
"version": "0.2.3",
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)