Skip to content

Commit

Permalink
chore: bump nhost/dashboard to 1.27.0 (#903)
Browse files Browse the repository at this point in the history
* chore: bump nhost/dashboard to 1.27.0

* asd

---------

Co-authored-by: onehassan <[email protected]>
Co-authored-by: David Barroso <[email protected]>
  • Loading branch information
3 people authored Aug 27, 2024
1 parent d637519 commit 4668b8e
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 37 deletions.
2 changes: 1 addition & 1 deletion cmd/dev/up.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func CommandUp() *cli.Command { //nolint:funlen
&cli.StringFlag{ //nolint:exhaustruct
Name: flagDashboardVersion,
Usage: "Dashboard version to use",
Value: "nhost/dashboard:1.25.0",
Value: "nhost/dashboard:1.27.0",
EnvVars: []string{"NHOST_DASHBOARD_VERSION"},
},
&cli.StringFlag{ //nolint:exhaustruct
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
github.com/hashicorp/go-getter v1.7.5
github.com/nhost/be v0.0.0-20240827074322-bfcccb6fe6f4
github.com/nhost/be v0.0.0-20240827125525-b9345d4154be
github.com/pelletier/go-toml/v2 v2.2.2
github.com/rs/cors/wrapper/gin v0.0.0-20240515105523-1562b1715b35
github.com/sirupsen/logrus v1.9.3
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,8 @@ github.com/nhost/be v0.0.0-20240820101832-63c0798e013b h1:ZCrX/vGfhnhx5HvjUJUbmK
github.com/nhost/be v0.0.0-20240820101832-63c0798e013b/go.mod h1:iNulO8zDQ+jslaNRAm5NKY0W7sJeQ4INvQdS0AEN06w=
github.com/nhost/be v0.0.0-20240827074322-bfcccb6fe6f4 h1:z8r2N7iNM0ijmfQ0BTaPLHpJgaFyztUSpbAfP1gSsnc=
github.com/nhost/be v0.0.0-20240827074322-bfcccb6fe6f4/go.mod h1:iNulO8zDQ+jslaNRAm5NKY0W7sJeQ4INvQdS0AEN06w=
github.com/nhost/be v0.0.0-20240827125525-b9345d4154be h1:FauI2dBeadFS9K6lX+uwhMMNAkufaOdp9WDg8f3CrSk=
github.com/nhost/be v0.0.0-20240827125525-b9345d4154be/go.mod h1:iNulO8zDQ+jslaNRAm5NKY0W7sJeQ4INvQdS0AEN06w=
github.com/onsi/gomega v1.27.10 h1:naR28SdDFlqrG6kScpT8VWpu1xWY5nJRCF3XaYyBjhI=
github.com/onsi/gomega v1.27.10/go.mod h1:RsS8tutOdbdgzbPtzzATp12yT7kM5I5aElG3evPbQ0M=
github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM=
Expand Down
10 changes: 10 additions & 0 deletions nhostclient/graphql/models_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

70 changes: 36 additions & 34 deletions vendor/github.com/nhost/be/services/mimir/schema/schema.cue

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ github.com/muesli/termenv
# github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
## explicit
github.com/munnerz/goautoneg
# github.com/nhost/be v0.0.0-20240827074322-bfcccb6fe6f4
# github.com/nhost/be v0.0.0-20240827125525-b9345d4154be
## explicit; go 1.22.4
github.com/nhost/be/lib/graphql
github.com/nhost/be/lib/graphql/context
Expand Down

0 comments on commit 4668b8e

Please sign in to comment.