Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit 3be568e

Browse files
authored
Merge pull request #264 from ospalax/6.4
M #-: Update README
2 parents 0c2ea34 + e15422d commit 3be568e

2 files changed

Lines changed: 17 additions & 20 deletions

File tree

README.md

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,18 @@ List of tested platforms only:
2929
| Platform | Versions |
3030
|---------------------------------|------------------------------------------|
3131
| AlmaLinux | 8 |
32-
| Alpine Linux | 3.11, 3.12, 3.13, 3.14 |
33-
| ALT Linux | p9, p10, Sisyphus |
32+
| Alpine Linux | 3.13, 3.14, 3.15 |
3433
| Amazon Linux | 2 |
35-
| CentOS | 7, 8, 8 Stream |
36-
| Debian | 8, 9, 10, 11 |
34+
| CentOS | 7, 8 Stream |
35+
| Debian | 10, 11, 12 |
3736
| Devuan | 2 |
38-
| Fedora | 32, 33, 34 |
39-
| FreeBSD | 11, 12, 13 |
40-
| openSUSE | 15, Tumbleweed |
37+
| Fedora | 34, 35 |
38+
| FreeBSD | 12, 13 |
39+
| openSUSE | 15 |
4140
| Oracle Linux | 7, 8 |
4241
| Red Hat Enterprise Linux | 7, 8 |
4342
| Rocky Linux | 8 |
44-
| Springdale Linux | 8 |
45-
| Ubuntu | 14.04, 16.04, 18.04, 20.04, 21.04, 21.10 |
43+
| Ubuntu | 14.04, 16.04, 18.04, 20.04, 21.10, 22.04 |
4644

4745
(the packages might work on other versions or flavours, but those aren't tested)
4846

@@ -79,18 +77,17 @@ Selectable configuration types and IP configuration methods are **supported only
7977

8078
| Platform | Network Type (`NETCFG_TYPE`) |
8179
|---------------------------------------------------------------|-------------------------------------------|
82-
| Alpine Linux 3.14 | `interfaces` |
83-
| ALT Linux p9, p10, Sisyphus | `networkd`, `nm` |
80+
| Alpine Linux 3.14+ | `interfaces` |
81+
| ALT Linux p10, Sisyphus | `networkd`, `nm` |
8482
| Amazon Linux 2 | `scripts` |
85-
| Debian 9 | `interfaces` |
86-
| Debian 10, 11 | `interfaces`, `netplan`, `nm`, `networkd` |
83+
| Debian 10+ | `interfaces`, `netplan`, `nm`, `networkd` |
8784
| Devuan 2 | `interfaces` |
88-
| Fedora 34 | `scripts`, `nm`, `networkd` |
89-
| FreeBSD 11, 12, 13 | `bsd` |
90-
| openSUSE 15, Tumbleweed | `scripts` |
85+
| Fedora 34+ | `scripts`, `nm`, `networkd` |
86+
| FreeBSD 12+ | `bsd` |
87+
| openSUSE 15 | `scripts` |
9188
| RHEL-like 7 (CentOS, Oracle Linux) | `scripts` |
92-
| RHEL-like 8 (CentOS, Oracle/Rocky/Alma/Springdale Linux) | `scripts`, `nm`, `networkd` |
93-
| Ubuntu 18.04, 20.04, 21.04, 21.10 | `interfaces`, `netplan`, `nm`, `networkd` |
89+
| RHEL-like 8 (CentOS, Oracle/Rocky/AlmaLinux) | `scripts`, `nm`, `networkd` |
90+
| Ubuntu 18.04, 20.04, 21.10, 22.04 | `interfaces`, `netplan`, `nm`, `networkd` |
9491

9592
(other than listed platforms are not supported for using `NETCFG_TYPE` nor `METHOD`/`IP6_METHOD`!):
9693

@@ -184,7 +181,7 @@ executed as a first during the post-networking contextualization stage.
184181

185182
## License
186183

187-
Copyright 2002-2021, OpenNebula Project, OpenNebula Systems (formerly C12G Labs)
184+
Copyright 2002-2022, OpenNebula Project, OpenNebula Systems (formerly C12G Labs)
188185

189186
Licensed under the Apache License, Version 2.0 (the "License"); you may
190187
not use this file except in compliance with the License. You may obtain

generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fi
4242
###
4343

4444
VERSION=${VERSION:-6.4.0}
45-
RELEASE=${RELEASE:-0}
45+
RELEASE=${RELEASE:-1}
4646
MAINTAINER=${MAINTAINER:-OpenNebula Systems <contact@opennebula.io>}
4747
LICENSE=${LICENSE:-Apache 2.0}
4848
VENDOR=${VENDOR:-OpenNebula Systems}

0 commit comments

Comments
 (0)