mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 00:13:09 -06:00
ITPLT-3650 upgrade ansible-core to 2.16 and other dependencies to latest versions
This commit is contained in:
@@ -3,7 +3,7 @@ default_install_hook_types: [pre-commit, prepare-commit-msg]
|
|||||||
default_stages: [pre-commit]
|
default_stages: [pre-commit]
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.5.0
|
rev: v4.6.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-executables-have-shebangs
|
- id: check-executables-have-shebangs
|
||||||
- id: check-merge-conflict
|
- id: check-merge-conflict
|
||||||
@@ -12,21 +12,21 @@ repos:
|
|||||||
exclude: '(vault.yml.template|filter_catalina.yaml.j2)'
|
exclude: '(vault.yml.template|filter_catalina.yaml.j2)'
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
- repo: https://github.com/avilaton/add-msg-issue-prefix-hook
|
- repo: https://github.com/avilaton/add-msg-issue-prefix-hook
|
||||||
rev: v0.0.9
|
rev: v0.0.11
|
||||||
hooks:
|
hooks:
|
||||||
- id: add-msg-issue-prefix
|
- id: add-msg-issue-prefix
|
||||||
args:
|
args:
|
||||||
- --template={}
|
- --template={}
|
||||||
- --pattern=[a-zA-Z0-9]{1,10}-[0-9]{1,6}
|
- --pattern=[a-zA-Z0-9]{1,10}-[0-9]{1,6}
|
||||||
- repo: https://github.com/ansible/ansible-lint.git
|
- repo: https://github.com/ansible/ansible-lint.git
|
||||||
rev: v6.12.2
|
rev: v24.2.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: ansible-lint
|
- id: ansible-lint
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
- .
|
- .
|
||||||
- ansible-core==2.13.10
|
- ansible-core==2.16.6
|
||||||
- jmespath
|
- jmespath
|
||||||
language_version: python3.8
|
language_version: python3.11
|
||||||
- repo: https://github.com/IamTheFij/ansible-pre-commit.git
|
- repo: https://github.com/IamTheFij/ansible-pre-commit.git
|
||||||
rev: v0.1.2
|
rev: v0.1.2
|
||||||
hooks:
|
hooks:
|
||||||
|
|||||||
19
Pipfile
19
Pipfile
@@ -4,18 +4,19 @@ verify_ssl = true
|
|||||||
name = "pypi"
|
name = "pypi"
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
ansible-core = "==2.13.10"
|
ansible-core = "==2.16.6"
|
||||||
cryptography = "==41.0.6"
|
cryptography = "==42.0.5"
|
||||||
boto3 = "==1.26.158"
|
boto3 = "==1.34.92"
|
||||||
botocore = "==1.29.158"
|
botocore = "==1.34.92"
|
||||||
lxml = "==4.9.2"
|
lxml = "==5.2.1"
|
||||||
psycopg2-binary = "==2.9.6"
|
psycopg2-binary = "==2.9.9"
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
molecule = "==4.0.4"
|
molecule = "==24.2.1"
|
||||||
molecule-docker = "==2.1.0"
|
molecule-docker = "==2.1.0"
|
||||||
ansible-compat = "==3.0.2"
|
molecule-plugins = {extras = ["docker"], version = "==23.5.3"}
|
||||||
docker = "==6.0.0"
|
ansible-compat = "==4.1.11"
|
||||||
|
docker = "==7.0.0"
|
||||||
pytest = "*"
|
pytest = "*"
|
||||||
pytest-testinfra = "*"
|
pytest-testinfra = "*"
|
||||||
|
|
||||||
|
|||||||
1538
Pipfile.lock
generated
1538
Pipfile.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
collections:
|
collections:
|
||||||
- name: amazon.aws
|
- name: amazon.aws
|
||||||
version: "6.1.0"
|
version: "7.5.0"
|
||||||
- name: ansible.posix
|
- name: ansible.posix
|
||||||
version: "1.5.4"
|
version: "1.5.4"
|
||||||
- name: community.docker
|
- name: community.docker
|
||||||
version: "3.4.8"
|
version: "3.9.0"
|
||||||
- name: community.general
|
- name: community.general
|
||||||
version: "7.1.0"
|
version: "8.6.0"
|
||||||
- name: community.postgresql
|
- name: community.postgresql
|
||||||
version: "3.0.0"
|
version: "3.4.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user