From dc7d3fb4ccb142f909d3182e6e13d27e4edaca82 Mon Sep 17 00:00:00 2001 From: David Barroso Date: Thu, 13 Nov 2025 10:07:25 +0100 Subject: [PATCH] chore(cli): bump nhost/dashboard to 2.42.0 (#3693) Co-authored-by: dbarrosop --- cli/cmd/dev/cloud.go | 2 +- cli/cmd/dev/up.go | 2 +- docs/reference/cli/commands.mdx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cli/cmd/dev/cloud.go b/cli/cmd/dev/cloud.go index 1ab52cc55..8f7f8088e 100644 --- a/cli/cmd/dev/cloud.go +++ b/cli/cmd/dev/cloud.go @@ -56,7 +56,7 @@ func CommandCloud() *cli.Command { &cli.StringFlag{ //nolint:exhaustruct Name: flagDashboardVersion, Usage: "Dashboard version to use", - Value: "nhost/dashboard:2.41.0", + Value: "nhost/dashboard:2.42.0", Sources: cli.EnvVars("NHOST_DASHBOARD_VERSION"), }, &cli.StringFlag{ //nolint:exhaustruct diff --git a/cli/cmd/dev/up.go b/cli/cmd/dev/up.go index bad9beebc..d4326792c 100644 --- a/cli/cmd/dev/up.go +++ b/cli/cmd/dev/up.go @@ -111,7 +111,7 @@ func CommandUp() *cli.Command { //nolint:funlen &cli.StringFlag{ //nolint:exhaustruct Name: flagDashboardVersion, Usage: "Dashboard version to use", - Value: "nhost/dashboard:2.41.0", + Value: "nhost/dashboard:2.42.0", Sources: cli.EnvVars("NHOST_DASHBOARD_VERSION"), }, &cli.StringFlag{ //nolint:exhaustruct diff --git a/docs/reference/cli/commands.mdx b/docs/reference/cli/commands.mdx index f4026c4f3..db8689e27 100644 --- a/docs/reference/cli/commands.mdx +++ b/docs/reference/cli/commands.mdx @@ -254,7 +254,7 @@ Start local development environment **--ca-certificates**="": Mounts and everrides path to CA certificates in the containers -**--dashboard-version**="": Dashboard version to use (default: nhost/dashboard:2.41.0) +**--dashboard-version**="": Dashboard version to use (default: nhost/dashboard:2.42.0) **--disable-tls**: Disable TLS @@ -284,7 +284,7 @@ Start local development environment connected to an Nhost Cloud project (BETA) **--ca-certificates**="": Mounts and everrides path to CA certificates in the containers -**--dashboard-version**="": Dashboard version to use (default: nhost/dashboard:2.41.0) +**--dashboard-version**="": Dashboard version to use (default: nhost/dashboard:2.42.0) **--disable-tls**: Disable TLS