Browse Source

Drop support for native packages of Ubuntu 22.10 (#15292)

* Remove native packages support for ubuntu 22.10

Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>

* Update packaging/PLATFORM_SUPPORT.md

Co-authored-by: Austin S. Hemmelgarn <austin@netdata.cloud>

---------

Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
Co-authored-by: Austin S. Hemmelgarn <austin@netdata.cloud>
Tasos Katsoulas 1 year ago
parent
commit
68a1d80d89
2 changed files with 3 additions and 8 deletions
  1. 2 7
      .github/data/distros.yml
  2. 1 1
      packaging/PLATFORM_SUPPORT.md

+ 2 - 7
.github/data/distros.yml

@@ -212,7 +212,7 @@ include:
 
   - &ubuntu
     distro: ubuntu
-    version: "22.10"
+    version: "22.04"
     eol_check: true
     env_prep: |
       rm -f /etc/apt/apt.conf.d/docker && apt-get update
@@ -220,7 +220,7 @@ include:
       apt-get remove -y libjson-c-dev
     packages: &ubuntu_packages
       type: deb
-      repo_distro: ubuntu/kinetic
+      repo_distro: ubuntu/jammy
       arches:
         - amd64
         - armhf
@@ -232,11 +232,6 @@ include:
     packages:
       <<: *ubuntu_packages
       repo_distro: ubuntu/lunar
-  - <<: *ubuntu
-    version: "22.04"
-    packages:
-      <<: *ubuntu_packages
-      repo_distro: ubuntu/jammy
   - <<: *ubuntu
     version: "20.04"
     packages:

+ 1 - 1
packaging/PLATFORM_SUPPORT.md

@@ -76,7 +76,6 @@ to work on these platforms with minimal user effort.
 | Red Hat Enterprise Linux | 8.x            | x86\_64, AArch64                       |                                                                                                                                                    |
 | Red Hat Enterprise Linux | 7.x            | x86\_64                                |                                                                                                                                                    |
 | Ubuntu                   | 23.04          | x86\_64, AArch64, ARMv7                |                                                                                                                                                    |
-| Ubuntu                   | 22.10          | x86\_64, ARMv7, AArch64                |                                                                                                                                                    |
 | Ubuntu                   | 22.04          | x86\_64, ARMv7, AArch64                |                                                                                                                                                    |
 | Ubuntu                   | 20.04          | x86\_64, ARMv7, AArch64                |                                                                                                                                                    |
 
@@ -163,6 +162,7 @@ This is a list of platforms that we have supported in the recent past but no lon
 | Fedora       | 36        | EOL as of 2023-05-18 |
 | Fedora       | 35        | EOL as of 2022-12-13 |
 | openSUSE     | Leap 15.3 | EOL as of 2022-12-01 |
+| Ubuntu       | 22.10     | EOL as of 2023-07-20 |
 | Ubuntu       | 21.10     | EOL as of 2022-07-31 |
 | Ubuntu       | 18.04     | EOL as of 2023-04-02 |