diff options
author | Troy Dawson <tdawson@redhat.com> | 2016-10-19 08:44:04 -0500 |
---|---|---|
committer | Troy Dawson <tdawson@redhat.com> | 2016-10-19 08:44:04 -0500 |
commit | 3be15dae0b039e06e31b4eecc933851ada7446cb (patch) | |
tree | 4e64db6c3117d306cfc7585173df78f45236367c | |
parent | 553ce409a40305a984894a980fc3969c11f41aba (diff) | |
download | openshift-3be15dae0b039e06e31b4eecc933851ada7446cb.tar.gz openshift-3be15dae0b039e06e31b4eecc933851ada7446cb.tar.bz2 openshift-3be15dae0b039e06e31b4eecc933851ada7446cb.tar.xz openshift-3be15dae0b039e06e31b4eecc933851ada7446cb.zip |
Automatic commit of package [openshift-ansible] release [3.4.10-1].
-rw-r--r-- | .tito/packages/openshift-ansible | 2 | ||||
-rw-r--r-- | openshift-ansible.spec | 9 |
2 files changed, 9 insertions, 2 deletions
diff --git a/.tito/packages/openshift-ansible b/.tito/packages/openshift-ansible index 27ec77e08..2e40bbc4b 100644 --- a/.tito/packages/openshift-ansible +++ b/.tito/packages/openshift-ansible @@ -1 +1 @@ -3.4.9-1 ./ +3.4.10-1 ./ diff --git a/openshift-ansible.spec b/openshift-ansible.spec index 7e73a27e2..cb3c8fd69 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -5,7 +5,7 @@ } Name: openshift-ansible -Version: 3.4.9 +Version: 3.4.10 Release: 1%{?dist} Summary: Openshift and Atomic Enterprise Ansible License: ASL 2.0 @@ -249,6 +249,13 @@ Atomic OpenShift Utilities includes %changelog +* Wed Oct 19 2016 Troy Dawson <tdawson@redhat.com> 3.4.10-1 +- Get rid of openshift_node_config_file entirely (sdodson@redhat.com) +- [logging] Fix NFS volume binding (sdodson@redhat.com) +- Build full node config path in systemd_units tasks. (abutcher@redhat.com) +- Default [] (abutcher@afrolegs.com) +- Template with_items for upstream ansible-2.2 compat. (abutcher@redhat.com) + * Mon Oct 17 2016 Troy Dawson <tdawson@redhat.com> 3.4.9-1 - formatting updates in template (tobias@tobru.ch) - Do not error on node labels set too non-string values. (manuel@hutter.io) |