ansible-role-container-registry 1.4.0
We are ecstatic to announce the release of: ansible-role-container-registry 1.4.0: ansible-container-registry - Ansible role to deploy a container registry The source is available from: https://opendev.org/openstack/ansible-role-container-registry Download the package from: https://tarballs.openstack.org/ansible-role-container-registry/ For more details, please see below. Changes in ansible-role-container-registry 1.3.0..1.4.0 ------------------------------------------------------- e745554 Use ansible-core 2.11 for tests a784f1a Correct the tox option for skipping sdist generation 91f652a Fixing ci 5e435a4 setup.cfg: Replace dashes with underscores Diffstat (except docs and test files) ------------------------------------- .ansible-lint | 2 ++ ansible-requirements.txt | 2 +- molecule-requirements.txt | 9 +++++++++ molecule/default/playbook.yml | 3 ++- molecule/login/playbook.yml | 9 ++++++--- molecule/login/prepare.yml | 3 ++- requirements.txt | 2 +- setup.cfg | 8 ++++---- tasks/cleanup-engine.yml | 3 ++- tasks/registry-login.yml | 3 ++- tox.ini | 2 +- zuul.d/playbooks/pre.yml | 26 +++++++++++++------------- 12 files changed, 45 insertions(+), 27 deletions(-) Requirements updates -------------------- diff --git a/ansible-requirements.txt b/ansible-requirements.txt index b18ac42..f5398ac 100644 --- a/ansible-requirements.txt +++ b/ansible-requirements.txt @@ -5 +5 @@ -ansible>=2.8,<2.10 +ansible-core<2.12 diff --git a/molecule-requirements.txt b/molecule-requirements.txt new file mode 100644 index 0000000..3414a74 --- /dev/null +++ b/molecule-requirements.txt @@ -0,0 +1,9 @@ +ansible +ansi2html +docker +pytest +pytest-cov +pytest-html +pytest-xdist +mock +molecule>=3.0,<3.1 diff --git a/requirements.txt b/requirements.txt index 68972eb..d155c5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2 +2 @@ pbr>=1.6 -ansible>=2.8,<2.10 +ansible-core<2.12
participants (1)
-
no-reply@openstack.org