From 41193e4b66253abe5286a8ff2433336930d99a2a Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Thu, 10 Apr 2025 17:04:06 +0100 Subject: [PATCH] v1.1.63 --- geant/gap_ansible/CHANGELOG.md | 8 ++++++-- geant/gap_ansible/galaxy.yml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index a4871a77..5486538c 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,13 +1,17 @@ # GAP Ansible changelog -1.1.62 2025-04-10 +1.1.63 2025-04-10 + +- `base_config`: Explicitely set `system-login/idle-timeout` for Nokia. + + 1.1.62 2025-04-10 - `l2circuits` role update: - Added support for the Local Cross connects (local-switching). - Added support for the VLAN-range Junos circuits. - 1.1.61 2025-04-08 + 1.1.61 2025-04-08 - `base_config`: changes in cflowd configuration: diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 39fee9a6..b1de6ea1 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.1.62 +version: 1.1.63 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab