Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 08b649b

Browse files
committed
Remove removed upgrade commands
Delete commands that are no longer in Terraform and have been removed for a full release cycle.
1 parent 1ae3d30 commit 08b649b

5 files changed

Lines changed: 0 additions & 132 deletions

File tree

command/012_config_upgrade.go

Lines changed: 0 additions & 32 deletions
This file was deleted.

command/012_config_upgrade_test.go

Lines changed: 0 additions & 26 deletions
This file was deleted.

command/013_config_upgrade.go

Lines changed: 0 additions & 34 deletions
This file was deleted.

command/013_config_upgrade_test.go

Lines changed: 0 additions & 26 deletions
This file was deleted.

commands.go

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -328,18 +328,6 @@ func initCommands(
328328
// Plumbing
329329
//-----------------------------------------------------------
330330

331-
"0.12upgrade": func() (cli.Command, error) {
332-
return &command.ZeroTwelveUpgradeCommand{
333-
Meta: meta,
334-
}, nil
335-
},
336-
337-
"0.13upgrade": func() (cli.Command, error) {
338-
return &command.ZeroThirteenUpgradeCommand{
339-
Meta: meta,
340-
}, nil
341-
},
342-
343331
"force-unlock": func() (cli.Command, error) {
344332
return &command.UnlockCommand{
345333
Meta: meta,
@@ -408,8 +396,6 @@ func initCommands(
408396
}
409397

410398
HiddenCommands = map[string]struct{}{
411-
"0.12upgrade": struct{}{},
412-
"0.13upgrade": struct{}{},
413399
"env": struct{}{},
414400
"internal-plugin": struct{}{},
415401
"push": struct{}{},

0 commit comments

Comments
 (0)