Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
urohit011 committed Jan 20, 2025
2 parents ffd144b + 1fa965e commit 1abf8fa
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This collection packages and distributes modules, and plugins.

## Requirements

- ansible >= 2.14
- ansible >= 2.16
- packaging

## Python Version Notice
Expand Down
3 changes: 3 additions & 0 deletions ansible_collections/f5networks/f5_modules/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ F5Networks F5\_Modules Collection Release Notes

.. contents:: Topics

v1.34.1
=======

v1.34.0
=======

Expand Down
2 changes: 1 addition & 1 deletion ansible_collections/f5networks/f5_modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This collection packages and distributes modules, and plugins.

## Requirements

- ansible >= 2.14
- ansible >= 2.16
- packaging

## Python Version Notice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1187,6 +1187,8 @@ releases:
- issue_2434.yaml
- issue_2435.yaml
release_date: '2025-01-16'
1.34.1:
release_date: '2025-01-20'
1.4.0:
changes:
bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion ansible_collections/f5networks/f5_modules/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ tags:
- networking
- bigip
- bigiq
version: 1.34.0
version: 1.34.1
2 changes: 1 addition & 1 deletion ansible_collections/f5networks/f5_modules/meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
requires_ansible: '>=2.14.0'
requires_ansible: '>=2.16.0'
plugin_routing:
modules:
bigip_device_facts:
Expand Down
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.34.0"
CURRENT_COLL_VERSION = "1.34.1"

0 comments on commit 1abf8fa

Please sign in to comment.