diff options
author | 2024-09-09 14:46:39 +0200 | |
---|---|---|
committer | 2024-09-09 16:47:07 +0200 | |
commit | be4e782b2bb228c865b7f1640a904d099e1f0261 (patch) | |
tree | 15e361d1a1395e7cb4d88c2d381c8d4eafb7d66c /README.md | |
parent | c4de3877ca0ff53820fb8019f1cea067969f16ad (diff) |
Upgrade tox to py312
Change-Id: I60e306fb42ac6b4a779908477e7bb37eb95c3e15
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 7 insertions, 11 deletions
@@ -15,17 +15,13 @@ and testing (vIMS, vRouter and vEPC) to ensure that the platforms meet Network Functions Virtualization requirements. Raspberry PI is also supported to verify datacenters as the lowest cost (50 euros hardware and software included). -| Functest releases | Kubernetes releases | -|-------------------|-------------------------------| -| v1.22 | v1.22 | -| v1.23 | v1.23 | -| v1.24 | v1.24 | -| v1.25 | v1.25 | -| v1.26 | v1.26 | -| v1.27 | v1.27 | -| v1.28 | v1.28 | -| v1.29 | v1.29 | -| **Master** | **v1.30.0-alpha.0 (rolling)** | +| Functest releases | Kubernetes releases | +|-------------------|---------------------| +| v1.28 | v1.28 | +| v1.29 | v1.29 | +| v1.30 | v1.30 | +| v1.31 | v1.31 | +| **Master** | **latest** | ## Prepare your environment |