Skip to content

Commit

Permalink
Merge pull request #30 from sdodsley/release_1_3_0
Browse files Browse the repository at this point in the history
Release 1.3.0
  • Loading branch information
sdodsley committed Jul 6, 2023
2 parents 2b0406d + 9731659 commit 22e8192
Show file tree
Hide file tree
Showing 7 changed files with 84 additions and 23 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ Purestorage.Pure1 Release Notes
.. contents:: Topics


v1.3.0
======

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

- Fixed issue with use of environmental variables for key, key file and password
- password parameter is now optional, to allow for unprotected key files
- pure1_info.py - Added more subscrition detail

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

- purestorage.pure1.pure1_nics - Collect network interface information from Pure1
- purestorage.pure1.pure1_pods - Collect FlashArray pod information from Pure1
- purestorage.pure1.pure1_ports - Collect FlashArray port information from Pure1
- purestorage.pure1.pure1_volumes - Collect volumes information from Pure1

v1.2.0
======

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ The Pure Storage Pure1 collection consists of the latest versions of the Pure1 m

## Available Modules

- pure1_alerts - Get alerts from Pure1
- pure1_array_tags - Manage array tags for managed devices in Pure1
- pure1_info - Get information on fleet configuration
- pure1_nics - Get network interface information from Pure1
- pure1_pods - Get FlashArray pod information from Pure1
- pure1_ports - Get port information from Pure1
- pure1_volumes - Get FlashArray volume information from Pure1

## Instructions

Expand Down
22 changes: 21 additions & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,29 @@ plugins:
name: pure1_network_interfaces
namespace: ''
version_added: 1.1.0
pure1_nics:
description: Collect network interface information from Pure1
name: pure1_nics
namespace: ''
version_added: 1.3.0
pure1_pods:
description: Collect FlashArray pod information from Pure1
name: pure1_pods
namespace: ''
version_added: 1.3.0
pure1_ports:
description: Collect FlashArray port information from Pure1
name: pure1_ports
namespace: ''
version_added: 1.3.0
pure1_volumes:
description: Collect volumes information from Pure1
name: pure1_volumes
namespace: ''
version_added: 1.3.0
netconf: {}
shell: {}
strategy: {}
test: {}
vars: {}
version: 1.2.0
version: 1.3.0
55 changes: 39 additions & 16 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,55 @@ releases:
1.0.0:
changes:
major_changes:
- pure1_array_tags - New module to manage Pure1 array tags
- pure1_info - New module for gathering Pure1 information
- pure1_array_tags - New module to manage Pure1 array tags
- pure1_info - New module for gathering Pure1 information
fragments:
- 4_add_first_modules.yaml
- 4_add_first_modules.yaml
release_date: '2021-06-28'
1.1.0:
changes:
minor_changes:
- All - Update documentation to use FQCNs
- pure1_info - Add array performance data and load (FA only). Add support contract
status.
- All - Update documentation to use FQCNs
- pure1_info - Add array performance data and load (FA only). Add support contract
status.
fragments:
- 13_fcqn.yaml
- 8_add_perf_data.yaml
- 13_fcqn.yaml
- 8_add_perf_data.yaml
modules:
- description: Collect array alerts from Pure1 based on severity
name: pure1_alerts
namespace: ''
- description: Collect array netowrk interface details from Pure1
name: pure1_network_interfaces
namespace: ''
- description: Collect array alerts from Pure1 based on severity
name: pure1_alerts
namespace: ''
- description: Collect array netowrk interface details from Pure1
name: pure1_network_interfaces
namespace: ''
release_date: '2023-01-26'
1.2.0:
changes:
minor_changes:
- pure1_info - Add environmental subset for ESG data and platform insights
- pure1_info - Add environmental subset for ESG data and platform insights
fragments:
- 20_add_esg.yaml
- 20_add_esg.yaml
release_date: '2023-04-11'
1.3.0:
changes:
minor_changes:
- Fized issue with use of environmental variables for key, key file and password
- password parameter is now optional, to allow for unprotected key files
- pure1_info.py - Added more subscrition detail
fragments:
- 28_subscr_info.yaml
- 29_env_cars.yaml
modules:
- description: Collect network interface information from Pure1
name: pure1_nics
namespace: ''
- description: Collect FlashArray pod information from Pure1
name: pure1_pods
namespace: ''
- description: Collect FlashArray port information from Pure1
name: pure1_ports
namespace: ''
- description: Collect volumes information from Pure1
name: pure1_volumes
namespace: ''
release_date: '2023-07-06'
2 changes: 0 additions & 2 deletions changelogs/fragments/28_subscr_info.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/29_env_cars.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: purestorage
name: pure1
version: 1.2.0
version: 1.3.0
readme: README.md
authors:
- Pure Storage Ansible Team <pure-ansible-team@purestorage.com>
Expand Down

0 comments on commit 22e8192

Please sign in to comment.