diff --git a/ansible_collections/f5networks/f5os/CHANGELOG.rst b/ansible_collections/f5networks/f5os/CHANGELOG.rst index be1777b..e6f62aa 100644 --- a/ansible_collections/f5networks/f5os/CHANGELOG.rst +++ b/ansible_collections/f5networks/f5os/CHANGELOG.rst @@ -4,6 +4,9 @@ F5Networks.F5OS Release Notes .. contents:: Topics +v1.10.1 +======= + v1.10.0 ======= diff --git a/ansible_collections/f5networks/f5os/changelogs/.plugin-cache.yaml b/ansible_collections/f5networks/f5os/changelogs/.plugin-cache.yaml index 679cf06..794484b 100644 --- a/ansible_collections/f5networks/f5os/changelogs/.plugin-cache.yaml +++ b/ansible_collections/f5networks/f5os/changelogs/.plugin-cache.yaml @@ -133,4 +133,4 @@ plugins: strategy: {} test: {} vars: {} -version: 1.10.0 +version: 1.10.1 diff --git a/ansible_collections/f5networks/f5os/changelogs/changelog.yaml b/ansible_collections/f5networks/f5os/changelogs/changelog.yaml index c1a726d..4364da7 100644 --- a/ansible_collections/f5networks/f5os/changelogs/changelog.yaml +++ b/ansible_collections/f5networks/f5os/changelogs/changelog.yaml @@ -101,6 +101,8 @@ releases: name: f5os_system namespace: '' release_date: '2024-08-01' + 1.10.1: + release_date: '2024-08-01' 1.2.0: modules: - description: Manage F5OS config backups. diff --git a/ansible_collections/f5networks/f5os/galaxy.yml b/ansible_collections/f5networks/f5os/galaxy.yml index 8b86f77..36d4b47 100644 --- a/ansible_collections/f5networks/f5os/galaxy.yml +++ b/ansible_collections/f5networks/f5os/galaxy.yml @@ -1,7 +1,8 @@ authors: - Wojciech Wypior (@wojtek0806) + - Rohit Upadhyay (@urohit011) dependencies: - ansible.netcommon: ">=2.0.0,<5.0.0" + ansible.netcommon: ">=2.0.0" description: F5OS based Collection for Ansible documentation: https://clouddocs.f5.com/products/orchestration/ansible/devel/f5os/modules_3_0/module_index.html homepage: https://clouddocs.f5.com/products/orchestration/ansible/devel/ @@ -12,11 +13,21 @@ name: f5os namespace: f5networks readme: README.md build_ignore: - - tests + - tests/__pycache__ + - tests/compat + - tests/mock + - tests/modules + - tests/module_utils + - tests/modules + - tests/plugins + - tests/sanity + - tests/utils + - tests/*.ini + - tests/*.py repository: https://github.com/F5Networks/f5-ansible-f5os tags: - f5 - networking - rseries - velos -version: 1.10.0 +version: 1.10.1 diff --git a/ansible_collections/f5networks/f5os/plugins/module_utils/version.py b/ansible_collections/f5networks/f5os/plugins/module_utils/version.py index 3a24f45..bf90cd1 100644 --- a/ansible_collections/f5networks/f5os/plugins/module_utils/version.py +++ b/ansible_collections/f5networks/f5os/plugins/module_utils/version.py @@ -4,4 +4,4 @@ # GNU General Public License v3.0 (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) # This collection version needs to be updated at each release -CURRENT_COLL_VERSION = "1.10.0" +CURRENT_COLL_VERSION = "1.10.1"