From 528d6d9a1541b40480beea266b92322e56e53cf1 Mon Sep 17 00:00:00 2001 From: Alessandro Franceschi <al@example42.com> Date: Tue, 17 Nov 2020 10:17:04 +0100 Subject: [PATCH] Version 3.6.0 --- CHANGELOG | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 31cbbc1..5d7eef6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +2020-11-17 Release 3.6.0 +- Better support for RHEL8 with NetworkManager (#306) (pseiler) +- Fix Centos 7 template symbol "" + Add Global Vlan Support and Hostname (chodorenko) +- Allow to configure ipv6 autoconf / slaac globally for redhat systems (mat1010) +- Remove .cfg condition for source interfaces.d (cgoubert) +- Adding PREFIX= for RH. Adding CIDR ipv4 address format for RH (andres-moya) +- Added RH ipv6 general params, kept backward compatible with ipv6enable (andres-moya) + 2019-12-24 Release 3.5.3 - Added support for Rhel 8 #292 #296 (olifre FcoCalero) - Fixed forge package with .git dir #298 (a3li) diff --git a/metadata.json b/metadata.json index 11a6321..996f472 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "example42-network", - "version": "3.5.3", + "version": "3.6.0", "author": "Alessandro Franceschi", "summary": "Example42 Network Module", "license": "Apache-2.0", -- GitLab