Skip to content

Commit 74cfec1

Browse files
committed
Automatic commit of package [python-openshift] minor release [0.4.0.a1-5].
Created by command: /usr/bin/tito tag
1 parent 3466bcc commit 74cfec1

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.tito/packages/python-openshift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0-4 ./
1+
0.4.0.a1-5 ./

python-openshift.spec

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

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

133133
%changelog
134+
* Fri Jan 19 2018 David Zager <[email protected]> 0.4.0.a1-5
135+
- Add object to primitives, treat as string for now ([email protected])
136+
- update version to match new scheme ([email protected])
137+
- regen modules ([email protected])
138+
- Don't exclude modules that appear in both k8s and openshift from codegen
139+
140+
- Prefer openshift models to kubernetes models ([email protected])
141+
- extra escape characters ([email protected])
142+
- Update deployment condition to enforce python versioning standards
143+
144+
- Update releasers ([email protected])
145+
134146
* Tue Jan 16 2018 David Zager <[email protected]> 0.4.0-4
135147
- fix linting ([email protected])
136148
- Fix ansible module generation for 1.8/3.8 ([email protected])

0 commit comments

Comments
 (0)