spack containerize: allow 0.14.3 tag for next release

This commit is contained in:
Massimiliano Culpo 2020-05-27 14:07:50 +02:00 committed by Peter Scheibel
parent 187cb51b49
commit 8f208b17e2
2 changed files with 9 additions and 5 deletions

View File

@ -10,7 +10,8 @@
"0.14": "0.14",
"0.14.0": "0.14.0",
"0.14.1": "0.14.1",
"0.14.2": "0.14.2"
"0.14.2": "0.14.2",
"0.14.3": "0.14.3"
}
},
"ubuntu:16.04": {
@ -24,7 +25,8 @@
"0.14": "0.14",
"0.14.0": "0.14.0",
"0.14.1": "0.14.1",
"0.14.2": "0.14.2"
"0.14.2": "0.14.2",
"0.14.3": "0.14.3"
}
},
"centos:7": {
@ -38,7 +40,8 @@
"0.14": "0.14",
"0.14.0": "0.14.0",
"0.14.1": "0.14.1",
"0.14.2": "0.14.2"
"0.14.2": "0.14.2",
"0.14.3": "0.14.3"
}
},
"centos:6": {
@ -52,7 +55,8 @@
"0.14": "0.14",
"0.14.0": "0.14.0",
"0.14.1": "0.14.1",
"0.14.2": "0.14.2"
"0.14.2": "0.14.2",
"0.14.3": "0.14.3"
}
}
}

View File

@ -31,7 +31,7 @@
'type': 'string',
'enum': [
'develop',
'0.14', '0.14.0', '0.14.1', '0.14.2'
'0.14', '0.14.0', '0.14.1', '0.14.2', '0.14.3'
]
}
},