File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed
Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 66 - main
77 pull_request :
88 schedule :
9- - cron : ' 0 6 * * *'
9+ - cron : ' 18 6 * * *'
1010
1111jobs :
1212 ci :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11---
22namespace : middleware_automation
33name : common
4- version : " 1.1.5 "
4+ version : " 1.2.0 "
55readme : README.md
66authors :
77 - Andrew Block <ablock@redhat.com>
Original file line number Diff line number Diff line change 11---
2- requires_ansible : " >=2.9.10 "
2+ requires_ansible : " >=2.14.0 "
You can’t perform that action at this time.
0 commit comments