Skip to content

Commit

Permalink
Minimum ansible core version bumped to 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
kavinagrawalcohesity committed Dec 4, 2024
1 parent 264c912 commit 89bd309
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
- name: Perform sanity testing with ansible-test
uses: ansible-community/ansible-test-gh-action@release/v1
with:
ansible-core-version: stable-2.15
ansible-core-version: stable-2.16
testing-type: sanity
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ collections:
- cohesity.dataprotect
```
# Requirements
- ansible version >= 8.0
- ansible version >= 9.0
- requests >= 2.31.0
- python version >= '3.6'
- cohesity_management_sdk >= 1.6.0
Expand Down
2 changes: 1 addition & 1 deletion docs/common/pre-requisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

The prerequisites for using the Cohesity Ansible Collection are:
* Cohesity DataPlatform running version 6.0 or higher (Some Module might have different requirement. Please see individual module for its requirement )
* [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) version 8.0 or higher
* [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) version 9.0 or higher
* The [Ansible Control Machine](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#control-machine-requirements) must be a system running one of the following UNIX operating systems: Linux (Red Hat, Debian, CentOS), macOS, or any of the BSDs. Windows is not supported for the Control Machine.
* [Python](https://www.python.org/downloads) version 2.6 or higher
* Some Module might also need [Cohesity Management SDK](https://developer.cohesity.com/apidocs-641.html#/python/getting-started). Please see individual module for its requirement
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: cohesity
name: dataprotect

# The version of the collection. Must be compatible with semantic versioning
version: 1.3.0
version: 1.4.0

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
requires_ansible: ">=2.15"
requires_ansible: ">=2.16"
2 changes: 1 addition & 1 deletion plugins/module_utils/cohesity_constants.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) 2024 Cohesity Inc

RELEASE_VERSION = "1.3.0"
RELEASE_VERSION = "1.4.0"

0 comments on commit 89bd309

Please sign in to comment.