From 74cfec167463b3bfd1c952fc9424a66085c0f14c Mon Sep 17 00:00:00 2001 From: David Zager Date: Fri, 19 Jan 2018 14:44:40 -0500 Subject: [PATCH] Automatic commit of package [python-openshift] minor release [0.4.0.a1-5]. Created by command: /usr/bin/tito tag --- .tito/packages/python-openshift | 2 +- python-openshift.spec | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.tito/packages/python-openshift b/.tito/packages/python-openshift index 61f8e0f2..5698689e 100644 --- a/.tito/packages/python-openshift +++ b/.tito/packages/python-openshift @@ -1 +1 @@ -0.4.0-4 ./ +0.4.0.a1-5 ./ diff --git a/python-openshift.spec b/python-openshift.spec index c104acc9..4b1587d5 100644 --- a/python-openshift.spec +++ b/python-openshift.spec @@ -4,7 +4,7 @@ Name: python-%{library} Version: 0.4.0.a1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python client for the OpenShift API License: MIT URL: https://github.com/openshift/openshift-restclient-python @@ -131,6 +131,18 @@ sed -i -e "s/extract_requirements('requirements.txt')/REQUIRES/g" setup.py %endif # with_python3 %changelog +* Fri Jan 19 2018 David Zager 0.4.0.a1-5 +- Add object to primitives, treat as string for now (fabian@fabianism.us) +- update version to match new scheme (fabian@fabianism.us) +- regen modules (fabian@fabianism.us) +- Don't exclude modules that appear in both k8s and openshift from codegen + (fabian@fabianism.us) +- Prefer openshift models to kubernetes models (fabian@fabianism.us) +- extra escape characters (fabian@fabianism.us) +- Update deployment condition to enforce python versioning standards + (fabian@fabianism.us) +- Update releasers (david.j.zager@gmail.com) + * Tue Jan 16 2018 David Zager 0.4.0-4 - fix linting (fabian@fabianism.us) - Fix ansible module generation for 1.8/3.8 (fabian@fabianism.us)