summaryrefslogtreecommitdiffstats
path: root/ansible_collections/dellemc/os6/changelogs/changelog.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:04:41 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:04:41 +0000
commit975f66f2eebe9dadba04f275774d4ab83f74cf25 (patch)
tree89bd26a93aaae6a25749145b7e4bca4a1e75b2be /ansible_collections/dellemc/os6/changelogs/changelog.yaml
parentInitial commit. (diff)
downloadansible-975f66f2eebe9dadba04f275774d4ab83f74cf25.tar.xz
ansible-975f66f2eebe9dadba04f275774d4ab83f74cf25.zip
Adding upstream version 7.7.0+dfsg.upstream/7.7.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/dellemc/os6/changelogs/changelog.yaml')
-rw-r--r--ansible_collections/dellemc/os6/changelogs/changelog.yaml112
1 files changed, 112 insertions, 0 deletions
diff --git a/ansible_collections/dellemc/os6/changelogs/changelog.yaml b/ansible_collections/dellemc/os6/changelogs/changelog.yaml
new file mode 100644
index 000000000..8b9f34564
--- /dev/null
+++ b/ansible_collections/dellemc/os6/changelogs/changelog.yaml
@@ -0,0 +1,112 @@
+ancestor: null
+releases:
+ 1.0.0:
+ modules:
+ - description: Run commands on devices running Dell EMC os6.
+ name: os6_command
+ namespace: ''
+ - description: Manage configuration on devices running os6.
+ name: os6_config
+ namespace: ''
+ - description: Collect facts from devices running os6.
+ name: os6_facts
+ namespace: ''
+ roles:
+ - description: Facilitates the configuration of Authentication Authorization and Accounting (AAA), TACACS and RADIUS server.
+ name: os6_aaa
+ namespace: ''
+ - description: Facilitates the configuration of Access Control lists.
+ name: os6_acl
+ namespace: ''
+ - description: Facilitates the configuration of border gateway protocol (BGP) attributes.
+ name: os6_bgp
+ namespace: ''
+ - description: Facilitates the configuration of interface attributes.
+ name: os6_interface
+ namespace: ''
+ - description: Facilitates the configuration of link aggregation group (LAG) attributes.
+ name: os6_lag
+ namespace: ''
+ - description: Facilitates the configuration of link layer discovery protocol (LLDP) attributes at global and interface level.
+ name: os6_lldp
+ namespace: ''
+ - description: Facilitates the configuration of global logging attributes and logging servers.
+ name: os6_logging
+ namespace: ''
+ - description: Facilitates the configuration of network time protocol (NTP) attributes.
+ name: os6_ntp
+ namespace: ''
+ - description: Facilitates the configuration of quality of service attributes including policy-map and class-map.
+ name: os6_qos
+ namespace: ''
+ - description: Facilitates the configuration of global SNMP attributes.
+ name: os6_snmp
+ namespace: ''
+ - description: Facilitates the configuration of hostname and hashing algorithm.
+ name: os6_system
+ namespace: ''
+ - description: Facilitates the configuration of global system user attributes.
+ name: os6_users
+ namespace: ''
+ - description: Facilitates the configuration of virtual LAN (VLAN) attributes.
+ name: os6_vlan
+ namespace: ''
+ - description: Facilitates the configuration of virtual router redundancy protocol (VRRP) attributes.
+ name: os6_vrrp
+ namespace: ''
+ - description: Facilitates the configuration of xSTP attributes.
+ name: os6_xstp
+ namespace: ''
+ release_date: '2020-07-31'
+ 1.0.1:
+ changes:
+ release_summary: Updated documentation review comments
+ fragments:
+ - 1.0.1.yaml
+ release_date: '2020-08-04'
+ 1.0.2:
+ changes:
+ release_summary: Added changelogs.
+ fragments:
+ - 1.0.2.yaml
+ release_date: '2020-08-18'
+ 1.0.3:
+ changes:
+ release_summary: Added bug fixes for bugs found during System Test.
+ fragments:
+ - 1.0.3.yaml
+ release_date: '2020-10-09'
+ 1.0.4:
+ changes:
+ bugfixes:
+ - Fix issue in using list of strings for `commands` argument for `os6_command` module
+ - Fix issue in using "os6_facts" module for non-legacy n-series platofrms
+ fragments:
+ - 1.0.4.yaml
+ release_date: '2020-11-17'
+ 1.0.5:
+ changes:
+ bugfixes:
+ - config module fix to handle issues faced while parsing running config and fixing idempotency issue for banner config
+ - command module change to keep similar changes across all dell networking OSs
+ - terminal plugin fix to send "terminal length 0" command
+ fragments:
+ - 1.0.5.yaml
+ release_date: '2020-12-09'
+ 1.0.6:
+ changes:
+ bugfixes:
+ - module utils fix for exit handling in multilevel parent commands
+ - config module fix to handle multiline banner
+ - terminal plugin fix to handle error reported by management access lists
+ fragments:
+ - 1.0.6.yaml
+ release_date: '2020-12-18'
+ 1.0.7:
+ changes:
+ release_summary:
+ - Fixed sanity error found during the sanity tst of automation hub upload
+ - os6 interface role readme updated for proper syntax of ip address and mask
+ fragments:
+ - 1.0.7.yaml
+ release_date: '2021-02-15' \ No newline at end of file