Skip to content

Commit b04135f

Browse files
authored
Merge pull request #337 from sdodsley/release_1_19_2
Release 1.19.2
2 parents ee4e09d + bacb629 commit b04135f

File tree

6 files changed

+39
-3
lines changed

6 files changed

+39
-3
lines changed

CHANGELOG.rst

+13
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ Purestorage.Flashblade Release Notes
44

55
.. contents:: Topics
66

7+
v1.19.2
8+
=======
9+
10+
Bugfixes
11+
--------
12+
13+
- purefb_bucket - Fixed issue with idempotency reported when ``hard_limit`` not provided.
14+
- purefb_info - Fixed ``AttributeError`` for ``snapshot`` subset when snapshot had been created manually, rather than using a snapshot policy
15+
- purefb_info - Fixed issue with admin token creation time and bucket policies
16+
- purefb_policy - Fixed syntax error is account name.
17+
- purefb_smtp - Fix errors that occurred after adding support for smtp encrpytion and using the module on older FlashBlades.
18+
- purefb_snap - Fixed issue where ``target`` incorrectly required for a regular snapshot
19+
720
v1.19.1
821
=======
922

changelogs/.plugin-cache.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,4 +261,4 @@ plugins:
261261
strategy: {}
262262
test: {}
263263
vars: {}
264-
version: 1.19.1
264+
version: 1.19.2

changelogs/changelog.yaml

+21
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,27 @@ releases:
251251
fragments:
252252
- 317_quota_update.yaml
253253
release_date: '2024-11-03'
254+
1.19.2:
255+
changes:
256+
bugfixes:
257+
- purefb_bucket - Fixed issue with idempotency reported when ``hard_limit``
258+
not provided.
259+
- purefb_info - Fixed ``AttributeError`` for ``snapshot`` subset when snapshot
260+
had been created manually, rather than using a snapshot policy
261+
- purefb_info - Fixed issue with admin token creation time and bucket policies
262+
- purefb_policy - Fixed syntax error is account name.
263+
- purefb_smtp - Fix errors that occurred after adding support for smtp encrpytion
264+
and using the module on older FlashBlades.
265+
- purefb_snap - Fixed issue where ``target`` incorrectly required for a regular
266+
snapshot
267+
fragments:
268+
- 324_info_fix.yaml
269+
- 326_smtp_encryption_fix.yaml
270+
- 327_bucket_idempotency.yaml
271+
- 328_immeadiate_snap_fix.yaml
272+
- 329_no_policy_snap.yaml
273+
- 336_policy_fix.yaml
274+
release_date: '2024-12-05'
254275
1.3.0:
255276
changes:
256277
bugfixes:
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
bugfixes:
2-
- purefb_info - Fiex issue with admin token creation time and bucket policies
2+
- purefb_info - Fixed issue with admin token creation time and bucket policies
+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bugfixes:
2+
- purefb_policy - Fixed syntax error is account name.

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.19.1
3+
version: 1.19.2
44
readme: README.md
55
authors:
66
- Pure Storage Ansible Team <[email protected]>

0 commit comments

Comments
 (0)