[release-announce] ansible-role-container-registry 1.0.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu Aug 2 23:13:43 UTC 2018


We are stoked to announce the release of:

ansible-role-container-registry 1.0.0: ansible-container-registry -
Ansible role to deploy a container registry

This is the first release of ansible-role-container-registry. This
release is part of the rocky release series.

Download the package from:

    https://tarballs.openstack.org/ansible-role-container-registry/

For more details, please see below.

Changes in ansible-role-container-registry 161e6adbc1f5cfe14f626c0f1011fddd600165a0..1.0.0
------------------------------------------------------------------------------------------

c41c49d Use release-openstack-server job-template
4d0ffa4 Fix package README errors
9fcedac Improve docker/distribution reload handlers
dee3224 Improve README
10340cb Use relative paths for data_files
d6c63f1 Add validation for docker registry v2
7a3cd85 Handle Docker rpm updates
337922c Add tripleo jobs to this project
eb7010f Don't install kolla
7753bfd docker: add support for additional sockets
6437192 Fix role path in setup.cfg
ae19914 Fix ansible role name in cfg files
832ffd9 First commit in Gerrit
72c590c Re-add container_registry_selinux
6fe9752 Don't amend group when deployment_user is empty
6840ee2 Update role name in test.yml
d480839 Restore old task for docker-daemon.json
8e490a6 Add brackets for DockerRegistryMirror for now
dbe1af9 Revert "Force container_registry_mirrors as a list"
e6d5b87 Force container_registry_mirrors as a list
99e42b6 meta/main: add role description
9334118 Make improvements to role
9f43363 Support for multiple insecure registries
275e075 Remove extra-space in docker config
cd1de0d Make playbooks idempotent
cb28135 Fix docker registry config
b8225a3 Fix insecure_registries config
c8c8fdd Fix debug option
7fb3cd5 Don't try to upgrade docker packages
b29e6b2 Fix selinux config in sysconfig
889374d Add brackets for registry-mirrors in daemon.json
9dab1b9 Manage docker group
efbe428 Fix indentation for create
ac0964a Create config files if they don't exist
e24aa76 Update dependencies in README
e3f54ae Fix english in README
b8638c8 Add handlers for both services
9affee5 templates/docker-daemon.json.j2: remove headers




Requirements updates
--------------------

diff --git a/ansible-requirements.txt b/ansible-requirements.txt
new file mode 100644
index 0000000..a1b6838
--- /dev/null
+++ b/ansible-requirements.txt
@@ -0,0 +1,6 @@
+# These are required here because ansible can't be in global-requirements due
+# to licensing conflicts. But we sill need to be able to pull them in for
+# lint checks and want to document these as ansible specific things that may
+# be required for this repository.
+ansible
+ansible-lint
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..885c2cb
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,2 @@
+pbr>=1.6
+ansible
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..c3ed418
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1 @@
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0






More information about the Release-announce mailing list