From 52457c14d33ec6387a693368eeb090c6b58eb443 Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Wed, 27 Jan 2021 14:28:05 -0500 Subject: Prepare VYOS for Release 1.1.1 (#118) Prepare VYOS for Release 1.1.1 Reviewed-by: https://github.com/apps/ansible-zuul --- changelogs/changelog.yaml | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'changelogs/changelog.yaml') diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index fe41c822..e1b3bc64 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -152,10 +152,23 @@ releases: changes: minor_changes: - Added ospf_interfaces resource module. - modules: - - description: OSPF Interfaces resource module - name: vyos_ospf_interfaces - namespace: '' fragments: - vyos_ospf_interfaces_rm.yaml + modules: + - description: OSPF Interfaces resource module + name: vyos_ospf_interfaces + namespace: '' release_date: '2020-10-30' + 1.1.1: + changes: + bugfixes: + - Add version key to galaxy.yaml to work around ansible-galaxy bug + - Enable configuring an interface which is not present in the running config. + - vyos_config - Only process src files as commands when they actually contain + commands. This fixes an issue were the whitespace preceding a configuration + key named 'set' was stripped, tripping up the parser. + fragments: + - 91-new-interface.yaml + - config-processed-as-command.yaml + - galaxy-version.yaml + release_date: '2021-01-27' -- cgit v1.2.3