Skip to content

Commit

Permalink
release v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lior Nabat committed Oct 10, 2022
1 parent f71d848 commit 9881f07
Show file tree
Hide file tree
Showing 33 changed files with 385 additions and 703 deletions.
1 change: 1 addition & 0 deletions .idea/kubetools.iml

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

103 changes: 61 additions & 42 deletions .idea/workspace.xml

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

2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: '2'

vars:
BINARY_NAME: kubemqctl
VERSION: v3.5.1
VERSION: v3.6.0

tasks:
check_update:
Expand Down
2 changes: 0 additions & 2 deletions cmd/create/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"github.com/kubemq-io/kubemqctl/cmd/create/cluster"
"github.com/kubemq-io/kubemqctl/cmd/create/connector"
"github.com/kubemq-io/kubemqctl/cmd/create/dashboard"
"github.com/kubemq-io/kubemqctl/cmd/create/operator"
"github.com/kubemq-io/kubemqctl/pkg/config"
"github.com/kubemq-io/kubemqctl/pkg/utils"
Expand Down Expand Up @@ -44,7 +43,6 @@ func NewCmdCreate(ctx context.Context, cfg *config.Config) *cobra.Command {
}
cmd.AddCommand(cluster.NewCmdCreate(ctx, cfg))
cmd.AddCommand(operator.NewCmdCreate(ctx, cfg))
cmd.AddCommand(dashboard.NewCmdCreate(ctx, cfg))
cmd.AddCommand(connector.NewCmdCreate(ctx, cfg))

return cmd
Expand Down
121 changes: 0 additions & 121 deletions cmd/create/dashboard/dashboard.go

This file was deleted.

75 changes: 0 additions & 75 deletions cmd/create/dashboard/deploy.go

This file was deleted.

Loading

0 comments on commit 9881f07

Please sign in to comment.