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 Jun 9, 2023
1 parent b22a32f commit 0cccfc7
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ NetApp ONTAP Collection Release Notes
.. contents:: Topics


v22.7.0
=======

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

- na_ontap_name_mappings - added choices ``s3_win`` and ``s3_unix`` to ``direction``, requires ONTAP 9.12.1 or later.
- na_ontap_s3_buckets - new option ``nas_path`` added, requires ONTAP 9.12.1 or later.

Bugfixes
--------

- na_ontap_login_messages - fix ``banner`` and ``motd_message`` not idempotent when trailing '\n' is present.
- na_ontap_login_messages - fix idempotent issue on ``show_cluster_motd`` option when try to set banner or motd_message for the first time in REST.

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

- netapp.ontap.na_ontap_active_directory_domain_controllers - NetApp ONTAP configure active directory preferred domain controllers

v22.6.0
=======

Expand Down
20 changes: 20 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3013,3 +3013,23 @@ releases:
name: na_ontap_kerberos_interface
namespace: ''
release_date: '2023-05-03'
22.7.0:
changes:
bugfixes:
- na_ontap_login_messages - fix ``banner`` and ``motd_message`` not idempotent
when trailing '\n' is present.
- na_ontap_login_messages - fix idempotent issue on ``show_cluster_motd`` option
when try to set banner or motd_message for the first time in REST.
minor_changes:
- na_ontap_name_mappings - added choices ``s3_win`` and ``s3_unix`` to ``direction``,
requires ONTAP 9.12.1 or later.
- na_ontap_s3_buckets - new option ``nas_path`` added, requires ONTAP 9.12.1
or later.
fragments:
- DEVOPS-6262.yaml
- DEVOPS-6266.yaml
modules:
- description: NetApp ONTAP configure active directory preferred domain controllers
name: na_ontap_active_directory_domain_controllers
namespace: ''
release_date: '2023-06-09'

0 comments on commit 0cccfc7

Please sign in to comment.