summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/network/changelogs/changelog.yaml
blob: f1045ba5a90a0c337bd51fe4056b5c865c9e07d1 (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
ancestor: 4.0.0
releases:
  5.0.0:
    changes:
      bugfixes:
      - Collection core functions - use vendored version of ``distutils.version``
        instead of the deprecated Python standard library ``distutils``.
      - Include ``PSF-license.txt`` file for ``plugins/module_utils/_version.py``.
      - Include ``simplified_bsd.txt`` license file for the ``icx`` and ``netvisor``
        module utils.
      - ce - Modify the bug in the query configuration method (https://github.com/ansible-collections/community.network/pull/56).
      - community.network.ce_switchport - fix error causing by ``KeyError:`` ``host``
        due to properties aren't used anywhere (https://github.com/ansible-collections/community.network/issues/313)
      - exos_config - fix a hang due to an unexpected prompt during save_when (https://github.com/ansible-collections/community.network/pull/110).
      - weos4 cliconf plugin - fix linting errors in documentation data (https://github.com/ansible-collections/community.network/pull/368).
      major_changes:
      - The community.network collection no longer supports Ansible 2.9 and ansible-base
        2.10. While we take no active measures to prevent usage, we will remove compatibility
        code and other compatility measures that will effectively prevent using most
        content from this collection with Ansible 2.9, and some content of this collection
        with ansible-base 2.10. Both Ansible 2.9 and ansible-base 2.10 will very soon
        be End of Life and if you are still using them, you should consider upgrading
        to ansible-core 2.11 or later as soon as possible (https://github.com/ansible-collections/community.network/pull/426).
      - The internal structure of the collection was changed for modules and action
        plugins. These no longer live in a directory hierarchy ordered by topic, but
        instead are now all in a single (flat) directory. This has no impact on users
        *assuming they did not use internal FQCNs*. These will still work, but result
        in deprecation warnings. They were never officially supported and thus the
        redirects are kept as a courtsey, and this is not labelled as a breaking change.
        Note that for example the Ansible VScode plugin started recommending these
        internal names. If you followed its recommendation, you will now have to change
        back to the short names to avoid deprecation warnings, and potential errors
        in the future as these redirects will be removed in community.network 8.0.0
        (https://github.com/ansible-collections/community.network/pull/482).
      minor_changes:
      - community.network.ce_switchport - add support of decode a few stdout values
        from bitmap to human readable format(https://github.com/ansible-collections/community.network/issues/315)
      - community.network.edgeos_config - append save command into result (https://github.com/ansible-collections/community.network/pull/189)
      release_summary: This is release 5.0.0 of the community.network collection.
      removed_features:
      - 'aireos modules - removed deprecated ``connection: local`` support. Use ``connection:
        network_cli`` instead (https://github.com/ansible-collections/community.network/pull/440).'
      - 'aireos modules - removed deprecated ``provider`` option. Use ``connection:
        network_cli`` instead (https://github.com/ansible-collections/community.network/pull/440).'
      - 'aruba modules - removed deprecated ``connection: local`` support. Use ``connection:
        network_cli`` instead (https://github.com/ansible-collections/community.network/pull/440).'
      - 'aruba modules - removed deprecated ``provider`` option. Use ``connection:
        network_cli`` instead (https://github.com/ansible-collections/community.network/pull/440).'
      - 'ce modules - removed deprecated ``connection: local`` support. Use ``connection:
        network_cli`` instead (https://github.com/ansible-collections/community.network/pull/440).'
      - 'ce modules - removed deprecated ``provider`` option. Use ``connection: network_cli``
        instead (https://github.com/ansible-collections/community.network/pull/440).'
      - 'enos modules - removed deprecated ``connection: local`` support. Use ``connection:
        network_cli`` instead (https://github.com/ansible-collections/community.network/pull/440).'
      - 'enos modules - removed deprecated ``provider`` option. Use ``connection:
        network_cli`` instead (https://github.com/ansible-collections/community.network/pull/440).'
      - 'ironware modules - removed deprecated ``connection: local`` support. Use
        ``connection: network_cli`` instead (https://github.com/ansible-collections/community.network/pull/440).'
      - 'ironware modules - removed deprecated ``provider`` option. Use ``connection:
        network_cli`` instead (https://github.com/ansible-collections/community.network/pull/440).'
      - 'sros modules - removed deprecated ``connection: local`` support. Use ``connection:
        network_cli`` instead (https://github.com/ansible-collections/community.network/pull/440).'
      - 'sros modules - removed deprecated ``provider`` option. Use ``connection:
        network_cli`` instead (https://github.com/ansible-collections/community.network/pull/440).'
    fragments:
    - 0-copy_ignore_txt.yml
    - 1-use_vendored_distutils.yml
    - 110-fix-exos-save-config.yaml
    - 189-append-save-command-into-result.yaml
    - 289-safe-eval-no-concat.yml
    - 313_fix_broken_ce_switchport_module.yaml
    - 315_add_support_decode_bitmap_for_ce_switchport_module.yaml
    - 426-remove-2.9-2.10-compatibility.yml
    - 5.0.0.yml
    - 56-ce_modify_query_configuration_method.yml
    - psf-license.yml
    - remove-connection-local.yml
    - remove-provider.yml
    - simplified-bsd-license.yml
    - unflatmap.yml
    - validate-plugins.yml
    release_date: '2022-11-04'
  5.0.1:
    changes:
      bugfixes:
      - cnos_l3_interface - fix import errors (https://github.com/ansible-collections/community.network/pull/531).
      - 'exos_config - missing whitespace in command with ``defaults: True``. It happened
        because the command is ``show configurationdetail`` instead of ``show configuration
        detail`` (https://github.com/ansible-collections/community.network/pull/516).'
      - exos_facts - returns timeout error when we use connection type ``network_cli``.
        It happened because we send command without ``no-refresh`` and script ``cli2json.py``
        stuck in loop while reading console output (https://github.com/ansible-collections/community.network/pull/517).
      - icx_l3_interface - fix import errors (https://github.com/ansible-collections/community.network/pull/531).
      - slxos_l3_interface - fix import errors (https://github.com/ansible-collections/community.network/pull/531).
      release_summary: 'This is a patch release of the ``community.network`` collection.

        This changelog contains all changes to the modules and plugins in this collection

        that have been made after the previous release.'
    fragments:
    - 0-fix_imports.yml
    - 5.0.1.yml
    - 516-whitespace-exos-config-defaults.yaml
    - 517-add-ports-no-refresh-in-exos-facts.yaml
    release_date: '2023-10-24'
  5.0.2:
    changes:
      release_summary: 'This is the mock patch release of the ``community.network``
        collection

        caused by Galaxy issues.

        This changelog contains changes made since release 5.0.0.

        See the changelog for version 5.0.1 for details.'
    fragments:
    - 5.0.2.yml
    release_date: '2023-10-25'
  5.0.3:
    changes:
      bugfixes:
      - exos - Add error handling of ``Permission denied`` errors (https://github.com/ansible-collections/community.network/pull/571).
      release_summary: 'This is a patch release of the ``community.network`` collection.

        This changelog contains changes made since the previous release.'
    fragments:
    - 5.0.3.yml
    - 571-permission-denied-error-handling.yml
    release_date: '2024-06-13'