diff options
author | Jenkins CD Merge Bot <tdawson@redhat.com> | 2017-03-25 06:01:24 -0400 |
---|---|---|
committer | Jenkins CD Merge Bot <tdawson@redhat.com> | 2017-03-25 06:01:24 -0400 |
commit | f1db80c12f9271099bf65cb69ad0e2804764b7ef (patch) | |
tree | ba78a318ce3470c07db4fbc014aec3adb57173a5 | |
parent | 8ba91f38b5ba6ed0c7c442b359ab6370c494d70e (diff) | |
download | openshift-f1db80c12f9271099bf65cb69ad0e2804764b7ef.tar.gz openshift-f1db80c12f9271099bf65cb69ad0e2804764b7ef.tar.bz2 openshift-f1db80c12f9271099bf65cb69ad0e2804764b7ef.tar.xz openshift-f1db80c12f9271099bf65cb69ad0e2804764b7ef.zip |
Automatic commit of package [openshift-ansible] release [3.6.9-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 | 19 |
2 files changed, 19 insertions, 2 deletions
diff --git a/.tito/packages/openshift-ansible b/.tito/packages/openshift-ansible index 3343cc789..98f47be52 100644 --- a/.tito/packages/openshift-ansible +++ b/.tito/packages/openshift-ansible @@ -1 +1 @@ -3.6.8-1 ./ +3.6.9-1 ./ diff --git a/openshift-ansible.spec b/openshift-ansible.spec index a80f72c07..632a7b933 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.8 +Version: 3.6.9 Release: 1%{?dist} Summary: Openshift and Atomic Enterprise Ansible License: ASL 2.0 @@ -270,6 +270,23 @@ Atomic OpenShift Utilities includes %changelog +* 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) +- Fix overriding openshift_{logging,metrics}_image_prefix (sdodson@redhat.com) +- Make linter happy (sdodson@redhat.com) +- Specify enterprise defaults for logging and metrics images + (sdodson@redhat.com) +- Update s2i-dotnetcore content (sdodson@redhat.com) +- Stop all services before upgrading openvswitch (sdodson@redhat.com) +- Bug 1434300 - Log entries are generated in ES after deployed logging stacks + via ansible, but can not be found in kibana. (rmeggins@redhat.com) +- Adding error checking to the delete. (kwoodson@redhat.com) +- Updated comment. (kwoodson@redhat.com) +- Fixed doc. Updated test to change existing key. Updated module spec for + required name param. (kwoodson@redhat.com) +- Adding oc_configmap to lib_openshift. (kwoodson@redhat.com) + * Fri Mar 24 2017 Jenkins CD Merge Bot <tdawson@redhat.com> 3.6.8-1 - vendor patched upstream docker_container module. (jvallejo@redhat.com) - add docker_image_availability check (jvallejo@redhat.com) |