-
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.8.0-1].
Created by command: /usr/bin/tito tag
- Loading branch information
Showing
2 changed files
with
25 additions
and
3 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.6.2-12 ./ | ||
0.8.0-1 ./ |
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 |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
%global library openshift | ||
|
||
Name: python-%{library} | ||
Version: 0.7.0 | ||
Release: 12%{?dist} | ||
Version: 0.8.0 | ||
Release: 1%{?dist} | ||
Summary: Python client for the OpenShift API | ||
License: MIT | ||
URL: https://github.com/openshift/openshift-restclient-python | ||
|
@@ -131,6 +131,28 @@ sed -i -e "s/extract_requirements('requirements.txt')/REQUIRES/g" setup.py | |
%endif # with_python3 | ||
|
||
%changelog | ||
* Tue Nov 06 2018 Jason Montleon <[email protected]> 0.8.0-1 | ||
- Fix tag condition ([email protected]) | ||
- Add watch to dynamic client (#221) ([email protected]) | ||
- Pin flake8 ([email protected]) | ||
- Do not decode response data in Python2 (#225) | ||
([email protected]) | ||
- ResourceContainer does not contain delete method (#227) | ||
([email protected]) | ||
- Add basic documentation for dynamic client verbs to README (#222) | ||
([email protected]) | ||
- Add support for *List kinds (#213) ([email protected]) | ||
- Add validate helper function (#199) ([email protected]) | ||
- DynamicApiError: add a summary method (#211) ([email protected]) | ||
- Allow less strict kubernetes version requirements (#207) ([email protected]) | ||
- Add behavior-based tests for dynamic client (#208) ([email protected]) | ||
- Provide 'append_hash' for ConfigMaps and Secrets (#196) ([email protected]) | ||
- Allow creates on subresources properly (#201) ([email protected]) | ||
- Rename async to async_req for compatibility with python3 and kubernetes 7 | ||
(#197) ([email protected]) | ||
- Update kube_config to support concurrent clusters (#193) | ||
([email protected]) | ||
|
||
* Mon Aug 06 2018 David Zager <[email protected]> 0.6.2-12 | ||
- Fix decode issue (#192) ([email protected]) | ||
- b64encode expects bytes not string ([email protected]) | ||
|