Skip to content

Commit

Permalink
Automatic commit of package [python-openshift] minor release [0.4.0.a…
Browse files Browse the repository at this point in the history
…1-5].

Created by command:

/usr/bin/tito tag
  • Loading branch information
djzager committed Jan 19, 2018
1 parent 3466bcc commit 74cfec1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/python-openshift
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0-4 ./
0.4.0.a1-5 ./
14 changes: 13 additions & 1 deletion python-openshift.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 <[email protected]> 0.4.0.a1-5
- Add object to primitives, treat as string for now ([email protected])
- update version to match new scheme ([email protected])
- regen modules ([email protected])
- Don't exclude modules that appear in both k8s and openshift from codegen
([email protected])
- Prefer openshift models to kubernetes models ([email protected])
- extra escape characters ([email protected])
- Update deployment condition to enforce python versioning standards
([email protected])
- Update releasers ([email protected])

* Tue Jan 16 2018 David Zager <[email protected]> 0.4.0-4
- fix linting ([email protected])
- Fix ansible module generation for 1.8/3.8 ([email protected])
Expand Down

0 comments on commit 74cfec1

Please sign in to comment.