diff options
author | Jenkins CD Merge Bot <tdawson@redhat.com> | 2017-03-28 06:01:29 -0400 |
---|---|---|
committer | Jenkins CD Merge Bot <tdawson@redhat.com> | 2017-03-28 06:01:29 -0400 |
commit | 0d38f04595fc2098cf8304faf20e15e62f43955c (patch) | |
tree | 5349eb02e064d316bd707a41be820944798605c4 | |
parent | f324d6d1040b6af82113a1e975903ae8fd64fef8 (diff) | |
download | openshift-0d38f04595fc2098cf8304faf20e15e62f43955c.tar.gz openshift-0d38f04595fc2098cf8304faf20e15e62f43955c.tar.bz2 openshift-0d38f04595fc2098cf8304faf20e15e62f43955c.tar.xz openshift-0d38f04595fc2098cf8304faf20e15e62f43955c.zip |
Automatic commit of package [openshift-ansible] release [3.6.10-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 | 17 |
2 files changed, 17 insertions, 2 deletions
diff --git a/.tito/packages/openshift-ansible b/.tito/packages/openshift-ansible index 98f47be52..eab5e9469 100644 --- a/.tito/packages/openshift-ansible +++ b/.tito/packages/openshift-ansible @@ -1 +1 @@ -3.6.9-1 ./ +3.6.10-1 ./ diff --git a/openshift-ansible.spec b/openshift-ansible.spec index 632a7b933..228afea58 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.9 +Version: 3.6.10 Release: 1%{?dist} Summary: Openshift and Atomic Enterprise Ansible License: ASL 2.0 @@ -270,6 +270,21 @@ Atomic OpenShift Utilities includes %changelog +* 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) +- Adding namespace to doc. (kwoodson@redhat.com) +- Add calico. (djosborne10@gmail.com) +- Fixing up test cases, linting, and added a return. (kwoodson@redhat.com) +- first step in ocimage (ihorvath@redhat.com) +- ocimage (ihorvath@redhat.com) +- Setting defaults on openshift_hosted. (kwoodson@redhat.com) +- rebase and regenerate (jdiaz@redhat.com) +- fix up things flagged by flake8 (jdiaz@redhat.com) +- clean up and clarify docs/comments (jdiaz@redhat.com) +- add oc_user ansible module (jdiaz@redhat.com) +- Fix etcd cert generation (djosborne10@gmail.com) + * Sat Mar 25 2017 Jenkins CD Merge Bot <tdawson@redhat.com> 3.6.9-1 - Found this while searching the metrics role for logging, is this wrong? (sdodson@redhat.com) |