summaryrefslogtreecommitdiffstats
path: root/openshift-ansible.spec
diff options
context:
space:
mode:
authorTroy Dawson <tdawson@redhat.com>2016-05-24 15:36:30 -0500
committerTroy Dawson <tdawson@redhat.com>2016-05-24 15:36:30 -0500
commitdde716083d99ed45a2952aa67414e3344f433641 (patch)
treead76351e24f369aa34bb16b8bd22082792dab063 /openshift-ansible.spec
parent5a065cd174f91eeafa30b978841684565fb6f449 (diff)
downloadopenshift-dde716083d99ed45a2952aa67414e3344f433641.tar.gz
openshift-dde716083d99ed45a2952aa67414e3344f433641.tar.bz2
openshift-dde716083d99ed45a2952aa67414e3344f433641.tar.xz
openshift-dde716083d99ed45a2952aa67414e3344f433641.zip
Automatic commit of package [openshift-ansible] release [3.0.92-1].
Diffstat (limited to 'openshift-ansible.spec')
-rw-r--r--openshift-ansible.spec42
1 files changed, 41 insertions, 1 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec
index 6eceefbd4..a2d14cccb 100644
--- a/openshift-ansible.spec
+++ b/openshift-ansible.spec
@@ -5,7 +5,7 @@
}
Name: openshift-ansible
-Version: 3.0.91
+Version: 3.0.92
Release: 1%{?dist}
Summary: Openshift and Atomic Enterprise Ansible
License: ASL 2.0
@@ -205,6 +205,46 @@ Atomic OpenShift Utilities includes
%changelog
+* Tue May 24 2016 Troy Dawson <tdawson@redhat.com> 3.0.92-1
+- Conditionally bind mount /usr/bin/docker-current when it is present (#1941)
+ (sdodson@redhat.com)
+- Automatic commit of package [openshift-ansible] release [3.0.91-1].
+ (tdawson@redhat.com)
+- Removed the echo line and replaced it with inline comment. To keep 99-origin-
+ dns.sh from adding a new line in /etc/resolv.conf everytime the
+ NetworkManager dispatcher script is executed. (jnordell@redhat.com)
+- Extend multiple login provider check to include origin. (abutcher@redhat.com)
+- Allow multiple login providers post 3.2. (abutcher@redhat.com)
+- Make rhel_subscribe role able to subscribe for OSE 3.2 (lhuard@amadeus.com)
+- Clarify the example inventory related to proxies and builddefaults
+ (sdodson@redhat.com)
+- Ensure yum-utils installed. (abutcher@redhat.com)
+- Remove newline from docker_options template string. (abutcher@redhat.com)
+- Use systemctl restart docker instead of ansible service.
+ (dgoodwin@redhat.com)
+- Use cluster hostname while generating certificate on the master nodes
+ (vishal.patil@nuagenetworks.net)
+- Fix playbooks/openshift-master/library move to symlink (sdodson@redhat.com)
+- Task "Update router image to current version" failed, if router not in
+ default namespace (jkroepke@users.noreply.github.com)
+- docker-current was missing from the containerized atomic-openshift-
+ node.service file (maci.stgn@gmail.com)
+- fixed issue with blank spaces instead commas as variables template separators
+ (j.david.nieto@gmail.com)
+- Refactor where we compute no_proxy hostnames (sdodson@redhat.com)
+- Fix for ansible v2 (sdodson@redhat.com)
+- Fix rhel_subscribe (sdodson@redhat.com)
+- remove interpolated g_all_hosts with_items arg from upgrade playbooks
+ (cboggs@rallydev.com)
+- Set openshift.common.hostname early in playbook execution.
+ (abutcher@redhat.com)
+- Fix 'recursive loop detected in template string' for upgrading variable.
+ (abutcher@redhat.com)
+- a-o-i: No proxy questions for 3.0/3.1 (smunilla@redhat.com)
+- Fix minor upgrades in 3.1 (sdodson@redhat.com)
+- Don't pull cli image when we're not containerized (sdodson@redhat.com)
+- Check consumed pools prior to attaching. (abutcher@redhat.com)
+
* Tue May 24 2016 Troy Dawson <tdawson@redhat.com> 3.0.91-1
- Removed the echo line and replaced it with inline comment. To keep 99-origin-
dns.sh from adding a new line in /etc/resolv.conf everytime the