Skip to content

Commit

Permalink
add upgrade compatibility for 2024.1, 5.4
Browse files Browse the repository at this point in the history
fixes #367
  • Loading branch information
tarzanek committed Mar 19, 2024
1 parent 34f0e15 commit b350190
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions ansible-scylla-node/tasks/upgrade/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
minimum_version: '8.0',
template: 'redhat',
oss: ['4.4','4.3','4.2','4.1'],
enterprise: ['2023.1','2022.2','2022.1','2021.1','2020.1']
enterprise: ['2024.1','2023.1','2022.2','2022.1','2021.1','2020.1']
},
'7': {
minimum_version: '7.3',
template: 'redhat',
oss: ['4.4','4.3','4.2','4.1','4.0'],
enterprise: ['2023.1','2022.2','2022.1','2021.1','2020.1']
enterprise: ['2024.1','2023.1','2022.2','2022.1','2021.1','2020.1']
}
},
# Debian
Expand All @@ -31,28 +31,28 @@
minimum_version: '10',
template: 'debian',
oss: ['4.4','4.3','4.2','4.1'],
enterprise: ['2023.1','2022.2','2022.1','2021.1','2020.1']
enterprise: ['2024.1','2023.1','2022.2','2022.1','2021.1','2020.1']
},
'9': {
minimum_version: '9',
template: 'debian',
oss: ['4.4','4.3','4.2','4.1','4.0'],
enterprise: ['2022.2','2022.1','2021.1','2020.1']
enterprise: ['2024.1','2022.2','2022.1','2021.1','2020.1']
}
},
# Ubuntu
ubuntu: {
'22': {
minimum_version: '22.04',
template: 'ubuntu',
oss: ['5.2','5.1','5.0'],
enterprise: ['2023.1','2022.2','2022.1','2021.1']
oss: ['5.4','5.2','5.1','5.0'],
enterprise: ['2024.1','2023.1','2022.2','2022.1','2021.1']
},
'20': {
minimum_version: '20.04',
template: 'ubuntu',
oss: ['4.4','4.3'],
enterprise: ['2023.1','2022.2','2022.1','2021.1']
oss: ['5.4','5,2','5.1','5.0','4.4','4.3'],
enterprise: ['2024.1','2023.1','2022.2','2022.1','2021.1']
},
'18': {
minimum_version: '18.04',
Expand All @@ -72,8 +72,8 @@
'8': {
minimum_version: '8.0',
template: 'redhat',
oss: ['4.4','4.3','4.2','4.1'],
enterprise: ['2022.2','2022.1','2021.1','2020.1']
oss: ['5.4','5,2','5.1','5.0','4.4','4.3','4.2','4.1'],
enterprise: ['2024.1','2022.2','2022.1','2021.1','2020.1']
},
'7': {
minimum_version: '7.2',
Expand Down

0 comments on commit b350190

Please sign in to comment.