summaryrefslogtreecommitdiffstats
path: root/openshift-ansible.spec
diff options
context:
space:
mode:
authorJenkins CD Merge Bot <tdawson@redhat.com>2017-03-29 06:02:07 -0400
committerJenkins CD Merge Bot <tdawson@redhat.com>2017-03-29 06:02:07 -0400
commit62a090ff7ca4387f48cbd7ceacdb27de798bdbf5 (patch)
tree8e8acb2c54a062df51dc846185c76cb379363662 /openshift-ansible.spec
parent1579cfed66e56af061fb3f761e50971daecba7f4 (diff)
downloadopenshift-62a090ff7ca4387f48cbd7ceacdb27de798bdbf5.tar.gz
openshift-62a090ff7ca4387f48cbd7ceacdb27de798bdbf5.tar.bz2
openshift-62a090ff7ca4387f48cbd7ceacdb27de798bdbf5.tar.xz
openshift-62a090ff7ca4387f48cbd7ceacdb27de798bdbf5.zip
Automatic commit of package [openshift-ansible] release [3.6.11-1].
Created by command: /usr/bin/tito tag --accept-auto-changelog
Diffstat (limited to 'openshift-ansible.spec')
-rw-r--r--openshift-ansible.spec19
1 files changed, 18 insertions, 1 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec
index 228afea58..e0cd9c097 100644
--- a/openshift-ansible.spec
+++ b/openshift-ansible.spec
@@ -9,7 +9,7 @@
%global __requires_exclude ^/usr/bin/ansible-playbook$
Name: openshift-ansible
-Version: 3.6.10
+Version: 3.6.11
Release: 1%{?dist}
Summary: Openshift and Atomic Enterprise Ansible
License: ASL 2.0
@@ -270,6 +270,23 @@ Atomic OpenShift Utilities includes
%changelog
+* Wed Mar 29 2017 Jenkins CD Merge Bot <tdawson@redhat.com> 3.6.11-1
+- Add etcd_debug and etcd_log_package_levels variables (sdodson@redhat.com)
+- Make the OCP available version detection excluder free (jchaloup@redhat.com)
+- Add test scaffold for docker_image_availability.py (rhcarvalho@gmail.com)
+- Add unit tests for package_version.py (rhcarvalho@gmail.com)
+- Add unit tests for package_update.py (rhcarvalho@gmail.com)
+- Add unit tests for package_availability.py (rhcarvalho@gmail.com)
+- Add unit tests for mixins.py (rhcarvalho@gmail.com)
+- Test recursively finding subclasses (rhcarvalho@gmail.com)
+- Test OpenShift health check loader (rhcarvalho@gmail.com)
+- Rename module_executor -> execute_module (rhcarvalho@gmail.com)
+- Use oo_version_gte_3_6+ for future versions and treat 1.x origin as legacy.
+ Add tests. (abutcher@redhat.com)
+- Added 3.5 -> 3.6 upgrade playbooks (skuznets@redhat.com)
+- Add oo_version_gte_X_X_or_Y_Y version comparison filters.
+ (abutcher@redhat.com)
+
* Tue Mar 28 2017 Jenkins CD Merge Bot <tdawson@redhat.com> 3.6.10-1
- Use meta/main.yml for role dependencies (rteague@redhat.com)
- Upgrade specific rpms instead of just master/node. (dgoodwin@redhat.com)