Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
urohit011 committed Jun 21, 2024
2 parents 419f903 + 598df68 commit 6c52950
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 @@ -9,7 +9,7 @@ uploading security policies, uploading crts/keys, gathering info, etc.

## Requirements

- ansible >= 2.14
- ansible >= 2.15

## Python Version
Collection supported on Python 3.9 and above.
Expand Down
3 changes: 3 additions & 0 deletions ansible_collections/f5networks/f5_bigip/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ F5Networks F5\_BIGIP Collection Release Notes

.. contents:: Topics

v3.5.1
======

v3.5.0
======

Expand Down
2 changes: 1 addition & 1 deletion ansible_collections/f5networks/f5_bigip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ uploading security policies, uploading crts/keys, gathering info, etc.

## Requirements

- ansible >= 2.14
- ansible >= 2.15

## Python Version
Collection supported on Python 3.9 and above.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -606,3 +606,5 @@ releases:
fragments:
- add-app-security-to-security-log-profile.yaml
release_date: '2024-05-09'
3.5.1:
release_date: '2024-06-21'
2 changes: 1 addition & 1 deletion ansible_collections/f5networks/f5_bigip/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ tags:
- networking
- bigip
- bigiq
version: 3.5.0
version: 3.5.1
2 changes: 1 addition & 1 deletion ansible_collections/f5networks/f5_bigip/meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
requires_ansible: '>=2.14.0'
requires_ansible: '>=2.15.0'
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 = "3.5.0"
CURRENT_COLL_VERSION = "3.5.1"

0 comments on commit 6c52950

Please sign in to comment.