Skip to content

Commit cc9e602

Browse files
Ignacio Van Droogenbroeckclaude
andcommitted
chore(release): v0.2.0
Bump package + Helm chart to 0.2.0 for the release. Highlights since v0.1.2: - Security hardening: auth, SSRF (byte-level guard + DNS pinning), secrets, multi-tenant proxy authorization (#1) - MQTT subscription management in the instance console (#2) - Private/localhost Arc endpoints: actionable error + docs + opt-in flag (#3) - Fix connecting to a local/private Arc: legacy schema migration + dual-stack IP fallback (#4) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 8223a93 commit cc9e602

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