Skip to content

Commit

Permalink
Release 1.2.0 commit (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 authored Mar 11, 2022
1 parent 06a3733 commit fefd773
Show file tree
Hide file tree
Showing 12 changed files with 58 additions and 28 deletions.
27 changes: 27 additions & 0 deletions changelogs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,33 @@ Ansible Network Collection for Dell EMC SmartFabric OS10 Release Notes
.. contents:: Topics


v1.2.0
======

Release Summary
---------------

This is the minor release of the ``dellemc.os10`` collection.
This changelog contains all changes to the modules in this collection
that have been added after the release of ``dellemc.os10`` 1.1.0.

Minor Changes
-------------

- Add support for configuring negotiation settings on an interface (https://github.com/ansible-collections/dellemc.os10/pull/77)
- Add support for setting FEC on interfaces (https://github.com/ansible-collections/dellemc.os10/issues/92).
- Adding support to configure interface speed in os10_interface role (https://github.com/ansible-collections/dellemc.os10/pull/62)
- Adding support to configure username sshkey os10_users role (https://github.com/ansible-collections/dellemc.os10/pull/7)
- os10_lag - Add support for vlt-port-channel option (https://github.com/ansible-collections/dellemc.os10/pull/108).
- os10_system role - Add support for ``hardware l3 ipv6-extended-prefix`` (https://github.com/ansible-collections/dellemc.os10/pull/45).

Bugfixes
--------

- Fixed issue in os10_vrf role when mapping multiple interfaces in the vrf (https://github.com/ansible-collections/dellemc.os10/issues/81)
- Fixed issue in removing interface ip vrf forwarding (https://github.com/ansible-collections/dellemc.os10/issues/67)
- Fixed issue in removing interface ipv6 address with state absent (https://github.com/ansible-collections/dellemc.os10/issues/60)

v1.1.1
======

Expand Down
30 changes: 30 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,33 @@ releases:
fragments:
- 58-support-for-ansible-version-2.9.yaml
release_date: '2020-12-11'
1.2.0:
changes:
bugfixes:
- Fixed issue in os10_vrf role when mapping multiple interfaces in the vrf (https://github.com/ansible-collections/dellemc.os10/issues/81)
- Fixed issue in removing interface ip vrf forwarding (https://github.com/ansible-collections/dellemc.os10/issues/67)
- Fixed issue in removing interface ipv6 address with state absent (https://github.com/ansible-collections/dellemc.os10/issues/60)
minor_changes:
- Add support for configuring negotiation settings on an interface (https://github.com/ansible-collections/dellemc.os10/pull/77)
- Add support for setting FEC on interfaces (https://github.com/ansible-collections/dellemc.os10/issues/92).
- Adding support to configure interface speed in os10_interface role (https://github.com/ansible-collections/dellemc.os10/pull/62)
- Adding support to configure username sshkey os10_users role (https://github.com/ansible-collections/dellemc.os10/pull/7)
- os10_lag - Add support for vlt-port-channel option (https://github.com/ansible-collections/dellemc.os10/pull/108).
- os10_system role - Add support for ``hardware l3 ipv6-extended-prefix`` (https://github.com/ansible-collections/dellemc.os10/pull/45).
release_summary: 'This is the minor release of the ``dellemc.os10`` collection.
This changelog contains all changes to the modules in this collection
that have been added after the release of ``dellemc.os10`` 1.1.0.'
fragments:
- 1.2.0.yml
- 108-lag-vlt-port-channel.yaml
- 45-os10_system_adding_sup_hardware_l3_ipv6_ext_prefix.yml
- 60-interface-no-ipv6-address.yaml
- 62-interface-speed-support.yaml
- 67-interface-no-ip-vrf-forwarding.yaml
- 77-interface-negotiation.yaml
- 79-username-sshkey-support.yaml
- 81-vrf-interface-context-exit.yaml
- forward-error-correction-feature.yaml
release_date: '2022-03-11'
3 changes: 0 additions & 3 deletions changelogs/fragments/108-lag-vlt-port-channel.yaml

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/60-interface-no-ipv6-address.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/62-interface-speed-support.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/67-interface-no-ip-vrf-forwarding.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/77-interface-negotiation.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/79-username-sshkey-support.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/81-vrf-interface-context-exit.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/forward-error-correction-feature.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: os10
namespace: dellemc
readme: README.md
tags: [dell, dellemc, os10, emc, networking]
version: 1.1.1
version: 1.2.0
repository: https://github.com/ansible-collections/dellemc.os10
documentation: https://github.com/ansible-collections/dellemc.os10/tree/master/docs
homepage: https://github.com/ansible-collections/dellemc.os10
Expand Down

0 comments on commit fefd773

Please sign in to comment.