summaryrefslogtreecommitdiffstats
path: root/openshift-ansible.spec
diff options
context:
space:
mode:
authorTroy Dawson <tdawson@redhat.com>2016-08-10 08:41:16 -0500
committerTroy Dawson <tdawson@redhat.com>2016-08-10 08:41:16 -0500
commited8fd1bfba10b4dfa6d689e0c428cd0d4bd42bca (patch)
treefaed59485f3c720ca01a6060f9029c90c90a3d13 /openshift-ansible.spec
parentf555b4c341ff96d3c4f6bd86919c1a47b1193b0e (diff)
downloadopenshift-ed8fd1bfba10b4dfa6d689e0c428cd0d4bd42bca.tar.gz
openshift-ed8fd1bfba10b4dfa6d689e0c428cd0d4bd42bca.tar.bz2
openshift-ed8fd1bfba10b4dfa6d689e0c428cd0d4bd42bca.tar.xz
openshift-ed8fd1bfba10b4dfa6d689e0c428cd0d4bd42bca.zip
Automatic commit of package [openshift-ansible] release [3.3.9-1].
Diffstat (limited to 'openshift-ansible.spec')
-rw-r--r--openshift-ansible.spec23
1 files changed, 22 insertions, 1 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec
index 5a8a21c1c..51816cc8e 100644
--- a/openshift-ansible.spec
+++ b/openshift-ansible.spec
@@ -5,7 +5,7 @@
}
Name: openshift-ansible
-Version: 3.3.8
+Version: 3.3.9
Release: 1%{?dist}
Summary: Openshift and Atomic Enterprise Ansible
License: ASL 2.0
@@ -221,6 +221,27 @@ Atomic OpenShift Utilities includes
%changelog
+* Wed Aug 10 2016 Troy Dawson <tdawson@redhat.com> 3.3.9-1
+- Enable 'NoVolumeZoneConflict' policy for scheduler (abutcher@redhat.com)
+- a-o-i: Update nosetests for ansible_ssh_user (smunilla@redhat.com)
+- move ansible_ssh_user to deployment, remove ansible_config and
+ ansible_log_path (ghuang@redhat.com)
+- Labeling nodes only (ghuang@redhat.com)
+- Set become=no for etcd server certificates temporary directory.
+ (abutcher@redhat.com)
+- Move storage includes up to main. (abutcher@redhat.com)
+- Support gathering ansible 2.1/2.2 system facts (abutcher@redhat.com)
+- Try/except urlparse calls. (abutcher@redhat.com)
+- with_fileglob no longer supports wildcard prefixes. (abutcher@redhat.com)
+- BUILD.md lies (jmainguy@redhat.com)
+- Migrate ca.crt to ca-bundle.crt (sdodson@redhat.com)
+- Upgrade configs for protobuf support. (dgoodwin@redhat.com)
+- Fixed a bug in modify_yaml module. (dgoodwin@redhat.com)
+- make the improved log formatter work with ansible 2.1 (rmeggins@redhat.com)
+- Convert ansible facts callback to v2. (abutcher@redhat.com)
+- Add 3.3 protobuf config stanzas for master/node config. (dgoodwin@redhat.com)
+- Introduce 1.3/3.3 upgrade path. (dgoodwin@redhat.com)
+
* Mon Aug 08 2016 Troy Dawson <tdawson@redhat.com> 3.3.8-1
- Fix little mistake in openshift_master_htpasswd_users value .
(jmferrer@paradigmatecnologico.com)