Skip to content

Commit

Permalink
Merge pull request #16 from sdodsley/release_1_1_0
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
sdodsley authored Jan 26, 2023
2 parents bdb7ff4 + 7639965 commit 57c5b13
Show file tree
Hide file tree
Showing 8 changed files with 61 additions and 8 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ Purestorage.Pure1 Release Notes
.. contents:: Topics


v1.1.0
======

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

- All - Update documentation to use FQCNs
- pure1_info - Add array performance data and load (FA only). Add support contract status.

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

- purestorage.pure1.pure1_alerts - Collect array alerts from Pure1 based on severity
- purestorage.pure1.pure1_network_interfaces - Collect array netowrk interface details from Pure1

v1.0.0
======

Expand Down
28 changes: 26 additions & 2 deletions changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,39 @@
objects:
role: {}
plugins:
become: {}
cache: {}
callback: {}
cliconf: {}
connection: {}
filter: {}
httpapi: {}
inventory: {}
lookup: {}
module: {}
module:
pure1_alerts:
description: Collect array alerts from Pure1 based on severity
name: pure1_alerts
namespace: ''
version_added: 1.1.0
pure1_array_tags:
description: Manage array tags in Pure1
name: pure1_array_tags
namespace: ''
version_added: 1.0.0
pure1_info:
description: Collect information from Pure1
name: pure1_info
namespace: ''
version_added: 1.0.0
pure1_network_interfaces:
description: Collect array netowrk interface details from Pure1
name: pure1_network_interfaces
namespace: ''
version_added: 1.1.0
netconf: {}
shell: {}
strategy: {}
test: {}
vars: {}
version: 1.0.0
version: 1.1.0
17 changes: 17 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,20 @@ releases:
fragments:
- 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.
fragments:
- 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: ''
release_date: '2023-01-26'
2 changes: 0 additions & 2 deletions changelogs/fragments/13_fcqn.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/8_add_perf_data.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.0.0
version: 1.1.0
readme: README.md
authors:
- Pure Storage Ansible Team <[email protected]>
Expand Down
2 changes: 2 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
requires_ansible: '>=2.9.10'
1 change: 0 additions & 1 deletion plugins/modules/pure1_network_interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@
get_pure1,
pure1_argument_spec,
)
import time


def main():
Expand Down

0 comments on commit 57c5b13

Please sign in to comment.