From cecaee28ac35481baf3f8236a9d05b3a2ac605b2 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Fri, 26 Oct 2018 17:52:59 -0400 Subject: [PATCH] Automatic commit of package [openshift-ansible] release [4.0.0-0.36.0]. Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug --- .tito/packages/openshift-ansible | 2 +- openshift-ansible.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.tito/packages/openshift-ansible b/.tito/packages/openshift-ansible index 9d8ea0c0c1d..09bf565ef28 100644 --- a/.tito/packages/openshift-ansible +++ b/.tito/packages/openshift-ansible @@ -1 +1 @@ -4.0.0-0.35.0 ./ +4.0.0-0.36.0 ./ diff --git a/openshift-ansible.spec b/openshift-ansible.spec index abf825c5e2a..d3efc96d580 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -10,7 +10,7 @@ Name: openshift-ansible Version: 4.0.0 -Release: 0.35.0%{?dist} +Release: 0.36.0%{?dist} Summary: Openshift and Atomic Enterprise Ansible License: ASL 2.0 URL: https://github.com/openshift/openshift-ansible @@ -189,6 +189,9 @@ BuildArch: noarch %{_datadir}/ansible/%{name}/test %changelog +* Fri Oct 26 2018 AOS Automation Release Team 4.0.0-0.36.0 +- Fix ansible version checking (celebdor@gmail.com) + * Thu Oct 25 2018 AOS Automation Release Team 4.0.0-0.35.0 - Don't install cockpit unless required (e.minguez@gmail.com) - openshift_ovirt: Add a task to create the VMs (rgolan@redhat.com)