Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Commit

Permalink
Sync bitbucket and GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
carchi8py committed May 6, 2021
1 parent fc21cdf commit 00ff59e
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ansible_collections/netapp/ontap/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ NetApp ONTAP Collection Release Notes
.. contents:: Topics


v21.6.0
=======

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

- na_ontap_rest_info - Added "autosupport_check_info"/"support/autosupport/check" to the attributes that will be collected when gathering info using the module.
- na_ontap_users - new option ``application_dicts`` to associate multiple authentication methods to an application.
- na_ontap_users - new option ``application_strs`` to disambiguate ``applications``.
- na_ontap_users - new option ``replace_existing_apps_and_methods``.
- na_ontap_users - new suboption ``second_authentication_method`` with ``application_dicts`` option.
- na_ontap_vserver_peer - new options ``local_name_for_source`` and ``local_name_for_peer`` added.

Bugfixes
--------

- na_ontap_autosupport - TypeError - '>' not supported between instances of 'str' and 'list'.
- na_ontap_quotas - fail to reinitialize on create if quota is already on.

v21.5.0
=======

Expand Down
24 changes: 24 additions & 0 deletions ansible_collections/netapp/ontap/changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1287,3 +1287,27 @@ releases:
- DEVOPS-3870.yaml
- DEVOPS-3883.yaml
release_date: '2021-04-21'
21.6.0:
changes:
bugfixes:
- na_ontap_autosupport - TypeError - '>' not supported between instances of
'str' and 'list'.
- na_ontap_quotas - fail to reinitialize on create if quota is already on.
minor_changes:
- na_ontap_rest_info - Added "autosupport_check_info"/"support/autosupport/check"
to the attributes that will be collected when gathering info using the module.
- na_ontap_users - new option ``application_dicts`` to associate multiple authentication
methods to an application.
- na_ontap_users - new option ``application_strs`` to disambiguate ``applications``.
- na_ontap_users - new option ``replace_existing_apps_and_methods``.
- na_ontap_users - new suboption ``second_authentication_method`` with ``application_dicts``
option.
- na_ontap_vserver_peer - new options ``local_name_for_source`` and ``local_name_for_peer``
added.
fragments:
- DEVOPS-3241.yaml
- DEVOPS-3807.yaml
- DEVOPS-3900.yaml
- DEVOPS-3926.yaml
- DEVOPS-3950.yaml
release_date: '2021-05-06'

0 comments on commit 00ff59e

Please sign in to comment.