-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic commit of package [python-openshift] minor release [0.4.0.a…
…1-5]. Created by command: /usr/bin/tito tag
- Loading branch information
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.4.0-4 ./ | ||
0.4.0.a1-5 ./ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[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]) | ||
|