[v29] upgrade ansible to version 2.14.x
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Cornet 2024-04-09 11:51:16 +02:00
parent defd2dfcf3
commit 3545083ae6
3 changed files with 4 additions and 4 deletions

View File

@ -36,4 +36,4 @@ steps:
# tags
tags:
- 'latest'
- 'v28'
- 'v29'

View File

@ -1,5 +1,5 @@
# 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
ARG ANSIBLE_LINT_VERSION=24.2.1

View File

@ -15,9 +15,9 @@
],
"packageRules": [
{
"description": "Pin ansible-core to version 2.13.x",
"description": "pin ansible-core to version 2.14.x",
"matchPackageNames": ["ansible-core"],
"allowedVersions": "< 2.14.0"
"allowedVersions": "< 2.15.0"
}
]
}