From 5d7391988a88195222f2a1d25e956d2e4747ce60 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342.local> Date: Tue, 9 Apr 2024 11:29:17 +0100 Subject: [PATCH] v1.0.60 Base-config: SSH `preserve-key` Trunks: updated min-links --- geant/gap_ansible/CHANGELOG.md | 3 +++ geant/gap_ansible/galaxy.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index 83786c0c..32e99923 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,7 @@ # GAP Ansible changelog +1.0.60: +- Base-config: re-enable SSH template (for the `preserve-key` knob) +- Trunks: Correct implementation of min-links policy (minimum links are now calculated inside the role based on the initial number of members inside trunk). 1.0.59: - Update to the AAA RADIUS template (health-check=none) 1.0.58: diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 1544ba41..d11886e5 100644 --- a/geant/gap_ansible/galaxy.yml +++ b/geant/gap_ansible/galaxy.yml @@ -8,7 +8,7 @@ namespace: geant name: gap_ansible # The version of the collection. Must be compatible with semantic versioning -version: 1.0.59 +version: 1.0.60 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab