src: add rhel-8.10
This commit is contained in:
parent
896ce9e908
commit
2a7321247a
3 changed files with 3 additions and 0 deletions
|
|
@ -1015,6 +1015,7 @@ components:
|
|||
- rhel-87
|
||||
- rhel-88
|
||||
- rhel-89
|
||||
- rhel-8.10
|
||||
- rhel-9
|
||||
- rhel-9-nightly
|
||||
- rhel-90
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -343,6 +343,7 @@ export type Distributions =
|
|||
| "rhel-87"
|
||||
| "rhel-88"
|
||||
| "rhel-89"
|
||||
| "rhel-8.10"
|
||||
| "rhel-9"
|
||||
| "rhel-9-nightly"
|
||||
| "rhel-90"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue