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 393b244 commit 2414c22
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ NetApp Unified Manager Info Collection Release Notes
.. contents:: Topics


v21.7.0
=======

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

- all modules - ability to trace API calls and responses.
- all modules - new ``max_records`` option to limit the amount of data in a single GET response.

Bugfixes
--------

- all modules - report error when connecting to a server that does not run AIQUM.
- all modules - return all records rather than the first 1000 records (mostly for volumes).
- rename na_um_list_volumes.p to na_um_list_volumes.py

v21.6.0
=======

Expand Down
16 changes: 16 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,19 @@ releases:
fragments:
- DEVOPS-3962.yaml
release_date: '2021-05-06'
21.7.0:
changes:
bugfixes:
- all modules - report error when connecting to a server that does not run AIQUM.
- all modules - return all records rather than the first 1000 records (mostly
for volumes).
- rename na_um_list_volumes.p to na_um_list_volumes.py
minor_changes:
- all modules - ability to trace API calls and responses.
- all modules - new ``max_records`` option to limit the amount of data in a
single GET response.
fragments:
- DEVOPS-2952.yaml
- DEVOPS-4059.yaml
- DEVOPS-4087.yaml
release_date: '2021-07-14'

0 comments on commit 2414c22

Please sign in to comment.