Skip to content

Commit

Permalink
Merge pull request #2 from ansible-collections/changelogs_for_21.7.0
Browse files Browse the repository at this point in the history
changelog updates for 21.7.0
  • Loading branch information
lonico authored Jun 7, 2021
2 parents c8f66b2 + ce525c6 commit 6769e66
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,38 @@ NetApp ONTAP Collection Release Notes
.. contents:: Topics


v21.7.0
=======

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

- License displayed correctly in Github
- na_ontap_cifs - new option ``comment`` to associate a description to a CIFS share.
- na_ontap_disks - added REST support for the module.
- na_ontap_disks - added functionality to reassign spare disks from a partner node to the desired node.
- na_ontap_disks - new option min_spares.
- na_ontap_lun - new suboption ``exclude_aggregates`` for SAN application.
- na_ontap_volume - new suboption ``exclude_aggregates`` for NAS application.

Bugfixes
--------

- na_ontap_flexcache - one occurrence of msg missing in call to fail_json.
- na_ontap_igroup - one occurrence of msg missing in call to fail_json.
- na_ontap_igroups - nested igroups are not supported on ONTAP 9.9.0 but are on 9.9.1.
- na_ontap_iscsi_security - IndexError list index out of range if vserver does not exist
- na_ontap_iscsi_security - cannot change authentication_type
- na_ontap_lun - three occurrencse of msg missing in call to fail_json.
- na_ontap_lun_map_reporting_nodes - one occurrence of msg missing in call to fail_json.
- na_ontap_snapmirror - one occurrence of msg missing in call to fail_json.

New Modules
-----------

- netapp.ontap.na_ontap_publickey - NetApp ONTAP publickey configuration
- netapp.ontap.na_ontap_service_policy - NetApp ONTAP service policy configuration

v21.6.1
=======

Expand Down
40 changes: 40 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1318,3 +1318,43 @@ releases:
fragments:
- DEVOPS-3971.yaml
release_date: '2021-05-11'
21.7.0:
changes:
bugfixes:
- na_ontap_flexcache - one occurrence of msg missing in call to fail_json.
- na_ontap_igroup - one occurrence of msg missing in call to fail_json.
- na_ontap_igroups - nested igroups are not supported on ONTAP 9.9.0 but are
on 9.9.1.
- na_ontap_iscsi_security - IndexError list index out of range if vserver does
not exist
- na_ontap_iscsi_security - cannot change authentication_type
- na_ontap_lun - three occurrencse of msg missing in call to fail_json.
- na_ontap_lun_map_reporting_nodes - one occurrence of msg missing in call to
fail_json.
- na_ontap_snapmirror - one occurrence of msg missing in call to fail_json.
minor_changes:
- License displayed correctly in Github
- na_ontap_cifs - new option ``comment`` to associate a description to a CIFS
share.
- na_ontap_disks - added REST support for the module.
- na_ontap_disks - added functionality to reassign spare disks from a partner
node to the desired node.
- na_ontap_disks - new option min_spares.
- na_ontap_lun - new suboption ``exclude_aggregates`` for SAN application.
- na_ontap_volume - new suboption ``exclude_aggregates`` for NAS application.
fragments:
- DEVOPS-3952.yaml
- DEVOPS-3969.yaml
- DEVOPS-3973.yaml
- DEVOPS-3983.yaml
- DEVOPS-3994.yaml
- DEVOPS-4005.yaml
- DEVOPS-4010.yaml
modules:
- description: NetApp ONTAP publickey configuration
name: na_ontap_publickey
namespace: ''
- description: NetApp ONTAP service policy configuration
name: na_ontap_service_policy
namespace: ''
release_date: '2021-06-07'
1 change: 0 additions & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: "ontap"
version: "21.7.0"
authors:
- "NetApp Ansible Team <[email protected]>"
license: "GPL-2.0-or-later"
readme: README.md
license_file: COPYING
description: NetApp ONTAP Collection
Expand Down

0 comments on commit 6769e66

Please sign in to comment.