[v29] upgrade ansible to version 2.14.x
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
defd2dfcf3
commit
3545083ae6
@ -36,4 +36,4 @@ steps:
|
|||||||
# tags
|
# tags
|
||||||
tags:
|
tags:
|
||||||
- 'latest'
|
- 'latest'
|
||||||
- 'v28'
|
- 'v29'
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# renovate: datasource=pypi depName=ansible-core versioning=pep440
|
# renovate: datasource=pypi depName=ansible-core versioning=pep440
|
||||||
ARG ANSIBLE_VERSION=2.13.13
|
ARG ANSIBLE_VERSION=2.14.15
|
||||||
|
|
||||||
# renovate: datasource=pypi depName=ansible-lint versioning=pep440
|
# renovate: datasource=pypi depName=ansible-lint versioning=pep440
|
||||||
ARG ANSIBLE_LINT_VERSION=24.2.1
|
ARG ANSIBLE_LINT_VERSION=24.2.1
|
||||||
|
@ -15,9 +15,9 @@
|
|||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"description": "Pin ansible-core to version 2.13.x",
|
"description": "pin ansible-core to version 2.14.x",
|
||||||
"matchPackageNames": ["ansible-core"],
|
"matchPackageNames": ["ansible-core"],
|
||||||
"allowedVersions": "< 2.14.0"
|
"allowedVersions": "< 2.15.0"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user