Skip to content

Commit

Permalink
Pull request #23: ESOLA-203 Update changelog and collection version.
Browse files Browse the repository at this point in the history
Merge in ESSOL-BB/ansible-santricity from swartzn_ESOLA-203_update_changelog_and_version to master

* commit '0e5ca35e1a265e817557fd99d9221c057ed9f28a':
  Update change log release date.
  Update change log and collection release date.
  Update changelog and collection version.
  • Loading branch information
swartzn committed Aug 15, 2022
2 parents 99a1306 + 0e5ca35 commit c82c227
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 8 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ Netapp E-Series SANtricity Collection Release Notes
.. contents:: Topics


v1.3.1
======

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

- Require Ansible 2.10 or later.
- na_santricity_volume - Add size_tolerance option to handle the difference in volume size with SANtricity System Manager.
- nar_santricity_common - utilize provided eseries management information to determine network to search.

Bugfixes
--------

- na_santricity_mgmt_interface - Fix default required_if state option for na_santricity_mgmt_interface
- netapp_eseries.santricity.nar_santricity_host - Fix default MTU value for NVMe RoCE.

v1.3.0
======

Expand Down
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -294,4 +294,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 1.3.0
version: 1.3.1
19 changes: 19 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,22 @@ releases:
- add_volume_write_cache_mirroring_option.yml
- fix_single_volume_host_mapping_determinations.yml
release_date: '2022-04-05'
1.3.1:
changes:
bugfixes:
- na_santricity_mgmt_interface - Fix default required_if state option for na_santricity_mgmt_interface
- netapp_eseries.santricity.nar_santricity_host - Fix default MTU value for
NVMe RoCE.
minor_changes:
- Require Ansible 2.10 or later.
- na_santricity_volume - Add size_tolerance option to handle the difference
in volume size with SANtricity System Manager.
- nar_santricity_common - utilize provided eseries management information to
determine network to search.
fragments:
- add_volume_size_tolerance.yml
- fix_nvme_roce_mtu_default.yml
- fix_required_if_state_option.yml
- improve_system_discovery.yml
- require_ansible_2.10_or_later.yml
release_date: '2022-08-15'
2 changes: 0 additions & 2 deletions changelogs/fragments/add_volume_size_tolerance.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/fix_required_if_state_option.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/improve_system_discovery.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace: "netapp_eseries"
description: "Latest content available for NetApp E-Series Ansible automation."
name: "santricity"
version: "1.3.0"
version: "1.3.1"
readme: "README.md"
authors:
- "Joe McCormick (@iamjoemccormick)"
Expand Down

0 comments on commit c82c227

Please sign in to comment.