Skip to content

Commit

Permalink
Sync bitbucket and GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
carchi8py committed Jul 14, 2021
1 parent 5471ce6 commit c708307
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 0 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,44 @@ NetApp ONTAP Collection Release Notes
.. contents:: Topics


v21.8.0
=======

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

- na_ontap_cluster_peer - new option ``peer_options`` to use different credentials on peer.
- na_ontap_debug - additional checks when REST is available to help debug vserver connectivity issues.
- na_ontap_flexcache - corrected module name in documentation Examples
- na_ontap_net_port - change option types to bool and int respectively for ``autonegotiate_admin`` and ``mtu``.
- na_ontap_net_port - new option ``up_admin`` to set administrative state.
- na_ontap_rest_info - add examples for ``parameters`` option.
- na_ontap_snapshot - add REST support to create, modify, rename, and delete snapshot.
- na_ontap_snapshot - new option ``expiry_time``.
- na_ontap_volume - show warning when resize is ignored because threshold is not reached.
- na_ontap_vserver_create role - add ``nfsv3``, ``nfsv4``, ``nfsv41`` options.
- na_ontap_vserver_peer - new option ``peer_options`` to use different credentials on peer.

Bugfixes
--------

- all modules - fix traceback TypeError 'NoneType' object is not subscriptable when hostname points to a web server.
- na_ontap_cluster_peer - KeyError on dest_cluster_name if destination is unreachable.
- na_ontap_cluster_peer - KeyError on username when using certicate.
- na_ontap_export_policy_rule - change ``anonymous_user_id`` type to str to accept user name and user id. (A warning is now triggered when a number is not quoted.)
- na_ontap_volume_clone - ``parent_vserver`` can not be given with ``junction_path``, ``uid``, or ``gid``
- na_ontap_vserver_peer - KeyError on username when using certicate.

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

- netapp.ontap.na_ontap_cifs_local_user_set_password - NetApp ONTAP set local CIFS user password
- netapp.ontap.na_ontap_fdsd - NetApp ONTAP create or remove a File Directory security descriptor.
- netapp.ontap.na_ontap_fdsp - NetApp ONTAP create or delete a file directory security policy
- netapp.ontap.na_ontap_fdspt - NetApp ONTAP create, delete or modify File Directory security policy tasks
- netapp.ontap.na_ontap_fdss - NetApp ONTAP File Directory Security Set.
- netapp.ontap.na_ontap_partitions - NetApp ONTAP Assign partitions and disks to nodes.

v21.7.0
=======

Expand Down
64 changes: 64 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1358,3 +1358,67 @@ releases:
name: na_ontap_service_policy
namespace: ''
release_date: '2021-06-07'
21.8.0:
changes:
bugfixes:
- all modules - fix traceback TypeError 'NoneType' object is not subscriptable
when hostname points to a web server.
- na_ontap_cluster_peer - KeyError on dest_cluster_name if destination is unreachable.
- na_ontap_cluster_peer - KeyError on username when using certicate.
- na_ontap_export_policy_rule - change ``anonymous_user_id`` type to str to
accept user name and user id. (A warning is now triggered when a number
is not quoted.)
- na_ontap_volume_clone - ``parent_vserver`` can not be given with ``junction_path``,
``uid``, or ``gid``
- na_ontap_vserver_peer - KeyError on username when using certicate.
minor_changes:
- na_ontap_cluster_peer - new option ``peer_options`` to use different credentials
on peer.
- na_ontap_debug - additional checks when REST is available to help debug vserver
connectivity issues.
- na_ontap_flexcache - corrected module name in documentation Examples
- na_ontap_net_port - change option types to bool and int respectively for ``autonegotiate_admin``
and ``mtu``.
- na_ontap_net_port - new option ``up_admin`` to set administrative state.
- na_ontap_rest_info - add examples for ``parameters`` option.
- na_ontap_snapshot - add REST support to create, modify, rename, and delete
snapshot.
- na_ontap_snapshot - new option ``expiry_time``.
- na_ontap_volume - show warning when resize is ignored because threshold is
not reached.
- na_ontap_vserver_create role - add ``nfsv3``, ``nfsv4``, ``nfsv41`` options.
- na_ontap_vserver_peer - new option ``peer_options`` to use different credentials
on peer.
fragments:
- DEVOPS-3483.yaml
- DEVOPS-3534.yaml
- DEVOPS-3615.yaml
- DEVOPS-3939.yaml
- DEVOPS-4022.yaml
- DEVOPS-4026.yaml
- DEVOPS-4039.yaml
- DEVOPS-4049.yaml
- DEVOPS-4060.yaml
- DEVOPS-4113.yaml
- DEVOPS-4114.yml
modules:
- description: NetApp ONTAP set local CIFS user password
name: na_ontap_cifs_local_user_set_password
namespace: ''
- description: NetApp ONTAP create or remove a File Directory security descriptor.
name: na_ontap_fdsd
namespace: ''
- description: NetApp ONTAP create or delete a file directory security policy
name: na_ontap_fdsp
namespace: ''
- description: NetApp ONTAP create, delete or modify File Directory security policy
tasks
name: na_ontap_fdspt
namespace: ''
- description: NetApp ONTAP File Directory Security Set.
name: na_ontap_fdss
namespace: ''
- description: NetApp ONTAP Assign partitions and disks to nodes.
name: na_ontap_partitions
namespace: ''
release_date: '2021-07-14'

0 comments on commit c708307

Please sign in to comment.