github.com/smithx10/nomad@v0.9.1-rc1/e2e/vault/matrix_test.go (about)

     1  package vault
     2  
     3  var (
     4  	// versions is the set of Vault versions we test for backwards compatibility
     5  	versions = []string{
     6  		"1.0.0",
     7  		"0.11.5",
     8  		"0.11.4",
     9  		"0.11.3",
    10  		"0.11.2",
    11  		"0.11.1",
    12  		"0.11.0",
    13  		"0.10.4",
    14  		"0.10.3",
    15  		"0.10.2",
    16  		"0.10.1",
    17  		"0.10.0",
    18  		"0.9.6",
    19  		"0.9.5",
    20  		"0.9.4",
    21  		"0.9.3",
    22  		"0.9.2",
    23  		"0.9.1",
    24  		"0.9.0",
    25  		"0.8.3",
    26  		"0.8.2",
    27  		"0.8.1",
    28  		"0.8.0",
    29  		"0.7.3",
    30  		"0.7.2",
    31  		"0.7.1",
    32  		"0.7.0",
    33  		"0.6.5",
    34  		"0.6.4",
    35  		"0.6.3",
    36  		"0.6.2",
    37  	}
    38  )