Skip to content

Commit b991d07

Browse files
Ignacio Van Droogenbroeckclaude
andcommitted
chore(release): v0.2.1
Bump package + Helm chart to 0.2.1. Fixes since v0.2.0: - Redirects (setup/login) now resolve from LAUNCHPAD_BASE_URL, and HSTS is only sent on HTTPS deployments — fixes the "redirected to https://localhost/setup" trap on plain-HTTP localhost deploys. - Retention policy dialog lists the actual measurement names (was showing the database name for every option). - MQTT subscription live stats (messages/bytes) now refresh every second. - Add deploy-with-arc/docker-compose.yml (Arc + Launchpad in one stack). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 9b23452 commit b991d07

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.0
7-
appVersion: "0.2.0"
6+
version: 0.2.1
7+
appVersion: "0.2.1"
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.0",
3+
"version": "0.2.1",
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)