mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
Change next major release of Vault to 0.11 or later to make it less scary
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user