Skip to content

Commit

Permalink
Automatic commit of package [python-openshift] minor release [0.8.0-1].
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag
  • Loading branch information
jmontleon committed Nov 6, 2018
1 parent b52fc4a commit 0dc4b10
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/python-openshift
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.2-12 ./
0.8.0-1 ./
26 changes: 24 additions & 2 deletions python-openshift.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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])
Expand Down

0 comments on commit 0dc4b10

Please sign in to comment.