From e2137e7b60d3f6a34c3860e90bfa783e22ee2613 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342-AKURBATOV.local> Date: Wed, 17 Jul 2024 10:40:22 +0200 Subject: [PATCH] v1.0.79 --- geant/gap_ansible/CHANGELOG.md | 2 ++ geant/gap_ansible/galaxy.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index 0c413048..6d675abd 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,6 @@ # GAP Ansible changelog +1.0.79: +- Added SSH `inbound-max-session` to the base_config. 1.0.78: - Validation/verification logic added to `base_config`, `iptrunk`, `iptrunk_twamp` roles. - Cleanup of `base_config` templates. diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 42c60a19..2f894225 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.78 +version: 1.0.79 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab