Change next major release of Vault to 0.11 or later to make it less scary

This commit is contained in:
Jeff Mitchell
2018-01-17 19:31:52 -05:00
parent a60d27dbbe
commit 9a7c7a88a3
5 changed files with 17 additions and 23 deletions

View File

@@ -247,14 +247,13 @@ func (c *OperatorInitCommand) Run(args []string) int {
// TODO: remove in 0.9.0
if c.flagAuto {
c.UI.Warn(wrapAtLength("WARNING! -auto is deprecated. Please use " +
"-consul-auto instead. This will be removed the next major release " +
"of Vault."))
"-consul-auto instead. This will be removed in Vault 0.11 " +
"(or later)."))
c.flagConsulAuto = true
}
if c.flagCheck {
c.UI.Warn(wrapAtLength("WARNING! -check is deprecated. Please use " +
"-status instead. This will be removed in the next major release " +
"of Vault."))
"-status instead. This will be removed in Vault 0.11 (or later)."))
c.flagStatus = true
}