src: add rhel-8.10

This commit is contained in:
Sanne Raymaekers 2024-05-27 11:22:50 +02:00 committed by Klara Simickova
parent 896ce9e908
commit 2a7321247a
3 changed files with 3 additions and 0 deletions

View file

@ -1015,6 +1015,7 @@ components:
- rhel-87
- rhel-88
- rhel-89
- rhel-8.10
- rhel-9
- rhel-9-nightly
- rhel-90

View file

@ -16,6 +16,7 @@ const Release = ({ release }: ReleaseProps) => {
'rhel-87': 'RHEL 8.7',
'rhel-88': 'RHEL 8.8',
'rhel-89': 'RHEL 8.9',
'rhel-8.10': 'RHEL 8.10',
'rhel-9': 'RHEL 9',
'rhel-9-nightly': 'RHEL 9',
'rhel-90': 'RHEL 9.0',

View file

@ -343,6 +343,7 @@ export type Distributions =
| "rhel-87"
| "rhel-88"
| "rhel-89"
| "rhel-8.10"
| "rhel-9"
| "rhel-9-nightly"
| "rhel-90"