diff options
author | Jenkins CD Merge Bot <tdawson@redhat.com> | 2017-03-21 06:01:12 -0400 |
---|---|---|
committer | Jenkins CD Merge Bot <tdawson@redhat.com> | 2017-03-21 06:01:12 -0400 |
commit | 1c3bcb9054805127c983e2dd79f81a945c2ce9d8 (patch) | |
tree | 116583024e71595d47ca9fc6af039cc5d087a442 | |
parent | 8f9adf4a895b1f33a8c9ae734483c428c10e8b15 (diff) | |
download | openshift-1c3bcb9054805127c983e2dd79f81a945c2ce9d8.tar.gz openshift-1c3bcb9054805127c983e2dd79f81a945c2ce9d8.tar.bz2 openshift-1c3bcb9054805127c983e2dd79f81a945c2ce9d8.tar.xz openshift-1c3bcb9054805127c983e2dd79f81a945c2ce9d8.zip |
Automatic commit of package [openshift-ansible] release [3.6.5-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 | 14 |
2 files changed, 14 insertions, 2 deletions
diff --git a/.tito/packages/openshift-ansible b/.tito/packages/openshift-ansible index 83ad0900b..9e7b18195 100644 --- a/.tito/packages/openshift-ansible +++ b/.tito/packages/openshift-ansible @@ -1 +1 @@ -3.6.4-1 ./ +3.6.5-1 ./ diff --git a/openshift-ansible.spec b/openshift-ansible.spec index 6945c52ce..221740ff3 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.4 +Version: 3.6.5 Release: 1%{?dist} Summary: Openshift and Atomic Enterprise Ansible License: ASL 2.0 @@ -270,6 +270,18 @@ Atomic OpenShift Utilities includes %changelog +* Tue Mar 21 2017 Jenkins CD Merge Bot <tdawson@redhat.com> 3.6.5-1 +- Attempt to match version of excluders to target version (sdodson@redhat.com) +- Get rid of adjust.yml (sdodson@redhat.com) +- Protect against missing commands (sdodson@redhat.com) +- Simplify excluder enablement logic a bit more (sdodson@redhat.com) +- Add tito releaser for 3.6 (smunilla@redhat.com) +- Adding oc_group to lib_openshift (kwoodson@redhat.com) +- preflight checks: improve user output from checks (lmeyer@redhat.com) +- preflight checks: bypass RPM excludes (lmeyer@redhat.com) +- acceptschema2 default: true (aweiteka@redhat.com) +- Do not require python-six via openshift_facts (rhcarvalho@gmail.com) + * Sat Mar 18 2017 Jenkins CD Merge Bot <tdawson@redhat.com> 3.6.4-1 - Cherry picking from #3689 (ewolinet@redhat.com) - Moving projects task within openshift_hosted (rteague@redhat.com) |