diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index b4f6070..cf231b6 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -5,6 +5,14 @@ Dellemc.Unity Change Log
.. contents:: Topics
+v1.7.1
+======
+
+Minor Changes
+-------------
+
+- Patch update to fix import errors in utils file.
+
v1.7.0
======
diff --git a/README.md b/README.md
index 840642f..a507547 100644
--- a/README.md
+++ b/README.md
@@ -6,23 +6,23 @@ The capabilities of the Ansible modules are managing consistency groups, filesys
## Table of contents
-* [Code of conduct](https://github.com/dell/ansible-unity/blob/1.7.0/docs/CODE_OF_CONDUCT.md)
-* [Maintainer guide](https://github.com/dell/ansible-unity/blob/1.7.0/docs/MAINTAINER_GUIDE.md)
-* [Committer guide](https://github.com/dell/ansible-unity/blob/1.7.0/docs/COMMITTER_GUIDE.md)
-* [Contributing guide](https://github.com/dell/ansible-unity/blob/1.7.0/docs/CONTRIBUTING.md)
-* [Branching strategy](https://github.com/dell/ansible-unity/blob/1.7.0/docs/BRANCHING.md)
-* [List of adopters](https://github.com/dell/ansible-unity/blob/1.7.0/docs/ADOPTERS.md)
-* [Maintainers](https://github.com/dell/ansible-unity/blob/1.7.0/docs/MAINTAINERS.md)
-* [Support](https://github.com/dell/ansible-unity/blob/1.7.0/docs/SUPPORT.md)
+* [Code of conduct](https://github.com/dell/ansible-unity/blob/1.7.1/docs/CODE_OF_CONDUCT.md)
+* [Maintainer guide](https://github.com/dell/ansible-unity/blob/1.7.1/docs/MAINTAINER_GUIDE.md)
+* [Committer guide](https://github.com/dell/ansible-unity/blob/1.7.1/docs/COMMITTER_GUIDE.md)
+* [Contributing guide](https://github.com/dell/ansible-unity/blob/1.7.1/docs/CONTRIBUTING.md)
+* [Branching strategy](https://github.com/dell/ansible-unity/blob/1.7.1/docs/BRANCHING.md)
+* [List of adopters](https://github.com/dell/ansible-unity/blob/1.7.1/docs/ADOPTERS.md)
+* [Maintainers](https://github.com/dell/ansible-unity/blob/1.7.1/docs/MAINTAINERS.md)
+* [Support](https://github.com/dell/ansible-unity/blob/1.7.1/docs/SUPPORT.md)
* [License](#license)
-* [Security](https://github.com/dell/ansible-unity/blob/1.7.0/docs/SECURITY.md)
+* [Security](https://github.com/dell/ansible-unity/blob/1.7.1/docs/SECURITY.md)
* [Prerequisites](#prerequisites)
* [List of Ansible modules for Dell Unity](#list-of-ansible-modules-for-dell-unity)
* [Installation and execution of Ansible modules for Dell Unity](#installation-and-execution-of-ansible-modules-for-dell-unity)
* [Releasing, Maintenance and Deprecation](#releasing-maintenance-and-deprecation)
## License
-The Ansible collection for Unity is released and licensed under the GPL-3.0 license. See [LICENSE](https://github.com/dell/ansible-unity/blob/1.7.0/LICENSE) for the full terms. Ansible modules and module utilities that are part of the Ansible collection for Unity are released and licensed under the Apache 2.0 license. See [MODULE-LICENSE](https://github.com/dell/ansible-unity/blob/1.7.0/MODULE-LICENSE) for the full terms.
+The Ansible collection for Unity is released and licensed under the GPL-3.0 license. See [LICENSE](https://github.com/dell/ansible-unity/blob/1.7.1/LICENSE) for the full terms. Ansible modules and module utilities that are part of the Ansible collection for Unity are released and licensed under the Apache 2.0 license. See [MODULE-LICENSE](https://github.com/dell/ansible-unity/blob/1.7.1/MODULE-LICENSE) for the full terms.
## Supported Platforms
* Dell Unity Arrays version 5.1, 5.2, 5.3
@@ -32,34 +32,34 @@ This table provides information about the software prerequisites for the Ansible
| **Ansible Modules** | **Python version** | **Storops - Python SDK version** | **Ansible** |
|---------------------|--------------------|----------------------------------|-------------|
-| v1.7.0 | 3.9
3.10
3.11 | 1.2.11 | 2.13
2.14
2.15|
+| v1.7.1 | 3.9
3.10
3.11 | 1.2.11 | 2.13
2.14
2.15|
## Idempotency
The modules are written in such a way that all requests are idempotent and hence fault-tolerant. It essentially means that the result of a successfully performed request is independent of the number of times it is executed.
## List of Ansible Modules for Dell Unity
- * [Consistency group module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/consistencygroup.rst)
- * [Filesystem module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/filesystem.rst)
- * [Filesystem snapshot module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/filesystem_snapshot.rst)
- * [Info module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/info.rst)
- * [Host module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/host.rst)
- * [CIFS server module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/cifsserver.rst)
- * [NAS server module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/nasserver.rst)
- * [NFS server module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/nfsserver.rst)
- * [NFS export module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/nfs.rst)
- * [SMB share module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/smbshare.rst)
- * [Interface module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/interface.rst)
- * [Snapshot module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/snapshot.rst)
- * [Snapshot schedule module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/snapshotschedule.rst)
- * [Storage pool module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/storagepool.rst)
- * [User quota module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/user_quota.rste)
- * [Quota tree module ](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/tree_quota.rst)
- * [Volume module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/volume.rst)
- * [Replication session module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/replication_session.rst)
+ * [Consistency group module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/consistencygroup.rst)
+ * [Filesystem module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/filesystem.rst)
+ * [Filesystem snapshot module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/filesystem_snapshot.rst)
+ * [Info module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/info.rst)
+ * [Host module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/host.rst)
+ * [CIFS server module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/cifsserver.rst)
+ * [NAS server module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/nasserver.rst)
+ * [NFS server module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/nfsserver.rst)
+ * [NFS export module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/nfs.rst)
+ * [SMB share module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/smbshare.rst)
+ * [Interface module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/interface.rst)
+ * [Snapshot module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/snapshot.rst)
+ * [Snapshot schedule module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/snapshotschedule.rst)
+ * [Storage pool module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/storagepool.rst)
+ * [User quota module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/user_quota.rste)
+ * [Quota tree module ](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/tree_quota.rst)
+ * [Volume module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/volume.rst)
+ * [Replication session module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/replication_session.rst)
## Installation and execution of Ansible modules for Dell Unity
-The installation and execution steps of Ansible modules for Dell Unity can be found [here](https://github.com/dell/ansible-unity/blob/1.7.0/docs/INSTALLATION.md).
+The installation and execution steps of Ansible modules for Dell Unity can be found [here](https://github.com/dell/ansible-unity/blob/1.7.1/docs/INSTALLATION.md).
## Releasing, Maintenance and Deprecation
@@ -67,6 +67,6 @@ Ansible Modules for Dell Technnologies Unity follows [Semantic Versioning](https
New version will be release regularly if significant changes (bug fix or new feature) are made in the collection.
-Released code versions are located on "release" branches with names of the form "release-x.y.z" where x.y.z corresponds to the version number. More information on branching strategy followed can be found [here](https://github.com/dell/ansible-unity/blob/1.7.0/docs/BRANCHING.md).
+Released code versions are located on "release" branches with names of the form "release-x.y.z" where x.y.z corresponds to the version number. More information on branching strategy followed can be found [here](https://github.com/dell/ansible-unity/blob/1.7.1/docs/BRANCHING.md).
Ansible Modules for Dell Technologies Unity deprecation cycle is aligned with that of [Ansible](https://docs.ansible.com/ansible/latest/dev_guide/module_lifecycle.html).
diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml
index f6064e4..5e4c94e 100644
--- a/changelogs/.plugin-cache.yaml
+++ b/changelogs/.plugin-cache.yaml
@@ -106,4 +106,4 @@ plugins:
strategy: {}
test: {}
vars: {}
-version: 1.7.0
+version: 1.7.1
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 65782a3..6ab226a 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -169,3 +169,8 @@ releases:
name: replication_session
namespace: ''
release_date: '2023-06-30'
+ 1.7.1:
+ changes:
+ minor_changes:
+ - Patch update to fix import errors in utils file.
+ release_date: '2023-07-31'
diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md
index 4e1eea0..f26c1cd 100644
--- a/docs/CONTRIBUTING.md
+++ b/docs/CONTRIBUTING.md
@@ -10,7 +10,7 @@ You may obtain a copy of the License at
# How to contribute
-Become one of the contributors to this project! We thrive to build a welcoming and open community for anyone who wants to use the project or contribute to it. There are just a few small guidelines you need to follow. To help us create a safe and positive community experience for all, we require all participants to adhere to the [Code of Conduct](https://github.com/dell/ansible-unity/blob/1.7.0/docs/CODE_OF_CONDUCT.md).
+Become one of the contributors to this project! We thrive to build a welcoming and open community for anyone who wants to use the project or contribute to it. There are just a few small guidelines you need to follow. To help us create a safe and positive community experience for all, we require all participants to adhere to the [Code of Conduct](https://github.com/dell/ansible-unity/blob/1.7.1/docs/CODE_OF_CONDUCT.md).
## Table of contents
@@ -76,7 +76,7 @@ Triage helps ensure that issues resolve quickly by:
If you don't have the knowledge or time to code, consider helping with _issue triage_. The Ansible modules for Dell Unity community will thank you for saving them time by spending some of yours.
-Read more about the ways you can [Triage issues](https://github.com/dell/ansible-unity/blob/1.7.0/docs/ISSUE_TRIAGE.md).
+Read more about the ways you can [Triage issues](https://github.com/dell/ansible-unity/blob/1.7.1/docs/ISSUE_TRIAGE.md).
## Your first contribution
@@ -89,7 +89,7 @@ When you're ready to contribute, it's time to create a pull request.
## Branching
-* [Branching Strategy for Ansible modules for Dell Unity](https://github.com/dell/ansible-unity/blob/1.7.0/docs/BRANCHING.md)
+* [Branching Strategy for Ansible modules for Dell Unity](https://github.com/dell/ansible-unity/blob/1.7.1/docs/BRANCHING.md)
## Signing your commits
@@ -144,7 +144,7 @@ Make sure that the title for your pull request uses the same format as the subje
### Quality gates for pull requests
-GitHub Actions are used to enforce quality gates when a pull request is created or when any commit is made to the pull request. These GitHub Actions enforce our minimum code quality requirement for any code that get checked into the repository. If any of the quality gates fail, it is expected that the contributor will look into the check log, understand the problem and resolve the issue. If help is needed, please feel free to reach out the maintainers of the project for [support](https://github.com/dell/ansible-unity/blob/1.7.0/docs/SUPPORT.md).
+GitHub Actions are used to enforce quality gates when a pull request is created or when any commit is made to the pull request. These GitHub Actions enforce our minimum code quality requirement for any code that get checked into the repository. If any of the quality gates fail, it is expected that the contributor will look into the check log, understand the problem and resolve the issue. If help is needed, please feel free to reach out the maintainers of the project for [support](https://github.com/dell/ansible-unity/blob/1.7.1/docs/SUPPORT.md).
#### Code sanitization
diff --git a/docs/INSTALLATION.md b/docs/INSTALLATION.md
index e0584e6..e361588 100644
--- a/docs/INSTALLATION.md
+++ b/docs/INSTALLATION.md
@@ -35,7 +35,7 @@ You may obtain a copy of the License at
* Download the latest tar build from any of the available distribution channel [Ansible Galaxy](https://galaxy.ansible.com/dellemc/unity) /[Automation Hub](https://console.redhat.com/ansible/automation-hub/repo/published/dellemc/unity) and use this command to install the collection anywhere in your system:
- ansible-galaxy collection install dellemc-unity-1.7.0.tar.gz -p
+ ansible-galaxy collection install dellemc-unity-1.7.1.tar.gz -p
* Set the environment variable:
@@ -62,7 +62,7 @@ You may obtain a copy of the License at
## Ansible modules execution
-The Ansible server must be configured with Python library for Unity to run the Ansible playbooks. The [Documents](https://github.com/dell/ansible-unity/blob/1.7.0/docs/) provide information on different Ansible modules along with their functions and syntax. The parameters table in the Product Guide provides information on various parameters which needs to be configured before running the modules.
+The Ansible server must be configured with Python library for Unity to run the Ansible playbooks. The [Documents](https://github.com/dell/ansible-unity/blob/1.7.1/docs/) provide information on different Ansible modules along with their functions and syntax. The parameters table in the Product Guide provides information on various parameters which needs to be configured before running the modules.
## SSL certificate validation
diff --git a/docs/ISSUE_TRIAGE.md b/docs/ISSUE_TRIAGE.md
index a15eb15..2e25b25 100644
--- a/docs/ISSUE_TRIAGE.md
+++ b/docs/ISSUE_TRIAGE.md
@@ -43,7 +43,7 @@ Should explain what happened, what was expected and how to reproduce it together
- Ansible Version: [e.g. 2.14]
- Python Version [e.g. 3.10]
- - Ansible modules for Dell Unity Version: [e.g. 1.7.0]
+ - Ansible modules for Dell Unity Version: [e.g. 1.7.1]
- Unity SDK version: [e.g. Unity 1.2.11]
- Any other additional information...
diff --git a/docs/MAINTAINER_GUIDE.md b/docs/MAINTAINER_GUIDE.md
index a1da6e1..a46a3d3 100644
--- a/docs/MAINTAINER_GUIDE.md
+++ b/docs/MAINTAINER_GUIDE.md
@@ -27,7 +27,7 @@ If a candidate is approved, a Maintainer contacts the candidate to invite them t
## Maintainer policies
* Lead by example
-* Follow the [Code of Conduct](https://github.com/dell/ansible-unity/blob/1.7.0/docs/CODE_OF_CONDUCT.md) and the guidelines in the [Contributing](https://github.com/dell/ansible-unity/blob/1.7.0/docs/CONTRIBUTING.md) and [Committer](https://github.com/dell/ansible-unity/blob/1.7.0/docs/COMMITTER_GUIDE.md) guides
+* Follow the [Code of Conduct](https://github.com/dell/ansible-unity/blob/1.7.1/docs/CODE_OF_CONDUCT.md) and the guidelines in the [Contributing](https://github.com/dell/ansible-unity/blob/1.7.1/docs/CONTRIBUTING.md) and [Committer](https://github.com/dell/ansible-unity/blob/1.7.1/docs/COMMITTER_GUIDE.md) guides
* Promote a friendly and collaborative environment within our community
* Be actively engaged in discussions, answering questions, updating defects, and reviewing pull requests
* Criticize code, not people. Ideally, tell the contributor a better way to do what they need.
diff --git a/docs/Release Notes.md b/docs/Release Notes.md
index 275d295..4243667 100644
--- a/docs/Release Notes.md
+++ b/docs/Release Notes.md
@@ -1,6 +1,6 @@
**Ansible Modules for Dell Technologies Unity**
=========================================
-### Release Notes 1.7.0
+### Release Notes 1.7.1
> © 2022 Dell Inc. or its subsidiaries. All rights reserved. Dell
> and other trademarks are trademarks of Dell Inc. or its
@@ -28,7 +28,7 @@ Table 1. Revision history
| Revision | Date | Description |
|----------|----------------|---------------------------------------------------------|
-| 01 | June 2023 | Current release of Ansible Modules for Dell Unity 1.7.0 |
+| 01 | July 2023 | Current release of Ansible Modules for Dell Unity 1.7.1 |
Product Description
-------------------
@@ -71,7 +71,7 @@ for Unity GitHub](https://github.com/dell/ansible-unity/) page.
Documentation
-------------
-The documentation is available on [Ansible Modules for Unity GitHub](https://github.com/dell/ansible-unity/tree/1.7.0/docs)
+The documentation is available on [Ansible Modules for Unity GitHub](https://github.com/dell/ansible-unity/tree/1.7.1/docs)
page. It includes the following:
- README
- Release Notes (this document)
diff --git a/docs/SECURITY.md b/docs/SECURITY.md
index 95a3de5..f77239e 100644
--- a/docs/SECURITY.md
+++ b/docs/SECURITY.md
@@ -12,7 +12,7 @@ You may obtain a copy of the License at
The Ansible modules for Dell Unity repository are inspected for security vulnerabilities via blackduck scans and static code analysis.
-In addition to this, there are various security checks that get executed against a branch when a pull request is created/updated. Please refer to [pull request](https://github.com/dell/ansible-unity/blob/1.7.0/docs/CONTRIBUTING.md#Pull-requests) for more information.
+In addition to this, there are various security checks that get executed against a branch when a pull request is created/updated. Please refer to [pull request](https://github.com/dell/ansible-unity/blob/1.7.1/docs/CONTRIBUTING.md#Pull-requests) for more information.
## Reporting a vulnerability
diff --git a/galaxy.yml b/galaxy.yml
index ca2f977..e051dd0 100644
--- a/galaxy.yml
+++ b/galaxy.yml
@@ -10,7 +10,7 @@ namespace: dellemc
name: unity
# The version of the collection. Must be compatible with semantic versioning
-version: 1.7.0
+version: 1.7.1
# The path to the Markdown (.md) readme file. This path is relative to the
# root of the collection
@@ -54,13 +54,13 @@ tags: [storage]
dependencies: {}
# The URL of the originating SCM repository
-repository: https://github.com/dell/ansible-unity/tree/1.7.0
+repository: https://github.com/dell/ansible-unity/tree/1.7.1
# The URL to any online docs
-documentation: https://github.com/dell/ansible-unity/tree/1.7.0/docs
+documentation: https://github.com/dell/ansible-unity/tree/1.7.1/docs
# The URL to the homepage of the collection/project
-homepage: https://github.com/dell/ansible-unity/tree/1.7.0
+homepage: https://github.com/dell/ansible-unity/tree/1.7.1
# The URL to the collection issue tracker
issues: https://www.dell.com/community/Automation/bd-p/Automation
diff --git a/plugins/modules/cifsserver.py b/plugins/modules/cifsserver.py
index 01dcf89..0225eb3 100644
--- a/plugins/modules/cifsserver.py
+++ b/plugins/modules/cifsserver.py
@@ -277,7 +277,7 @@
LOG = utils.get_logger('cifsserver')
-application_type = "Ansible/1.7.0"
+application_type = "Ansible/1.7.1"
class CIFSServer(object):
diff --git a/plugins/modules/consistencygroup.py b/plugins/modules/consistencygroup.py
index f9e7ce0..e0d6a6c 100644
--- a/plugins/modules/consistencygroup.py
+++ b/plugins/modules/consistencygroup.py
@@ -494,7 +494,7 @@
LOG = utils.get_logger('consistencygroup',
log_devel=logging.INFO)
-application_type = "Ansible/1.7.0"
+application_type = "Ansible/1.7.1"
class ConsistencyGroup(object):
diff --git a/plugins/modules/filesystem.py b/plugins/modules/filesystem.py
index 45407c9..95cffee 100644
--- a/plugins/modules/filesystem.py
+++ b/plugins/modules/filesystem.py
@@ -689,7 +689,7 @@
LOG = utils.get_logger('filesystem')
-application_type = "Ansible/1.7.0"
+application_type = "Ansible/1.7.1"
class Filesystem(object):
diff --git a/plugins/modules/filesystem_snapshot.py b/plugins/modules/filesystem_snapshot.py
index 083205a..a82fbe8 100644
--- a/plugins/modules/filesystem_snapshot.py
+++ b/plugins/modules/filesystem_snapshot.py
@@ -304,7 +304,7 @@
LOG = utils.get_logger('filesystem_snapshot')
-application_type = "Ansible/1.7.0"
+application_type = "Ansible/1.7.1"
class FilesystemSnapshot(object):
diff --git a/plugins/modules/host.py b/plugins/modules/host.py
index e4adfc3..fcc13dd 100644
--- a/plugins/modules/host.py
+++ b/plugins/modules/host.py
@@ -347,7 +347,7 @@
LOG = utils.get_logger('host')
-application_type = "Ansible/1.7.0"
+application_type = "Ansible/1.7.1"
class Host(object):
diff --git a/plugins/modules/info.py b/plugins/modules/info.py
index 409b815..6410742 100644
--- a/plugins/modules/info.py
+++ b/plugins/modules/info.py
@@ -1302,7 +1302,7 @@
LOG = utils.get_logger('info')
SUCCESSFULL_LISTED_MSG = 'Successfully listed.'
-application_type = "Ansible/1.7.0"
+application_type = "Ansible/1.7.1"
class Info(object):
diff --git a/plugins/modules/interface.py b/plugins/modules/interface.py
index 21538d3..2523f94 100644
--- a/plugins/modules/interface.py
+++ b/plugins/modules/interface.py
@@ -227,7 +227,7 @@
LOG = utils.get_logger('interface')
-application_type = "Ansible/1.7.0"
+application_type = "Ansible/1.7.1"
class Interface(object):
diff --git a/plugins/modules/nasserver.py b/plugins/modules/nasserver.py
index 7f26046..925cc93 100644
--- a/plugins/modules/nasserver.py
+++ b/plugins/modules/nasserver.py
@@ -482,7 +482,7 @@
import utils
LOG = utils.get_logger('nasserver')
-application_type = "Ansible/1.7.0"
+application_type = "Ansible/1.7.1"
class NASServer(object):
diff --git a/plugins/modules/nfs.py b/plugins/modules/nfs.py
index c27344c..473e40b 100644
--- a/plugins/modules/nfs.py
+++ b/plugins/modules/nfs.py
@@ -607,7 +607,7 @@
HOST_STATE_LIST = ['present-in-export', 'absent-in-export']
STATE_LIST = ['present', 'absent']
-application_type = "Ansible/1.7.0"
+application_type = "Ansible/1.7.1"
class NFS(object):
diff --git a/plugins/modules/nfsserver.py b/plugins/modules/nfsserver.py
index 2ede27d..30d2c78 100644
--- a/plugins/modules/nfsserver.py
+++ b/plugins/modules/nfsserver.py
@@ -209,7 +209,7 @@
LOG = utils.get_logger('nfsserver')
-application_type = "Ansible/1.7.0"
+application_type = "Ansible/1.7.1"
class NFSServer(object):
diff --git a/plugins/modules/smbshare.py b/plugins/modules/smbshare.py
index c9467a2..d8b78a7 100644
--- a/plugins/modules/smbshare.py
+++ b/plugins/modules/smbshare.py
@@ -325,7 +325,7 @@
LOG = utils.get_logger('smbshare')
-application_type = "Ansible/1.7.0"
+application_type = "Ansible/1.7.1"
class SMBShare(object):
diff --git a/plugins/modules/snapshot.py b/plugins/modules/snapshot.py
index 1f7d71c..5660e3c 100644
--- a/plugins/modules/snapshot.py
+++ b/plugins/modules/snapshot.py
@@ -264,7 +264,7 @@
LOG = utils.get_logger('snapshot')
-application_type = "Ansible/1.7.0"
+application_type = "Ansible/1.7.1"
class Snapshot(object):
diff --git a/plugins/modules/snapshotschedule.py b/plugins/modules/snapshotschedule.py
index 7b1021c..1d6e6ec 100644
--- a/plugins/modules/snapshotschedule.py
+++ b/plugins/modules/snapshotschedule.py
@@ -391,7 +391,7 @@
LOG = utils.get_logger('snapshotschedule')
-application_type = "Ansible/1.7.0"
+application_type = "Ansible/1.7.1"
class SnapshotSchedule(object):
diff --git a/plugins/modules/storagepool.py b/plugins/modules/storagepool.py
index b02ab64..6438e9c 100644
--- a/plugins/modules/storagepool.py
+++ b/plugins/modules/storagepool.py
@@ -467,7 +467,7 @@
LOG = utils.get_logger('storagepool')
-application_type = "Ansible/1.7.0"
+application_type = "Ansible/1.7.1"
class StoragePool(object):
diff --git a/plugins/modules/tree_quota.py b/plugins/modules/tree_quota.py
index 8eabc67..b066a01 100644
--- a/plugins/modules/tree_quota.py
+++ b/plugins/modules/tree_quota.py
@@ -283,7 +283,7 @@
LOG = utils.get_logger('tree_quota')
-application_type = "Ansible/1.7.0"
+application_type = "Ansible/1.7.1"
class QuotaTree(object):
diff --git a/plugins/modules/user_quota.py b/plugins/modules/user_quota.py
index c68947b..06413aa 100644
--- a/plugins/modules/user_quota.py
+++ b/plugins/modules/user_quota.py
@@ -427,7 +427,7 @@
LOG = utils.get_logger('user_quota')
-application_type = "Ansible/1.7.0"
+application_type = "Ansible/1.7.1"
class UserQuota(object):
diff --git a/plugins/modules/volume.py b/plugins/modules/volume.py
index 9492e36..81790ea 100644
--- a/plugins/modules/volume.py
+++ b/plugins/modules/volume.py
@@ -395,7 +395,7 @@
LOG = utils.get_logger('volume')
-application_type = "Ansible/1.7.0"
+application_type = "Ansible/1.7.1"
def is_none_or_empty_string(param):
diff --git a/requirements.txt b/requirements.txt
index 2325e97..847cc46 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,2 @@
-urllib3
+urllib3>=1.26.7
storops>=1.2.11
-setuptools