diff --git a/Makefile b/Makefile index 4bac3bb46fabce0d97f0e7ee6b89aa8a723ad4de..45190c2e8c91cc41cec9d3d0ec7539e0aaaf50ba 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ S3_UPLOAD_PATH ?= master # Keep in sync with docs/install/linux-repository.md DEB_PLATFORMS ?= debian/wheezy debian/jessie debian/stretch debian/buster \ - ubuntu/trusty ubuntu/xenial ubuntu/zesty ubuntu/artful \ + ubuntu/trusty ubuntu/xenial ubuntu/artful ubuntu/bionic \ raspbian/wheezy raspbian/jessie raspbian/stretch raspbian/buster \ linuxmint/qiana linuxmint/rebecca linuxmint/rafaela linuxmint/rosa linuxmint/sarah linuxmint/serena linuxmint/sonya DEB_ARCHS ?= amd64 i386 armel armhf diff --git a/ci/release_packagecloud b/ci/release_packagecloud index 2e2d8ceac14ce77dc1e4d38eb4e9715acc19e4be..424e6b193e98f8b5b2356843def4e8090f536eeb 100755 --- a/ci/release_packagecloud +++ b/ci/release_packagecloud @@ -6,8 +6,8 @@ target=$(echo ${1} | cut -f 1 -d ' ') case "${target}" in bleeding) make packagecloud PACKAGE_CLOUD="runner/unstable" \ - DEB_PLATFORMS="debian/jessie debian/stretch ubuntu/trusty ubuntu/xenial ubuntu/artful" \ - RPM_PLATFORMS="el/7 fedora/25" + DEB_PLATFORMS="debian/jessie debian/stretch ubuntu/trusty ubuntu/xenial ubuntu/bionic" \ + RPM_PLATFORMS="el/7 fedora/28" ;; stable) make packagecloud diff --git a/docs/install/linux-repository.md b/docs/install/linux-repository.md index b269539fa884f2d996f56dbad5cee5bb6259947d..1e7e318c4ae70dbbbcc3c90ba7975db27d10ef60 100644 --- a/docs/install/linux-repository.md +++ b/docs/install/linux-repository.md @@ -12,8 +12,8 @@ We provide packages for the currently supported versions of Debian, Ubuntu, Mint | Debian | stretch | approx. 2022 | | Debian | jessie | June 2020 | | Debian | wheezy | May 2018 | -| Ubuntu | artful | | -| Ubuntu | zesty | January 2018 | +| Ubuntu | bionic | April 2023 | +| Ubuntu | artful | July 2018 | | Ubuntu | xenial | April 2021 | | Ubuntu | trusty | April 2019 | | Mint | sonya | approx. 2021 | @@ -25,7 +25,7 @@ We provide packages for the currently supported versions of Debian, Ubuntu, Mint | Mint | qiana | April 2019 | | RHEL/CentOS | 7 | June 2024 | | RHEL/CentOS | 6 | November 2020 | -| Fedora | 28 | | +| Fedora | 28 | approx. May 2019 | | Fedora | 27 | approx. November 2018 | | Fedora | 26 | approx. June 2018 |