Skip to content

Commit

Permalink
Merge pull request #58 from hitachi-vantara/pre-release-3.1.0
Browse files Browse the repository at this point in the history
Updated the readme file
  • Loading branch information
rsahuHitachi authored Oct 7, 2024
2 parents bf0227b + 740ed63 commit 53e6d91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# Attempt to delete the existing collection (if supported)
# Note: This step requires API support for deletion
# Uncomment the line below if your Galaxy server supports API deletion
curl -X DELETE "https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/index/hitachivantara/vspone_block/versions/3.1.111/" -H "Authorization: Token $API_KEY"
curl -X DELETE "https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/index/hitachivantara/vspone_block/versions/3.1.112/" -H "Authorization: Token $API_KEY"
#curl -X DELETE "https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/index/hitachivantara/vspone_block/" -H "Authorization: Token $API_KEY"
# Sleep for 60 seconds to ensure the deletion is processed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Hitachi Vantara VSP One Block Storage Modules provide a comprehensive set of Ansible modules for managing Hitachi VSP One SDS Block and Hitachi VSP One series systems. These modules enable seamless integration with Red Hat Ansible, allowing users to automate storage provisioning, configuration, and management tasks.

## Changelog
View the changelog [here](docs/Changelog).
View the changelog [here](/Changelog).

### Hardware requirements
- VSP One SDS Block - v1.13, v1.14
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: hitachivantara
name: vspone_block
version: 3.1.112
version: 3.1.113
readme: README.md
authors:
- Hitachi Vantara Ansible Team
Expand Down

0 comments on commit 53e6d91

Please sign in to comment.