Skip to content

Commit

Permalink
chore(*): deprecate centos-7 packages (#11359)
Browse files Browse the repository at this point in the history
(cherry picked from commit 62b6488)
  • Loading branch information
curiositycasualty authored and locao committed Aug 14, 2023
1 parent 8e5312b commit ecb45a0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 20 deletions.
16 changes: 0 additions & 16 deletions .github/matrix-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ build-packages:
package: deb
check-manifest-suite: debian-11-amd64

# CentOS
- label: centos-7
os: ubuntu-22.04
image: centos:7
package: rpm
package-type: el7
check-manifest-suite: el7-amd64

# RHEL
- label: rhel-7
os: ubuntu-22.04
Expand Down Expand Up @@ -153,14 +145,6 @@ release-packages:
artifact-type: debian
artifact: kong.amd64.deb

# CentOS
- label: centos-7
package: rpm
artifact-from: centos-7
artifact-version: 7
artifact-type: centos
artifact: kong.el7.amd64.rpm

# RHEL
- label: rhel-7
package: rpm
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
- Ubuntu 18.04 artifacts are no longer supported as it's EOL
- AmazonLinux 2022 artifacts are renamed to AmazonLinux 2023 according to AWS's decision

### Deprecations

- **CentOS packages are now removed from the release and are no longer supported in future versions.**

#### Core

- '/schemas' endpoint returns additional information about cross-field validation as part of the schema. This should help tools that use the Admin API to perform better client-side validation.
Expand Down
2 changes: 1 addition & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ sudo apt update \

```

Fedora/CentOS/RHEL:
Fedora/RHEL:

```shell
dnf install \
Expand Down
3 changes: 0 additions & 3 deletions scripts/release-kong.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ case "$ARTIFACT_TYPE" in
debian|ubuntu)
OUTPUT_FILE_SUFFIX=".$ARTIFACT_VERSION.$ARCHITECTURE.deb"
;;
centos)
OUTPUT_FILE_SUFFIX=".el$ARTIFACT_VERSION.$ARCHITECTURE.rpm"
;;
rhel)
OUTPUT_FILE_SUFFIX=".rhel$ARTIFACT_VERSION.$ARCHITECTURE.rpm"
;;
Expand Down

0 comments on commit ecb45a0

Please sign in to comment.