Browse Source

Automatic commit of package [openshift-ansible] release [3.0.79-1].

Brenton Leanhardt 9 years ago
parent
commit
9c75f11cf8
2 changed files with 17 additions and 2 deletions
  1. 1 1
      .tito/packages/openshift-ansible
  2. 16 1
      openshift-ansible.spec

+ 1 - 1
.tito/packages/openshift-ansible

@@ -1 +1 @@
-3.0.78-1 ./
+3.0.79-1 ./

+ 16 - 1
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)