summaryrefslogtreecommitdiffstats
path: root/openshift-ansible.spec
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-11-02 13:14:28 -0400
committerScott Dodson <sdodson@redhat.com>2016-11-02 13:14:28 -0400
commitc846018affeaf49b6d5221784d8d4cd022ac75e1 (patch)
tree8c0c16979e5117b2c30b48cda3526b353c294261 /openshift-ansible.spec
parenta2076029c955d63fb4416f435f67b1caab96883c (diff)
downloadopenshift-c846018affeaf49b6d5221784d8d4cd022ac75e1.tar.gz
openshift-c846018affeaf49b6d5221784d8d4cd022ac75e1.tar.bz2
openshift-c846018affeaf49b6d5221784d8d4cd022ac75e1.tar.xz
openshift-c846018affeaf49b6d5221784d8d4cd022ac75e1.zip
Automatic commit of package [openshift-ansible] release [3.4.16-1].
Diffstat (limited to 'openshift-ansible.spec')
-rw-r--r--openshift-ansible.spec14
1 files changed, 13 insertions, 1 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec
index 11ef1ae0d..6d8132740 100644
--- a/openshift-ansible.spec
+++ b/openshift-ansible.spec
@@ -5,7 +5,7 @@
}
Name: openshift-ansible
-Version: 3.4.15
+Version: 3.4.16
Release: 1%{?dist}
Summary: Openshift and Atomic Enterprise Ansible
License: ASL 2.0
@@ -249,6 +249,18 @@ Atomic OpenShift Utilities includes
%changelog
+* Wed Nov 02 2016 Scott Dodson <sdodson@redhat.com> 3.4.16-1
+- Fix HA environments incorrectly detecting mixed installed environments
+ (tbielawa@redhat.com)
+- Deploy an OOM systemd override for openvswitch. (dgoodwin@redhat.com)
+- Only restart dnsmasq if the DNS servers have changed (tbielawa@redhat.com)
+- Update installation summary for etcd members (smunilla@redhat.com)
+- Fix changed_when (sdodson@redhat.com)
+- add io labels (tdawson@redhat.com)
+- Touch all ini_file files before using them (sdodson@redhat.com)
+- Remove commit offset strings from parsed versions (tbielawa@redhat.com)
+- Update variant_version (smunilla@redhat.com)
+
* Mon Oct 31 2016 Troy Dawson <tdawson@redhat.com> 3.4.15-1
- Bump documented openshift_release for 1.4/3.4. (dgoodwin@redhat.com)
- Add requirements, fix a small formatting issue.