From cb46b371a90d040187e9ea992253ebe1129f1c64 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Tue, 15 Apr 2025 14:02:21 +0100 Subject: [PATCH] v1.1.65 --- geant/gap_ansible/CHANGELOG.md | 6 +++++- geant/gap_ansible/galaxy.yml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index 9c62c060..41b69f04 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,6 +1,10 @@ # GAP Ansible changelog -1.1.64 2025-04-15 +1.1.65 2025-04-15 + +- `base_config`: Add `label-mode` support in VPRN template. + + 1.1.64 2025-04-15 - `iptrunk` fix trunk description suffix calculation conditionals. diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index a3d01ca4..73a0c206 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.64 +version: 1.1.65 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md -- GitLab