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 Jan 3, 2024
1 parent 20ffacb commit 2238fc3
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,34 @@ NetApp ONTAP Collection Release Notes
.. contents:: Topics


v22.9.0
=======

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

- na_ontap_cifs_server - new option `lm_compatibility_level` added in REST, requires ONTAP 9.8 or later.
- na_ontap_cluster - new option `certificate.uuid` added in REST, requires ONTAP 9.10 or later.
- na_ontap_cluster_peer - added REST only support for modifying remote intercluster addresses in cluster peer relation.
- na_ontap_ems_destination - new options `syslog`, `port`, `transport`, `message_format`, `timestamp_format_override` and `hostname_format_override` added in REST, requires ONTAP 9.12.1 or later.
- na_ontap_s3_services - create, modify S3 service returns `s3_service_info` in module output.
- na_ontap_snapmirror - updated resync and resume operation for synchronous snapmirror relationship in REST.

Bugfixes
--------

- na_ontap_nfs - fix error with `windows` in REST for ONTAP 9.10 or earlier.
- na_ontap_security_certificates - fix error with ontap_info returned in module output in REST.
- na_ontap_snapshot_policy - fix issue with modifying snapshot policy in REST.
- na_ontap_volume - modified `type` to be case insensitive in REST.

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

- netapp.ontap.na_ontap_cifs_unix_symlink_mapping - NetApp ONTAP module to manage UNIX symbolic link mapping for CIFS clients.
- netapp.ontap.na_ontap_cli_timeout - NetApp ONTAP module to set the CLI inactivity timeout value.
- netapp.ontap.na_ontap_snmp_config - NetApp ONTAP module to modify SNMP configuration.

v22.8.3
=======

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ The following modules do not have REST equivalent APIs. They will stop working o
### New Options
- na_ontap_cifs_server - new option `lm_compatibility_level` added in REST, requires ONTAP 9.8 or later.
- na_ontap_cluster - new option `certificate.uuid` added in REST, requires ONTAP 9.10 or later.
- na_ontap_ems_destination - new options `syslog`, `port`, `transport`, `message_format`, `timestamp_format_override` and `hostname_format_override` added in REST, requires ONTAP 9.12.1 or later.

### Minor Changes
- na_ontap_s3_services - create, modify S3 service returns `s3_service_info` in module output.
Expand All @@ -84,9 +85,6 @@ The following modules do not have REST equivalent APIs. They will stop working o
- na_ontap_cli_timeout - REST only support for setting CLI inactivity timeout value, requires ONTAP 9.6 or later.
- na_ontap_cifs_unix_symlink_mapping - REST only support for managing UNIX symbolic link mapping for CIFS clients, requires ONTAP 9.6 or later.

### New Options
- na_ontap_ems_destination - new options `syslog`, `port`, `transport`, `message_format`, `timestamp_format_override` and `hostname_format_override` added in REST, requires ONTAP 9.12.1 or later.

## 22.8.3

### Bug Fixes
Expand Down
44 changes: 44 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3115,3 +3115,47 @@ releases:
- DEVOPS-6527.yaml
- DEVOPS-6528.yaml
release_date: '2023-11-16'
22.9.0:
changes:
bugfixes:
- na_ontap_nfs - fix error with `windows` in REST for ONTAP 9.10 or earlier.
- na_ontap_security_certificates - fix error with ontap_info returned in module
output in REST.
- na_ontap_snapshot_policy - fix issue with modifying snapshot policy in REST.
- na_ontap_volume - modified `type` to be case insensitive in REST.
minor_changes:
- na_ontap_cifs_server - new option `lm_compatibility_level` added in REST,
requires ONTAP 9.8 or later.
- na_ontap_cluster - new option `certificate.uuid` added in REST, requires ONTAP
9.10 or later.
- na_ontap_cluster_peer - added REST only support for modifying remote intercluster
addresses in cluster peer relation.
- na_ontap_ems_destination - new options `syslog`, `port`, `transport`, `message_format`,
`timestamp_format_override` and `hostname_format_override` added in REST,
requires ONTAP 9.12.1 or later.
- na_ontap_s3_services - create, modify S3 service returns `s3_service_info`
in module output.
- na_ontap_snapmirror - updated resync and resume operation for synchronous
snapmirror relationship in REST.
fragments:
- DEVOPS-5920.yaml
- DEVOPS-6282.yaml
- DEVOPS-6389.yaml
- DEVOPS-6487.yaml
- DEVOPS-6524.yaml
- DEVOPS-6525.yaml
- DEVOPS-6529.yaml
- DEVOPS-6551.yaml
- DEVOPS-6556.yaml
modules:
- description: NetApp ONTAP module to manage UNIX symbolic link mapping for CIFS
clients.
name: na_ontap_cifs_unix_symlink_mapping
namespace: ''
- description: NetApp ONTAP module to set the CLI inactivity timeout value.
name: na_ontap_cli_timeout
namespace: ''
- description: NetApp ONTAP module to modify SNMP configuration.
name: na_ontap_snmp_config
namespace: ''
release_date: '2024-01-03'

0 comments on commit 2238fc3

Please sign in to comment.