Skip to content

Commit

Permalink
Merge pull request #62 from hitachi-vantara/pre-release-3.1.0
Browse files Browse the repository at this point in the history
Updated some readme contents
  • Loading branch information
rsahuHitachi authored Oct 10, 2024
2 parents a999dcf + e98372d commit 4901981
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 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.114/" -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.115/" -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 @@ -102,7 +102,7 @@ To upgrade the collection to the latest available version, run the following com
ansible-galaxy collection install hitachivantara.vspone_block --upgrade
```

You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax to install version 1.0.0:
If you need to install a specific version of the collection (for example, to downgrade due to issues in the latest version), you can use the following syntax to install version 3.1.0. If you encounter any issues, please report them in this [repository](https://github.com/hitachi-vantara/vspone-block-ansible/issues). Use the following syntax to install version 3.1.0:

```
ansible-galaxy collection install hitachivantara.vspone_block:==3.1.0
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.115
version: 3.1.116
readme: README.md
authors:
- Hitachi Vantara Ansible Team
Expand Down
1 change: 0 additions & 1 deletion plugins/module_utils/common/sdsb_constants.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import logging
from telnetlib import AUTHENTICATION


class SDSBlockEndpoints(object):
Expand Down
3 changes: 0 additions & 3 deletions plugins/module_utils/common/vsp_constants_latest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import logging
from telnetlib import AUTHENTICATION
from ansible.module_utils.six.moves.urllib import parse as urlparse


class Endpoints(object):
GET_ALL_SHADOW_IMAGE_PAIR = "v2/storage/devices/{deviceId}/shadowimages{refresh}"
Expand Down

0 comments on commit 4901981

Please sign in to comment.