Skip to content

Commit 217afbd

Browse files
authored
Merge pull request #871 from sdodsley/release_1_40_0
Release 1.40.0
2 parents 005d450 + a865eb5 commit 217afbd

File tree

5 files changed

+47
-3
lines changed

5 files changed

+47
-3
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ Purestorage.Flasharray Release Notes
44

55
.. contents:: Topics
66

7+
v1.40.0
8+
=======
9+
10+
Minor Changes
11+
-------------
12+
13+
- purefa_connection - Add new parameters for key refresh and connection refresh, as well as ability to update existing connection
14+
- purefa_info - Added more data to hostgroup volume information to support NVMe connections
15+
- purefa_info - Added tags info to entities that support them
16+
- purefa_network - Addressed issues found in update_interface
17+
- purefa_phonehome - Added ``excludes`` parameter, supported from Purity//FA 6.10.0
18+
- purefa_pod - Fixed pydantic issue from lastest SDK version
19+
- purefa_policy - Added Continuous Availability support for SMB policies
20+
21+
Bugfixes
22+
--------
23+
24+
- purefa_info - Resolves issue with hostgroup info when NVMe connected volumes are in a hostgroup
25+
726
v1.39.0
827
=======
928

changelogs/.plugin-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,4 +352,4 @@ plugins:
352352
strategy: {}
353353
test: {}
354354
vars: {}
355-
version: 1.39.0
355+
version: 1.40.0

changelogs/changelog.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,6 +1140,31 @@ releases:
11401140
fragments:
11411141
- v1.4.0_summary.yaml
11421142
release_date: '2020-08-06'
1143+
1.40.0:
1144+
changes:
1145+
bugfixes:
1146+
- purefa_info - Resolves issue with hosthgroup info when NVMe connected volumes
1147+
are in a hostgroup
1148+
minor_changes:
1149+
- purefa_connection - Add new parameters for key refresh and connection refresh,
1150+
as well as ability to update existing connection
1151+
- purefa_info - Added more data to hostgroup volume information to support NVMe
1152+
connections
1153+
- purefa_info - Added tags info to entities that support them
1154+
- purefa_network - Addressed issues found in update_interface
1155+
- purefa_phonehome - Added ``excludes`` parameter, supported from Purity//FA
1156+
6.10.0
1157+
- purefa_pod - Fixed pydantic issue from lastest SDK version
1158+
- purefa_policy - Added Continuous Availability support for SMB policies
1159+
fragments:
1160+
- 851_network_interface.yaml
1161+
- 858_hgroups_nvme_fix.yaml
1162+
- 863_smb_ca.yaml
1163+
- 864_pod_pydantic.yaml
1164+
- 866_array_connection.yaml
1165+
- 868_phonehome_excludes.yaml
1166+
- 870_tags_info.yaml
1167+
release_date: '2025-11-07'
11431168
1.5.0:
11441169
changes:
11451170
bugfixes:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
minor_changes:
22
- purefa_info - Added more data to hostgroup volume information to support NVMe connections
33
bugfixes:
4-
- purefa_info - Resolves issue with hosthgroup info when NVMe connected volumes are in a hostgroup
4+
- purefa_info - Resolves issue with hostgroup info when NVMe connected volumes are in a hostgroup

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: purestorage
22
name: flasharray
3-
version: 1.39.0
3+
version: 1.40.0
44
readme: README.md
55
authors:
66
- Pure Storage Ansible Team <[email protected]>

0 commit comments

Comments
 (0)