diff options
author | Jenkins CD Merge Bot <tdawson@redhat.com> | 2017-04-14 06:02:05 -0400 |
---|---|---|
committer | Jenkins CD Merge Bot <tdawson@redhat.com> | 2017-04-14 06:02:05 -0400 |
commit | 90f6a70bc7cdc128e0fb5809bb8ddeb37a0f8b89 (patch) | |
tree | 7e3a1e53393e869645b8e101b533ed81b17d3408 | |
parent | 298f1aafc42e5c34938e1071353d103ad8964725 (diff) | |
download | openshift-90f6a70bc7cdc128e0fb5809bb8ddeb37a0f8b89.tar.gz openshift-90f6a70bc7cdc128e0fb5809bb8ddeb37a0f8b89.tar.bz2 openshift-90f6a70bc7cdc128e0fb5809bb8ddeb37a0f8b89.tar.xz openshift-90f6a70bc7cdc128e0fb5809bb8ddeb37a0f8b89.zip |
Automatic commit of package [openshift-ansible] release [3.6.24-1].
Created by command:
/usr/bin/tito tag --accept-auto-changelog
-rw-r--r-- | .tito/packages/openshift-ansible | 2 | ||||
-rw-r--r-- | openshift-ansible.spec | 10 |
2 files changed, 10 insertions, 2 deletions
diff --git a/.tito/packages/openshift-ansible b/.tito/packages/openshift-ansible index 030cb2838..487cfae40 100644 --- a/.tito/packages/openshift-ansible +++ b/.tito/packages/openshift-ansible @@ -1 +1 @@ -3.6.23-1 ./ +3.6.24-1 ./ diff --git a/openshift-ansible.spec b/openshift-ansible.spec index e5cef6ec1..d395b3ec4 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.23 +Version: 3.6.24 Release: 1%{?dist} Summary: Openshift and Atomic Enterprise Ansible License: ASL 2.0 @@ -270,6 +270,14 @@ Atomic OpenShift Utilities includes %changelog +* Fri Apr 14 2017 Jenkins CD Merge Bot <tdawson@redhat.com> 3.6.24-1 +- tox tests: pin test requirement versions (lmeyer@redhat.com) +- This is no longer a widely encountered issue (sdodson@redhat.com) +- Standardize use of byo and common for network_manager.yml + (rteague@redhat.com) +- Disable swap space on nodes at install and upgrade (rteague@redhat.com) +- Do not check package version on non-master/node (rhcarvalho@gmail.com) + * Thu Apr 13 2017 Jenkins CD Merge Bot <tdawson@redhat.com> 3.6.23-1 - Refactor initialize groups tasks (rteague@redhat.com) - tox tests: pin test requirement versions (lmeyer@redhat.com) |