summaryrefslogtreecommitdiffstats
path: root/collections-debian-merged/ansible_collections/cisco/iosxr/changelogs/changelog.yaml
blob: 399b9b6e9d48bdaeb38dcbc94bc1eb8005c31325 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
ancestor: null
releases:
  1.0.0:
    modules:
    - description: ACL interfaces resource module
      name: iosxr_acl_interfaces
      namespace: ''
    - description: ACLs resource module
      name: iosxr_acls
      namespace: ''
    - description: Manage multiline banners on Cisco IOS XR devices
      name: iosxr_banner
      namespace: ''
    - description: Configure global BGP protocol settings on Cisco IOS-XR
      name: iosxr_bgp
      namespace: ''
    - description: Run commands on remote devices running Cisco IOS XR
      name: iosxr_command
      namespace: ''
    - description: Manage Cisco IOS XR configuration sections
      name: iosxr_config
      namespace: ''
    - description: Get facts about iosxr devices.
      name: iosxr_facts
      namespace: ''
    - description: (deprecated, removed after 2022-06-01) Manage Interface on Cisco
        IOS XR network devices
      name: iosxr_interface
      namespace: ''
    - description: Interfaces resource module
      name: iosxr_interfaces
      namespace: ''
    - description: L2 interfaces resource module
      name: iosxr_l2_interfaces
      namespace: ''
    - description: L3 interfaces resource module
      name: iosxr_l3_interfaces
      namespace: ''
    - description: LACP resource module
      name: iosxr_lacp
      namespace: ''
    - description: LACP interfaces resource module
      name: iosxr_lacp_interfaces
      namespace: ''
    - description: LAG interfaces resource module
      name: iosxr_lag_interfaces
      namespace: ''
    - description: LLDP resource module
      name: iosxr_lldp_global
      namespace: ''
    - description: LLDP interfaces resource module
      name: iosxr_lldp_interfaces
      namespace: ''
    - description: Configuration management of system logging services on network
        devices
      name: iosxr_logging
      namespace: ''
    - description: Configures NetConf sub-system service on Cisco IOS-XR devices
      name: iosxr_netconf
      namespace: ''
    - description: OSPFv2 resource module
      name: iosxr_ospfv2
      namespace: ''
    - description: Static routes resource module
      name: iosxr_static_routes
      namespace: ''
    - description: Manage the system attributes on Cisco IOS XR devices
      name: iosxr_system
      namespace: ''
    - description: Manage the aggregate of local users on Cisco IOS XR device
      name: iosxr_user
      namespace: ''
    plugins:
      cliconf:
      - description: Use iosxr cliconf to run command on Cisco IOS XR platform
        name: iosxr
        namespace: null
      netconf:
      - description: Use iosxr netconf plugin to run netconf commands on Cisco IOSXR
          platform
        name: iosxr
        namespace: null
    release_date: '2020-06-23'
  1.0.1:
    changes:
      minor_changes:
      - Bring plugin table to correct position (https://github.com/ansible-collections/cisco.iosxr/pull/44)
    fragments:
    - 44-plugin-doc-fixes.yaml
    release_date: '2020-06-23'
  1.0.2:
    changes:
      bugfixes:
      - Make `src`, `backup` and `backup_options` in iosxr_config work when module
        alias is used (https://github.com/ansible-collections/cisco.iosxr/pull/63).
      - Makes sure that docstring and argspec are in sync and removes sanity ignores
        (https://github.com/ansible-collections/cisco.iosxr/pull/62).
      - Update docs after sanity fixes to modules.
    fragments:
    - handle_src_backup_with_module_alias.yaml
    - remove_ignores_for_sanity.yaml
    - update_docs.yaml
    release_date: '2020-06-23'
  1.0.3:
    changes:
      release_summary:
      - Rereleased 1.0.2 with regenerated documentation.
    fragments:
    - 1.0.3.yaml
    release_date: '2020-07-31'
  1.0.4:
    changes:
      release_summary:
      - Rereleased 1.0.3 with updated changelog.
    fragments:
    - 1.0.4.yaml
    release_date: '2020-08-07'
  1.0.5:
    changes:
      bugfixes:
      - Confirmed commit fails with TypeError in IOS XR netconf plugin (https://github.com/ansible-collections/cisco.iosxr/issues/74)
      - running config data for interface split when substring interface starts with
        newline
    fragments:
    - 64-incorrect-interface-decription-parsing-fix.yaml
    - iosxr_netconf_config_commit_fix.yaml
    release_date: '2020-08-28'
  1.1.0:
    changes:
      minor_changes:
      - Added iosxr ospfv3 resource module (https://github.com/ansible-collections/cisco.iosxr/pull/81).
      - Platform supported coments token to be provided when invoking the object.
    fragments:
    - 54_iosxr_ospfv3_module_added.yaml
    - provide_fuctionality_to_utilize_remarks.yaml
    modules:
    - description: ospfv3 resource module
      name: iosxr_ospfv3
      namespace: ''
    release_date: '2020-10-01'
  1.2.0:
    changes:
      bugfixes:
      - Add version key to galaxy.yaml to work around ansible-galaxy bug
      - Fix iosxr_acls throwing a traceback with overridden (https://github.com/ansible-collections/cisco.iosxr/issues/87).
      - require one to specify a banner delimiter in order to fix a timeout when using
        multi-line strings
      minor_changes:
      - Added iosxr ospf_interfaces resource module (https://github.com/ansible-collections/cisco.iosxr/pull/84).
    fragments:
    - 79-iosxr-multi-line-banner-fix.yaml
    - fix_iosxr_acls.yaml
    - galaxy-version.yaml
    - ospf_interfaces_resource_module_added.yaml
    modules:
    - description: OSPF Interfaces Resource Module.
      name: iosxr_ospf_interfaces
      namespace: ''
    release_date: '2020-11-26'
  1.2.1:
    changes:
      bugfixes:
      - Update docs to clarify the idemptonecy releated caveat and add it in the output
        warnings (https://github.com/ansible-collections/ansible.netcommon/pull/189)
    fragments:
    - iosxr_config_diff_doc_update.yaml
    release_date: '2021-01-28'