summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--.tito/packages/openshift-ansible2
-rw-r--r--openshift-ansible.spec19
2 files changed, 19 insertions, 2 deletions
diff --git a/.tito/packages/openshift-ansible b/.tito/packages/openshift-ansible
index eab5e9469..867baf141 100644
--- a/.tito/packages/openshift-ansible
+++ b/.tito/packages/openshift-ansible
@@ -1 +1 @@
-3.6.10-1 ./
+3.6.11-1 ./
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)