diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-06-09 16:31:34 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2016-06-09 16:31:34 -0400 |
commit | 7a2a4d7603ddec410a9f045d2de374317520ced8 (patch) | |
tree | 891fec60e62b386d5a35e2367ed43a3fb10adcec /openshift-ansible.spec | |
parent | 6498187103bd951304ce8112b927d430347513e0 (diff) | |
download | openshift-7a2a4d7603ddec410a9f045d2de374317520ced8.tar.gz openshift-7a2a4d7603ddec410a9f045d2de374317520ced8.tar.bz2 openshift-7a2a4d7603ddec410a9f045d2de374317520ced8.tar.xz openshift-7a2a4d7603ddec410a9f045d2de374317520ced8.zip |
Automatic commit of package [openshift-ansible] release [3.3.0-1].
Diffstat (limited to 'openshift-ansible.spec')
-rw-r--r-- | openshift-ansible.spec | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec index 5089ddaaf..b44f4e28a 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -5,7 +5,7 @@ } Name: openshift-ansible -Version: 3.0.97 +Version: 3.3.0 Release: 1%{?dist} Summary: Openshift and Atomic Enterprise Ansible License: ASL 2.0 @@ -205,6 +205,24 @@ Atomic OpenShift Utilities includes %changelog +* Thu Jun 09 2016 Scott Dodson <sdodson@redhat.com> 3.3.0-1 +- Restore mistakenly reverted code. (dgoodwin@redhat.com) +- Add openshift_loadbalancer_facts role to set lb facts prior to running + dependencies. (abutcher@redhat.com) +- Bug 1338726 - never abort install if the latest version of docker is already + installed (bleanhar@redhat.com) +- Preserve proxy config if it's undefined (sdodson@redhat.com) +- At least backup things (sdodson@redhat.com) +- Use unique play names to make things easier to debug (sdodson@redhat.com) +- Ansible 2.1 support. (abutcher@redhat.com) +- add skydns port 8053 to openstack master sec group (jawed.khelil@amadeus.com) +- fix dns openstack flavor instead of openshift flavor + (jawed.khelil@amadeus.com) +- Fix Docker 1.10 problems with empty tags and trailing : (dgoodwin@redhat.com) +- ensure htpasswd file exists (tob@butter.sh) +- Docker 1.10 Upgrade (dgoodwin@redhat.com) +- Add flag to manage htpasswd, or not. (tob@butter.sh) + * Mon Jun 06 2016 Scott Dodson <sdodson@redhat.com> 3.0.97-1 - Only run node specific bits on nodes (sdodson@redhat.com) - Update main.yaml (detiber@gmail.com) |