Skip to content

Commit

Permalink
added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tharun208 committed May 1, 2020
1 parent 8584a4a commit 70aa7ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# CHANGELOG

## master
* fix: fix kuma-cp migrate help text
[#713](https://github.com/Kong/kuma/pull/713)
* feat: merge injector into kuma-cp
[#701](https://github.com/Kong/kuma/pull/701)
* feat: refactor other pars of the Mesh to be consistent with CA
Expand Down
2 changes: 1 addition & 1 deletion app/kuma-cp/cmd/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func newMigrateCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "migrate",
Short: "Migrate database to which Control Plane is connected",
Long: `Migrate database to which Control Plane is connected. The database contains all policies, dataplanes and secrets. The schema has to be in sync with version of Kuma CP to properly work. Make sure to run "kumactl migrate up" before running new version of Kuma.`,
Long: `Migrate database to which Control Plane is connected. The database contains all policies, dataplanes and secrets. The schema has to be in sync with version of Kuma CP to properly work. Make sure to run "kuma-cp migrate up" before running new version of Kuma.`,
}
cmd.AddCommand(newMigrateUpCmd())
return cmd
Expand Down

0 comments on commit 70aa7ac

Please sign in to comment.