Skip to content

Commit 1206748

Browse files
committed
Automatic commit of package [python-openshift] minor release [0.8.1-1].
Created by command: /usr/bin/tito tag
1 parent e39dd4c commit 1206748

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

.tito/packages/python-openshift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.2-12 ./
1+
0.8.1-1 ./

.tito/releasers.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ builder.test = 1
1515

1616
[asb-brew]
1717
releaser = tito.release.DistGitReleaser
18-
branches = rhaos-3.11-asb-rhel-7
18+
branches = rhaos-4.0-asb-rhel-7

python-openshift.spec

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Name: python-%{library}
66
Version: 0.8.1
7-
Release: 12%{?dist}
7+
Release: 1%{?dist}
88
Summary: Python client for the OpenShift API
99
License: MIT
1010
URL: https://github.com/openshift/openshift-restclient-python
@@ -131,6 +131,33 @@ sed -i -e "s/extract_requirements('requirements.txt')/REQUIRES/g" setup.py
131131
%endif # with_python3
132132

133133
%changelog
134+
* Tue Nov 06 2018 Jason Montleon <[email protected]> 0.8.1-1
135+
- Bump version ([email protected])
136+
- [release-0.8] When searching for resources, prefer non-List matches (#232)
137+
138+
- Version + dependency bump ([email protected])
139+
- Add watch to dynamic client (#221) ([email protected])
140+
- Pin flake8 ([email protected])
141+
- Do not decode response data in Python2 (#225)
142+
143+
- ResourceContainer does not contain delete method (#227)
144+
145+
- Add basic documentation for dynamic client verbs to README (#222)
146+
147+
- Add support for *List kinds (#213) ([email protected])
148+
- fix deployment conditional ([email protected])
149+
- Bump version + requirements ([email protected])
150+
- Add validate helper function (#199) ([email protected])
151+
- DynamicApiError: add a summary method (#211) ([email protected])
152+
- Allow less strict kubernetes version requirements (#207) ([email protected])
153+
- Add behavior-based tests for dynamic client (#208) ([email protected])
154+
- Provide 'append_hash' for ConfigMaps and Secrets (#196) ([email protected])
155+
- Allow creates on subresources properly (#201) ([email protected])
156+
- Rename async to async_req for compatibility with python3 and kubernetes 7
157+
158+
- Update kube_config to support concurrent clusters (#193)
159+
160+
134161
* Mon Aug 06 2018 David Zager <[email protected]> 0.6.2-12
135162
- Fix decode issue (#192) ([email protected])
136163
- b64encode expects bytes not string ([email protected])

0 commit comments

Comments
 (0)