Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #36 from sdodsley/release_1_1_0
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
sdodsley authored Sep 1, 2022
2 parents 13e0750 + 86b0abe commit 8fe3b2c
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 15 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ Purestorage.Fusion Release Notes
.. contents:: Topics


v1.1.0
======

Minor Changes
-------------

- fusion_az - Add delete AZ option
- fusion_az - Allow any region to be specificed instead of limited to a known list
- fusion_pp - Add delete PP option
- fusion_sc - Add delete SC option
- fusion_ss - Add delete SS option

Bugfixes
--------

- Allow correct use of environmental variables for App ID and private file file

New Modules
-----------

- purestorage.fusion.fusion_region - Manage Regions in Pure Storage Fusion

v1.0.3
======

Expand Down
26 changes: 25 additions & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,32 @@ releases:
release_date: '2022-06-13'
release_summary: Fix documentation
1.0.3:
changes: {}
fragments:
- 27_review_fixes.yaml
release_date: '2022-06-27'
release_summary: Ensure documentation standards are met
1.1.0:
changes:
bugfixes:
- Allow correct use of environmental variables for App ID and private file file
minor_changes:
- fusion_az - Add delete AZ option
- fusion_az - Allow any region to be specificed instead of limited to a known
list
- fusion_pp - Add delete PP option
- fusion_sc - Add delete SC option
- fusion_ss - Add delete SS option
fragments:
- 27_review_fixes.yaml
- 28_any_region.yaml
- 29_use_env.yaml
- 31_add_delete_az.yaml
- 32_add_delete_pp.yaml
- 33_add_delete_sc.yaml
- 34_add_delete_ss.yaml
modules:
- description: Manage Regions in Pure Storage Fusion
name: fusion_region
namespace: ''
release_date: '2022-09-01'
release_summary: Add new deletion options for some modules and new regions module
2 changes: 0 additions & 2 deletions changelogs/fragments/27_review_fixes.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/28_any_region.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/29_use_env.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/31_add_delete_az.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/32_add_delete_pp.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/33_add_delete_sc.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/34_add_delete_ss.yaml

This file was deleted.

0 comments on commit 8fe3b2c

Please sign in to comment.