diff options
author | Troy Dawson <tdawson@redhat.com> | 2016-10-12 08:47:02 -0500 |
---|---|---|
committer | Troy Dawson <tdawson@redhat.com> | 2016-10-12 08:47:02 -0500 |
commit | c02d227bc2fb34f53bd5dc08da17ad7b8b0a9e4f (patch) | |
tree | 44bd322324c5ffa4147afe57beddc722f31e85ce | |
parent | e30fdf9f1c3e5b9655b56a41c3691a61fdc775aa (diff) | |
download | openshift-c02d227bc2fb34f53bd5dc08da17ad7b8b0a9e4f.tar.gz openshift-c02d227bc2fb34f53bd5dc08da17ad7b8b0a9e4f.tar.bz2 openshift-c02d227bc2fb34f53bd5dc08da17ad7b8b0a9e4f.tar.xz openshift-c02d227bc2fb34f53bd5dc08da17ad7b8b0a9e4f.zip |
Automatic commit of package [openshift-ansible] release [3.4.7-1].
-rw-r--r-- | .tito/packages/openshift-ansible | 2 | ||||
-rw-r--r-- | openshift-ansible.spec | 11 |
2 files changed, 11 insertions, 2 deletions
diff --git a/.tito/packages/openshift-ansible b/.tito/packages/openshift-ansible index 4daa2cb96..56c99bf4c 100644 --- a/.tito/packages/openshift-ansible +++ b/.tito/packages/openshift-ansible @@ -1 +1 @@ -3.4.6-1 ./ +3.4.7-1 ./ diff --git a/openshift-ansible.spec b/openshift-ansible.spec index 5aaa4c2bc..bf0f1f3e2 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -5,7 +5,7 @@ } Name: openshift-ansible -Version: 3.4.6 +Version: 3.4.7 Release: 1%{?dist} Summary: Openshift and Atomic Enterprise Ansible License: ASL 2.0 @@ -249,6 +249,15 @@ Atomic OpenShift Utilities includes %changelog +* Wed Oct 12 2016 Troy Dawson <tdawson@redhat.com> 3.4.7-1 +- set defaults for debug_level in template and task (jhcook@gmail.com) +- Set HTTPS_PROXY in example builddefaults_json (sdodson@redhat.com) +- Fix config and namespace for registry volume detection (sdodson@redhat.com) +- Apply same pattern to HA master services (sdodson@redhat.com) +- Improve how we handle containerized node failure on first startup + (sdodson@redhat.com) +- Check that OpenStack hostnames are resolvable (lhuard@amadeus.com) + * Mon Oct 10 2016 Troy Dawson <tdawson@redhat.com> 3.4.6-1 - Retry failed master startup once (ironcladlou@gmail.com) - [logging] Fix openshift_hosted_logging_fluentd_nodeselector |