Remove support for CentOS 8 Stream

... because RDO will provide packages for only CentOS Stream 9 for Zed
release. This change removes RHEL 8 as well.

Depends-on: https://review.opendev.org/843503
Change-Id: If6c2c55aaa13f030a4894fc7bdf54970dfc03a28
This commit is contained in:
Takashi Kajinami
2022-06-01 13:54:33 +09:00
parent b4c3c5217c
commit 31e2cc5417
2 changed files with 4 additions and 2 deletions

View File

@@ -40,14 +40,12 @@
{ {
"operatingsystem": "RedHat", "operatingsystem": "RedHat",
"operatingsystemrelease": [ "operatingsystemrelease": [
"8",
"9" "9"
] ]
}, },
{ {
"operatingsystem": "CentOS", "operatingsystem": "CentOS",
"operatingsystemrelease": [ "operatingsystemrelease": [
"8",
"9" "9"
] ]
}, },

View File

@@ -0,0 +1,4 @@
---
upgrade:
- |
CentOS 8 Stream is no longer supported by this module.