Bump docker from 4.4.4 to 5.0.0 in /.github/workflows/requirements (#386)

This commit is contained in:
dependabot[bot] 2021-04-08 14:12:46 +02:00 committed by GitHub
parent 07845a72b4
commit 09d91b3ca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@ jinja2==2.11.3
ansible-lint==5.0.6
yamllint==1.26.1
molecule[docker]==3.3.0
docker==4.4.4
docker==5.0.0

View File

@ -22,7 +22,7 @@ ENHANCEMENTS:
* Specify GitHub actions Ubuntu release.
* Minor GitHub template tweaks, including the creation of a SECURITY doc.
* Add Molecule NGINX OSS tests for Alpine 3.13, remove Molecule tests for Debian stretch, and update list of supported platforms.
* Update Ansible base to `2.10.7`, Ansible Lint to `5.0.6`, Molecule to `3.3.0`, yamllint to `1.26.1` and Docker Python SDK to `4.4.4`.
* Update Ansible base to `2.10.7`, Ansible Lint to `5.0.6`, Molecule to `3.3.0`, yamllint to `1.26.1` and Docker Python SDK to `5.0.0`.
* Consolidate Molecule testing scenarios to address changes introduced in Ansible Lint `5.*`.
* Override of systemd `Restart` value by using proper `nginx_service_restart` variable.