summaryrefslogtreecommitdiffstats
path: root/openshift-ansible.spec
diff options
context:
space:
mode:
authorTroy Dawson <tdawson@redhat.com>2016-10-07 10:21:40 -0500
committerTroy Dawson <tdawson@redhat.com>2016-10-07 10:21:40 -0500
commite7d036f42257602d79fc34c387505bb064e1b391 (patch)
tree7443eed357ea00ee907897dd1f73e83757e7398b /openshift-ansible.spec
parent78d19f8a64784f693ffae5583080ba2e127cd1ba (diff)
downloadopenshift-e7d036f42257602d79fc34c387505bb064e1b391.tar.gz
openshift-e7d036f42257602d79fc34c387505bb064e1b391.tar.bz2
openshift-e7d036f42257602d79fc34c387505bb064e1b391.tar.xz
openshift-e7d036f42257602d79fc34c387505bb064e1b391.zip
Automatic commit of package [openshift-ansible] release [3.4.4-1].
Diffstat (limited to 'openshift-ansible.spec')
-rw-r--r--openshift-ansible.spec18
1 files changed, 17 insertions, 1 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec
index a8f03d17d..9392a4bd1 100644
--- a/openshift-ansible.spec
+++ b/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)