Skip to content

Commit

Permalink
Version 1.10.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
urohit011 committed Aug 1, 2024
1 parent 772867b commit 558ffc8
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
3 changes: 3 additions & 0 deletions ansible_collections/f5networks/f5os/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ F5Networks.F5OS Release Notes

.. contents:: Topics

v1.10.1
=======

v1.10.0
=======

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ plugins:
strategy: {}
test: {}
vars: {}
version: 1.10.0
version: 1.10.1
2 changes: 2 additions & 0 deletions ansible_collections/f5networks/f5os/changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
17 changes: 14 additions & 3 deletions ansible_collections/f5networks/f5os/galaxy.yml
Original file line number Diff line number Diff line change
@@ -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/
Expand All @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 558ffc8

Please sign in to comment.