Skip to content

Commit ed485c0

Browse files
Merge pull request #22 from guidograzioli/min_version_2_14
Update minimum ansible version
2 parents 7aa1d3f + 6092034 commit ed485c0

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
pull_request:
88
schedule:
9-
- cron: '0 6 * * *'
9+
- cron: '18 6 * * *'
1010

1111
jobs:
1212
ci:

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ jobs:
88
uses: ansible-middleware/github-actions/.github/workflows/release.yml@main
99
with:
1010
collection_fqcn: 'middleware_automation.common'
11+
downstream_name: 'runtimes_common'
1112
secrets:
1213
galaxy_token: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}
14+
jira_webhook: ${{ secrets.JIRA_WEBHOOK_CREATE_VERSION }}
1315

1416
dispatch:
1517
needs: release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Collection containing common utilities to support Ansible Middleware automation
99
<!--start requires_ansible-->
1010
## Ansible version compatibility
1111

12-
This collection has been tested against following Ansible versions: **>=2.9.10**.
12+
This collection has been tested against following Ansible versions: **>=2.14.0**.
1313

1414
## Python version compatibility
1515

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: middleware_automation
33
name: common
4-
version: "1.1.5"
4+
version: "1.2.0"
55
readme: README.md
66
authors:
77
- Andrew Block <ablock@redhat.com>

meta/runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
requires_ansible: ">=2.9.10"
2+
requires_ansible: ">=2.14.0"

0 commit comments

Comments
 (0)