diff options
author | Jenkins CD Merge Bot <smunilla@redhat.com> | 2017-10-12 01:11:35 -0400 |
---|---|---|
committer | Jenkins CD Merge Bot <smunilla@redhat.com> | 2017-10-12 01:11:35 -0400 |
commit | 45725a38dd8ee6db16a89144f1e14c30f98440b8 (patch) | |
tree | 664cd8fda2651a4aa96af8ce5bb6e4eee62c1f8a | |
parent | b708f6353f3ac9c26a72a010e8737c08f72b0e45 (diff) | |
download | openshift-45725a38dd8ee6db16a89144f1e14c30f98440b8.tar.gz openshift-45725a38dd8ee6db16a89144f1e14c30f98440b8.tar.bz2 openshift-45725a38dd8ee6db16a89144f1e14c30f98440b8.tar.xz openshift-45725a38dd8ee6db16a89144f1e14c30f98440b8.zip |
Automatic commit of package [openshift-ansible] release [3.7.0-0.149.0].
Created by command:
/usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
-rw-r--r-- | .tito/packages/openshift-ansible | 2 | ||||
-rw-r--r-- | openshift-ansible.spec | 12 |
2 files changed, 12 insertions, 2 deletions
diff --git a/.tito/packages/openshift-ansible b/.tito/packages/openshift-ansible index cbfb1fd48..e3b46d6c3 100644 --- a/.tito/packages/openshift-ansible +++ b/.tito/packages/openshift-ansible @@ -1 +1 @@ -3.7.0-0.148.0 ./ +3.7.0-0.149.0 ./ diff --git a/openshift-ansible.spec b/openshift-ansible.spec index aee30b29b..aab0633a3 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -10,7 +10,7 @@ Name: openshift-ansible Version: 3.7.0 -Release: 0.148.0%{?dist} +Release: 0.149.0%{?dist} Summary: Openshift and Atomic Enterprise Ansible License: ASL 2.0 URL: https://github.com/openshift/openshift-ansible @@ -276,6 +276,16 @@ Atomic OpenShift Utilities includes %changelog +* Thu Oct 12 2017 Jenkins CD Merge Bot <smunilla@redhat.com> 3.7.0-0.149.0 +- Fix broken debug_level (mgugino@redhat.com) +- Ensure host was reached for proper conditional validation + (rteague@redhat.com) +- Ensure docker service status actually changes (mgugino@redhat.com) +- Display warnings at the end of the control plane upgrade (sdodson@redhat.com) +- Force reconciliation of role for 3.6 (simo@redhat.com) +- Remove etcd health check (sdodson@redhat.com) +- migrate embedded etcd to external etcd (jchaloup@redhat.com) + * Wed Oct 11 2017 Jenkins CD Merge Bot <smunilla@redhat.com> 3.7.0-0.148.0 - Bug 1490647 - logging-fluentd deployed with openshift_logging_use_mux=false fails to start due to missing (nhosoi@redhat.com) |