Skip to content

Release 1.35.1 #772

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Purestorage.Flasharray Release Notes

.. contents:: Topics

v1.35.1
=======

Bugfixes
--------

- purefa_ds - Fixed issue with updaing a LDAP configuration fails with a list error.
- purefa_proxy - Fixed issue with incorrect string comparison

v1.35.0
=======

Expand Down
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -347,4 +347,4 @@ plugins:
strategy: {}
test: {}
vars: {}
version: 1.34.1
version: 1.35.1
10 changes: 10 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -950,6 +950,16 @@ releases:
- 754_vol_delete.yaml
- 758_realm_vol.yaml
release_date: '2025-06-18'
1.35.1:
changes:
bugfixes:
- purefa_ds - Fixed issue with updaing a LDAP configuration fails with a list
error.
- purefa_proxy - Fixed issue with incorrect string comparison
fragments:
- 760_ds_list_error.yaml
- 770_proxy_dict.yaml
release_date: '2025-06-20'
1.4.0:
changes:
bugfixes:
Expand Down
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: flasharray
version: 1.35.0
version: 1.35.1
readme: README.md
authors:
- Pure Storage Ansible Team <pure-ansible-team@purestorage.com>
Expand Down