Skip to content

Commit

Permalink
Merge pull request #337 from sdodsley/release_1_19_2
Browse files Browse the repository at this point in the history
Release 1.19.2
  • Loading branch information
sdodsley authored Dec 5, 2024
2 parents ee4e09d + bacb629 commit b04135f
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ Purestorage.Flashblade Release Notes

.. contents:: Topics

v1.19.2
=======

Bugfixes
--------

- purefb_bucket - Fixed issue with idempotency reported when ``hard_limit`` not provided.
- purefb_info - Fixed ``AttributeError`` for ``snapshot`` subset when snapshot had been created manually, rather than using a snapshot policy
- purefb_info - Fixed issue with admin token creation time and bucket policies
- purefb_policy - Fixed syntax error is account name.
- purefb_smtp - Fix errors that occurred after adding support for smtp encrpytion and using the module on older FlashBlades.
- purefb_snap - Fixed issue where ``target`` incorrectly required for a regular snapshot

v1.19.1
=======

Expand Down
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,4 +261,4 @@ plugins:
strategy: {}
test: {}
vars: {}
version: 1.19.1
version: 1.19.2
21 changes: 21 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,27 @@ releases:
fragments:
- 317_quota_update.yaml
release_date: '2024-11-03'
1.19.2:
changes:
bugfixes:
- purefb_bucket - Fixed issue with idempotency reported when ``hard_limit``
not provided.
- purefb_info - Fixed ``AttributeError`` for ``snapshot`` subset when snapshot
had been created manually, rather than using a snapshot policy
- purefb_info - Fixed issue with admin token creation time and bucket policies
- purefb_policy - Fixed syntax error is account name.
- purefb_smtp - Fix errors that occurred after adding support for smtp encrpytion
and using the module on older FlashBlades.
- purefb_snap - Fixed issue where ``target`` incorrectly required for a regular
snapshot
fragments:
- 324_info_fix.yaml
- 326_smtp_encryption_fix.yaml
- 327_bucket_idempotency.yaml
- 328_immeadiate_snap_fix.yaml
- 329_no_policy_snap.yaml
- 336_policy_fix.yaml
release_date: '2024-12-05'
1.3.0:
changes:
bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion changelogs/fragments/324_info_fix.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
bugfixes:
- purefb_info - Fiex issue with admin token creation time and bucket policies
- purefb_info - Fixed issue with admin token creation time and bucket policies
2 changes: 2 additions & 0 deletions changelogs/fragments/336_policy_fix.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- purefb_policy - Fixed syntax error is account name.
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: flashblade
version: 1.19.1
version: 1.19.2
readme: README.md
authors:
- Pure Storage Ansible Team <[email protected]>
Expand Down

0 comments on commit b04135f

Please sign in to comment.