summaryrefslogtreecommitdiffstats
path: root/openshift-ansible.spec
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2016-04-12 17:08:48 -0400
committerBrenton Leanhardt <bleanhar@redhat.com>2016-04-12 17:08:48 -0400
commit9c75f11cf8e71178f0356fafe7f558ec15fe4e15 (patch)
treee19a182fb3a3b15ad0e7908ed8df2c7373195a0c /openshift-ansible.spec
parent73415fecc9c0020800b50067d439209b1f2e55da (diff)
downloadopenshift-9c75f11cf8e71178f0356fafe7f558ec15fe4e15.tar.gz
openshift-9c75f11cf8e71178f0356fafe7f558ec15fe4e15.tar.bz2
openshift-9c75f11cf8e71178f0356fafe7f558ec15fe4e15.tar.xz
openshift-9c75f11cf8e71178f0356fafe7f558ec15fe4e15.zip
Automatic commit of package [openshift-ansible] release [3.0.79-1].
Diffstat (limited to 'openshift-ansible.spec')
-rw-r--r--openshift-ansible.spec17
1 files changed, 16 insertions, 1 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec
index a1501dd74..c3bd81d49 100644
--- a/openshift-ansible.spec
+++ b/openshift-ansible.spec
@@ -5,7 +5,7 @@
}
Name: openshift-ansible
-Version: 3.0.78
+Version: 3.0.79
Release: 1%{?dist}
Summary: Openshift and Atomic Enterprise Ansible
License: ASL 2.0
@@ -279,6 +279,21 @@ Atomic OpenShift Utilities includes
%changelog
+* Tue Apr 12 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.79-1
+- Bug 1324728 - Ansible should not downgrade docker when installing 3.2
+ containerized env (bleanhar@redhat.com)
+- Fixing non-HA master restart conditional (bleanhar@redhat.com)
+- Fetching the current version a little more carefully (bleanhar@redhat.com)
+- Make sure Docker is restarted after we have correctly configured the
+ containerized systemd units (bleanhar@redhat.com)
+- use RestartSec to avoid default rate limit in systemd (bleanhar@redhat.com)
+- Convert image_tag on masters (smunilla@redhat.com)
+- Installs and upgrades from authenticated registries are not supported for now
+ (bleanhar@redhat.com)
+- Handle cases where the pacemaker variables aren't set (bleanhar@redhat.com)
+- Containerized installs on RHEL were downgrading docker unnecessarily
+ (bleanhar@redhat.com)
+
* Tue Apr 12 2016 Troy Dawson <tdawson@redhat.com> 3.0.78-1
- Add support for creating secure router. (abutcher@redhat.com)