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 Nov 18, 2020
1 parent 2dde470 commit a0cd6d1
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 17 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ NetApp StorageGRID Collection Release Notes
.. contents:: Topics


v20.11.0
========

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

- na_sg_grid_account - New option ``root_access_account`` for granting initial root access permissions for the tenant to an existing federated group

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

- netapp.storagegrid.na_sg_grid_info - NetApp StorageGRID Grid information gatherer
- netapp.storagegrid.na_sg_org_info - NetApp StorageGRID Org information gatherer

v20.10.0
========

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ Join our Slack Channel at [Netapp.io](http://netapp.io/slack)
- na\_sg\_grid\_info: Gather StorageGRID Grig subset information
- na\_sg\_org\_info: Gather StorageGRID Org subset information
### Minor Changes
- na\_sg\_grid\_account: new option `root_access_account` for granting initial root access permissions for the tenant to an existing federated group

## 20.10.0

### Breaking Changes
Expand Down
56 changes: 39 additions & 17 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
ancestor: null
releases:
20.10.0:
changes:
breaking_changes:
- 'This version introduces a breaking change.
All modules have been renamed from ``nac_sg_*`` to ``na_sg_*``.
Playbooks and Roles must be updated to match.'
bugfixes:
- na_sg_grid_account - added ``no_log`` flag to password fields.
- na_sg_grid_account - fixed documentation issue.
- na_sg_grid_group - fixed group name parsing.
- na_sg_org_group - fixed group name parsing.
minor_changes:
- na_sg_grid_account - new option ``update_password`` for managing Tenant Account
root password changes.
- na_sg_grid_user - new option ``password`` and ``update_password`` for setting
or updating Grid Admin User passwords.
- na_sg_org_user - new option ``password`` and ``update_password`` for setting
or updating Tenant User passwords.
fragments:
- 20.10.0.yaml
release_date: '2020-10-15'
20.11.0:
changes:
minor_changes:
- na_sg_grid_account - New option ``root_access_account`` for granting initial
root access permissions for the tenant to an existing federated group
fragments:
- github-66.yaml
modules:
- description: NetApp StorageGRID Grid information gatherer
name: na_sg_grid_info
namespace: ''
- description: NetApp StorageGRID Org information gatherer
name: na_sg_org_info
namespace: ''
release_date: '2020-11-18'
20.6.0:
modules:
- description: NetApp StorageGRID Manage Tenant account.
Expand Down Expand Up @@ -38,23 +76,7 @@ releases:
bugfixes:
- nac_sg_org_container - fixed documentation issue.
minor_changes:
- "Fixed documentation issue in README.md"
- Fixed documentation issue in README.md
fragments:
- 20.6.1.yaml
release_date: '2020-06-09'
20.10.0:
changes:
breaking_changes:
- "This version introduces a breaking change.\nAll modules have been renamed from ``nac_sg_*`` to ``na_sg_*``.\nPlaybooks and Roles must be updated to match."
minor_changes:
- na_sg_grid_account - new option ``update_password`` for managing Tenant Account root password changes.
- na_sg_org_user - new option ``password`` and ``update_password`` for setting or updating Tenant User passwords.
- na_sg_grid_user - new option ``password`` and ``update_password`` for setting or updating Grid Admin User passwords.
bugfixes:
- na_sg_grid_account - fixed documentation issue.
- na_sg_grid_account - added ``no_log`` flag to password fields.
- na_sg_grid_group - fixed group name parsing.
- na_sg_org_group - fixed group name parsing.
fragments:
- 20.10.0.yaml
release_date: '2020-10-15'
2 changes: 2 additions & 0 deletions changelogs/fragments/github-66.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- na_sg_grid_account - New option ``root_access_account`` for granting initial root access permissions for the tenant to an existing federated group
2 changes: 2 additions & 0 deletions plugins/modules/na_sg_grid_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@
root_access_group:
description:
- Existing federated group to have initial Root Access permissions for the tenant.
- Must begin with "federated-group/"
type: str
version_added: 20.11.0
quota_size:
description:
- Quota to apply to the tenant specified in (quota_size_unit).
Expand Down

0 comments on commit a0cd6d1

Please sign in to comment.