From e15422d871a4999f2daccfdf82961b93434467a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Ospal=C3=BD?= Date: Thu, 5 May 2022 10:28:11 +0200 Subject: [PATCH] M #-: Update README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr OspalĂ˝ --- README.md | 35 ++++++++++++++++------------------- generate.sh | 2 +- 2 files changed, 17 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index cc6aae4..f9ecbd9 100644 --- a/README.md +++ b/README.md @@ -29,20 +29,18 @@ List of tested platforms only: | Platform | Versions | |---------------------------------|------------------------------------------| | AlmaLinux | 8 | -| Alpine Linux | 3.11, 3.12, 3.13, 3.14 | -| ALT Linux | p9, p10, Sisyphus | +| Alpine Linux | 3.13, 3.14, 3.15 | | Amazon Linux | 2 | -| CentOS | 7, 8, 8 Stream | -| Debian | 8, 9, 10, 11 | +| CentOS | 7, 8 Stream | +| Debian | 10, 11, 12 | | Devuan | 2 | -| Fedora | 32, 33, 34 | -| FreeBSD | 11, 12, 13 | -| openSUSE | 15, Tumbleweed | +| Fedora | 34, 35 | +| FreeBSD | 12, 13 | +| openSUSE | 15 | | Oracle Linux | 7, 8 | | Red Hat Enterprise Linux | 7, 8 | | Rocky Linux | 8 | -| Springdale Linux | 8 | -| Ubuntu | 14.04, 16.04, 18.04, 20.04, 21.04, 21.10 | +| Ubuntu | 14.04, 16.04, 18.04, 20.04, 21.10, 22.04 | (the packages might work on other versions or flavours, but those aren't tested) @@ -79,18 +77,17 @@ Selectable configuration types and IP configuration methods are **supported only | Platform | Network Type (`NETCFG_TYPE`) | |---------------------------------------------------------------|-------------------------------------------| -| Alpine Linux 3.14 | `interfaces` | -| ALT Linux p9, p10, Sisyphus | `networkd`, `nm` | +| Alpine Linux 3.14+ | `interfaces` | +| ALT Linux p10, Sisyphus | `networkd`, `nm` | | Amazon Linux 2 | `scripts` | -| Debian 9 | `interfaces` | -| Debian 10, 11 | `interfaces`, `netplan`, `nm`, `networkd` | +| Debian 10+ | `interfaces`, `netplan`, `nm`, `networkd` | | Devuan 2 | `interfaces` | -| Fedora 34 | `scripts`, `nm`, `networkd` | -| FreeBSD 11, 12, 13 | `bsd` | -| openSUSE 15, Tumbleweed | `scripts` | +| Fedora 34+ | `scripts`, `nm`, `networkd` | +| FreeBSD 12+ | `bsd` | +| openSUSE 15 | `scripts` | | RHEL-like 7 (CentOS, Oracle Linux) | `scripts` | -| RHEL-like 8 (CentOS, Oracle/Rocky/Alma/Springdale Linux) | `scripts`, `nm`, `networkd` | -| Ubuntu 18.04, 20.04, 21.04, 21.10 | `interfaces`, `netplan`, `nm`, `networkd` | +| RHEL-like 8 (CentOS, Oracle/Rocky/AlmaLinux) | `scripts`, `nm`, `networkd` | +| Ubuntu 18.04, 20.04, 21.10, 22.04 | `interfaces`, `netplan`, `nm`, `networkd` | (other than listed platforms are not supported for using `NETCFG_TYPE` nor `METHOD`/`IP6_METHOD`!): @@ -184,7 +181,7 @@ executed as a first during the post-networking contextualization stage. ## License -Copyright 2002-2021, OpenNebula Project, OpenNebula Systems (formerly C12G Labs) +Copyright 2002-2022, OpenNebula Project, OpenNebula Systems (formerly C12G Labs) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain diff --git a/generate.sh b/generate.sh index c8ba46f..147ef0f 100755 --- a/generate.sh +++ b/generate.sh @@ -42,7 +42,7 @@ fi ### VERSION=${VERSION:-6.4.0} -RELEASE=${RELEASE:-0} +RELEASE=${RELEASE:-1} MAINTAINER=${MAINTAINER:-OpenNebula Systems } LICENSE=${LICENSE:-Apache 2.0} VENDOR=${VENDOR:-OpenNebula Systems}