Skip to content

Commit e2e136d

Browse files
authored
Merge pull request #260 from sdodsley/master
Release 1.15.0
2 parents 4f60076 + 42edc1c commit e2e136d

File tree

4 files changed

+54
-2
lines changed

4 files changed

+54
-2
lines changed

CHANGELOG.rst

+23
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ Purestorage.Flashblade Release Notes
55
.. contents:: Topics
66

77

8+
v1.15.0
9+
=======
10+
11+
Minor Changes
12+
-------------
13+
14+
- purefb_bucket - Add support for public buckets
15+
- purefb_bucket - From REST 2.12 the `mode` parameter default changes to `multi-site-writable`.
16+
- purefb_fs - Added SMB Continuous Availability parameter. Requires REST 2.12 or higher.
17+
- purefb_info - Added enhanced information for buckets, filesystems and snapshots, based on new features in REST 2.12
18+
- purefb_s3acc - Add support for public buckets
19+
- purefb_s3acc - Remove default requirements for ``hard_limit`` and ``default_hard_limit``
20+
21+
Bugfixes
22+
--------
23+
24+
- purefb_info - Added missing object lock retention details if enabledd
25+
26+
New Modules
27+
-----------
28+
29+
- purestorage.flashblade.purefb_hardware - Manage FlashBlade Hardware
30+
831
v1.14.0
932
=======
1033

changelogs/.plugin-cache.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ plugins:
101101
name: purefb_groupquota
102102
namespace: ''
103103
version_added: 1.7.0
104+
purefb_hardware:
105+
description: Manage FlashBlade Hardware
106+
name: purefb_hardware
107+
namespace: ''
108+
version_added: 1.15.0
104109
purefb_info:
105110
description: Collect information from Pure Storage FlashBlade
106111
name: purefb_info
@@ -251,4 +256,4 @@ plugins:
251256
strategy: {}
252257
test: {}
253258
vars: {}
254-
version: 1.14.0
259+
version: 1.15.0

changelogs/changelog.yaml

+24
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,30 @@ releases:
129129
- 246_smb_encrypt.yaml
130130
- 247_space_consistency.yaml
131131
release_date: '2023-10-04'
132+
1.15.0:
133+
changes:
134+
bugfixes:
135+
- purefb_info - Added missing object lock retention details if enabledd
136+
minor_changes:
137+
- purefb_bucket - Add support for public buckets
138+
- purefb_bucket - From REST 2.12 the `mode` parameter default changes to `multi-site-writable`.
139+
- purefb_fs - Added SMB Continuous Availability parameter. Requires REST 2.12
140+
or higher.
141+
- purefb_info - Added enhanced information for buckets, filesystems and snapshots,
142+
based on new features in REST 2.12
143+
- purefb_s3acc - Add support for public buckets
144+
- purefb_s3acc - Remove default requirements for ``hard_limit`` and ``default_hard_limit``
145+
fragments:
146+
- 252_object_lock_info.yaml
147+
- 254_update_212_info.yaml
148+
- 255_smb_ca.yaml
149+
- 257_mode_change.yaml
150+
- 258_add_public_buckets.yaml
151+
modules:
152+
- description: Manage FlashBlade Hardware
153+
name: purefb_hardware
154+
namespace: ''
155+
release_date: '2024-01-12'
132156
1.3.0:
133157
changes:
134158
bugfixes:

galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: purestorage
22
name: flashblade
3-
version: 1.14.0
3+
version: 1.15.0
44
readme: README.md
55
authors:
66
- Pure Storage Ansible Team <[email protected]>

0 commit comments

Comments
 (0)