Browse Source

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

Troy Dawson 8 years ago
parent
commit
e7d036f422
2 changed files with 18 additions and 2 deletions
  1. 1 1
      .tito/packages/openshift-ansible
  2. 17 1
      openshift-ansible.spec

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

@@ -1 +1 @@
-3.4.3-1 ./
+3.4.4-1 ./

+ 17 - 1
openshift-ansible.spec

@@ -5,7 +5,7 @@
 }
 
 Name:           openshift-ansible
-Version:        3.4.3
+Version:        3.4.4
 Release:        1%{?dist}
 Summary:        Openshift and Atomic Enterprise Ansible
 License:        ASL 2.0
@@ -249,6 +249,22 @@ Atomic OpenShift Utilities includes
 
 
 %changelog
+* Fri Oct 07 2016 Troy Dawson <tdawson@redhat.com> 3.4.4-1
+- note different product versions (jeder@redhat.com)
+- Error out if containerized=true for lb host. (dgoodwin@redhat.com)
+- Removes an unused file (jtslear@gmail.com)
+- Update v1.3 content (sdodson@redhat.com)
+- Add v1.4 content (sdodson@redhat.com)
+- Set master facts for first master in node scaleup. (abutcher@redhat.com)
+- Fix default port typo. (abutcher@redhat.com)
+- Add example openid/request header providers and explain certificate
+  variables. (abutcher@redhat.com)
+- Move openshift.common.debug.level to openshift_facts. (abutcher@redhat.com)
+- Don't secure registry or deploy registry console when infra replics == 0
+  (abutcher@redhat.com)
+- the example line fails on releases prior to 3.3, so put a comment there.
+  (jeder@redhat.com)
+
 * Tue Oct 04 2016 Scott Dodson <sdodson@redhat.com> 3.4.3-1
 - Check if openshift_master_ingress_ip_network_cidr is defined
   (Mathias.Merscher@dg-i.net)