Changelog for
python3-openshift-0.11.2-1.el8.noarch.rpm :
* Mon Jun 08 2020 Jason Montleon
- 1:0.11.2.1- Rebuilt for Python 3.9
* Tue May 26 2020 Miro Hrončok - 1:0.11.0-4- Rebuilt for Python 3.9
* Thu Apr 30 2020 Jason Montleon 1:0.11.0-3- Add missing changelog entries
* Thu Apr 30 2020 Jason Montleon 1:0.11.0-2- Fix el8 builds
* Thu Apr 30 2020 Jason Montleon 1:0.11.0-1- Update to 0.11.0
* Fri Mar 13 2020 Jason Montleon 1:0.10.3-1- Update to 0.10.3
* Wed Feb 19 2020 Jason Montleon 1:0.10.2-1- Update to 0.10.2
* Thu Jan 30 2020 Fedora Release Engineering - 1:0.10.1-4- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Tue Dec 17 2019 Jason Montleon 0.10.1-3- work around BZ 1759100
* Tue Dec 17 2019 Jason Montleon 0.10.1-2- remove exclude possibly causing problems
* Tue Dec 17 2019 Jason Montleon 0.10.1-1- Update to upstream 0.10.1
* Fri Nov 08 2019 Jason Montleon 0.10.0-1- Update to upstream 0.10.0
* Fri Oct 18 2019 Jason Montleon 0.9.2-1- Update to upstream 0.9.2
* Thu Oct 03 2019 Miro Hrončok - 1:0.8.8-4- Rebuilt for Python 3.8.0rc1 (#1748018)
* Mon Aug 19 2019 Miro Hrončok - 1:0.8.8-3- Rebuilt for Python 3.8
* Fri Jul 26 2019 Fedora Release Engineering - 1:0.8.8-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Thu Apr 25 2019 Jason Montleon 0.8.8-1- Update to upstream 0.8.8
* Wed Apr 24 2019 Jason Montleon 0.8.7-1- Update to upstream 0.8.7
* Mon Feb 18 2019 Jason Montleon 0.8.6-1- Update to upstream 0.8.6
* Sat Feb 02 2019 Jason Montleon 0.8.4-3- Disable checks for EPEL builds- Remove kubernetes BuildRequire for EPEL builds, requires websocket-client- websocket-client is in extras, required by EPEL, but not available in buildroot?
* Tue Jan 29 2019 Jason Montleon 0.8.4-2- Fix orphaned library directories- Add unit tets to %check- Remove some unnecessary sed statements for EL7
* Tue Jan 29 2019 Jason Montleon 0.8.4-1- Update to 0.8.4
* Thu Dec 20 2018 Daniel Mellado 0.8.1-2- Ensure .doctrees directory is also cleaned up- Remove unnecessary provides name setting
* Tue Nov 06 2018 Jason Montleon 0.8.1-1- Bump version (fabianAATTfabianism.us)- [release-0.8] When searching for resources, prefer non-List matches (#232) (openshift-cherrypick-robotAATTredhat.com)- Version + dependency bump (fabianAATTfabianism.us)- Disable python2 builds for Fedora and python3 for EPEL by default
* Tue Nov 06 2018 Jason Montleon 0.8.0-1- Fix tag condition (fabianAATTfabianism.us)- Add watch to dynamic client (#221) (fabianAATTfabianism.us)- Pin flake8 (fabianAATTfabianism.us)- Do not decode response data in Python2 (#225) (16732494+wallecanAATTusers.noreply.github.com)- ResourceContainer does not contain delete method (#227) (mosonkonradAATTgmail.com)- Add basic documentation for dynamic client verbs to README (#222) (fabianAATTfabianism.us)- Add support for
*List kinds (#213) (fabianAATTfabianism.us)- fix deployment conditional (fabianAATTfabianism.us)- Bump version + requirements (fabianAATTfabianism.us)- Add validate helper function (#199) (willAATTthames.id.au)- DynamicApiError: add a summary method (#211) (pierre-louisAATTlibregerbil.fr)- Allow less strict kubernetes version requirements (#207) (willAATTthames.id.au)- Add behavior-based tests for dynamic client (#208) (fabianAATTfabianism.us)- Provide \'append_hash\' for ConfigMaps and Secrets (#196) (willAATTthames.id.au)- Allow creates on subresources properly (#201) (fabianAATTfabianism.us)- Rename async to async_req for compatibility with python3 and kubernetes 7 (#197) (fabianAATTfabianism.us)- Update kube_config to support concurrent clusters (#193) (tdecacquAATTredhat.com)
* Mon Aug 06 2018 David Zager 0.6.2-12- Fix decode issue (#192) (lostonamountainAATTgmail.com)- b64encode expects bytes not string (fridolinAATTredhat.com)- Update releasers for 3.11 (david.j.zagerAATTgmail.com)
* Mon Jul 23 2018 David Zager 0.6.2-11- include version update script (fabianAATTfabianism.us)- Version bump to 0.6.2 (fabianAATTfabianism.us)
* Thu Jul 05 2018 David Zager 0.6.1-10- Install openshift.dynamic in RPM (#180) (dzagerAATTredhat.com)
* Thu Jul 05 2018 David Zager 0.6.1-9- Call functions on resource fields if they don\'t exist as name (#179) (willAATTthames.id.au)- Release 0.6.1 (fabianAATTfabianism.us)- Fix typo in argument passing for patch in dynamic client. (#176) (fabianAATTfabianism.us)- Prevent duplicate keys when creating resource (#178) (dzagerAATTredhat.com)- Allow content type specification in resource.patch (#174) (willAATTthames.id.au)- release 0.6.0 (fabianAATTfabianism.us)- Default singular name to name sans last letter (#173) (fabianAATTfabianism.us)- Serialize body more thoroughly, won\'t always be passed as kwarg (#172) (fabianAATTfabianism.us)- decode response data for python3 compatibility (#171) (fabianAATTfabianism.us)- add dynamic client (#167) (fabianAATTfabianism.us)- Fixes a bug when running fix_serialization on Kubernetes ExternalName… (#161) (zapur1AATTusers.noreply.github.com)
* Tue Feb 27 2018 David Zager 0.5.0-8- Bug 1546843- RuntimeRawExtension objects will now deserialize (fabianAATTfabianism.us)- Add compatiblity matrix (fabianAATTfabianism.us)
* Thu Feb 22 2018 David Zager 0.5.0-7- Update client for release k8s-client 5.0 (david.j.zagerAATTgmail.com)- Lint fix (chouseknAATTredhat.com)- Add \'Bearer\' to auth header (chouseknAATTredhat.com)- All objects will now be instantiated with the proper configuration (fabianAATTfabianism.us)- Restore API and model matching (chouseknAATTredhat.com)
* Thu Feb 08 2018 David Zager 0.5.0.a1-6- Allow beta k8s client (david.j.zagerAATTgmail.com)- Update client to use k8s client 5 (david.j.zagerAATTgmail.com)
* Fri Jan 19 2018 David Zager 0.4.0.a1-5- Add object to primitives, treat as string for now (fabianAATTfabianism.us)- update version to match new scheme (fabianAATTfabianism.us)- regen modules (fabianAATTfabianism.us)- Don\'t exclude modules that appear in both k8s and openshift from codegen (fabianAATTfabianism.us)- Prefer openshift models to kubernetes models (fabianAATTfabianism.us)- extra escape characters (fabianAATTfabianism.us)- Update deployment condition to enforce python versioning standards (fabianAATTfabianism.us)- Update releasers (david.j.zagerAATTgmail.com)
* Tue Jan 16 2018 David Zager 0.4.0-4- fix linting (fabianAATTfabianism.us)- Fix ansible module generation for 1.8/3.8 (fabianAATTfabianism.us)- Remove old OpenShift versions (david.j.zagerAATTgmail.com)- Update watch test (fabianAATTfabianism.us)- fix a few nil value errors (fabianAATTfabianism.us)- regen modules (fabianAATTfabianism.us)- Fixed some errors around object instantiation in the helpers (fabianAATTfabianism.us)- Generated code (david.j.zagerAATTgmail.com)- Essentials for updating client-python to 4.0 (david.j.zagerAATTgmail.com)- Helper base cleanup (#132) (chouseknAATTredhat.com)
* Mon Dec 04 2017 Jason Montleon 0.3.4-3- prefix test names with the cluster type (openshift/k8s) to prevent collision (fabianAATTfabianism.us)- after the argspec is fully created, go through all aliases and remove any collisions (fabianAATTfabianism.us)- Add test for build config (fabianAATTfabianism.us)- Update _from conversion to handle all python keywords (fabianAATTfabianism.us)- Handle _from -> from and vice versa in ansible helper (fabianAATTfabianism.us)- add exclude for new file that won\'t be packaged (#125) (jmontleoAATTredhat.com)- Fix k8s_v1beta1_role_binding 404s (#122) (fabianAATTfabianism.us)- Pin pytest version due to broken internal API (fabianAATTfabianism.us)- Add custom_objects_spec.json to package data (ceridwenAATTusers.noreply.github.com)
* Fri Nov 03 2017 Jason Montleon 0.3.4-2- Update version
* Fri Nov 03 2017 Jason Montleon 0.3.3-8- Bug 1508969 - Add foreground propagation policy (david.j.zagerAATTgmail.com)- Document how to use the Dockerfile (david.j.zagerAATTgmail.com)- Add Dockerfile (david.j.zagerAATTgmail.com)- add unit test for watch (fabianAATTfabianism.us)- Bump version (fabianAATTfabianism.us)- Support watching openshift resources (fabianAATTfabianism.us)
* Fri Oct 13 2017 Jason Montleon 0.3.3-7- add python-requests rpm dep
* Fri Oct 13 2017 Jason Montleon 0.3.3-6- Fix module Python interpreter (chouseknAATTredhat.com)- Version bump (fabianAATTfabianism.us)- fix version regex and api_version formatting to prevent filtering out valid APIs (fabianAATTfabianism.us)
* Fri Oct 06 2017 Jason Montleon 0.3.2-5- ignore requirements.txt in packaging
* Fri Oct 06 2017 Jason Montleon 0.3.2-4-
* Fri Oct 06 2017 Jason Montleon 0.3.2-3- make source name match package name
* Fri Oct 06 2017 Jason Montleon 0.3.2-2- Fix source name
* Fri Oct 06 2017 Jason Montleon 0.3.2-1- new package built with tito
* Wed May 10 2017 Jason Montleon 1.0.0-0.3- Initial Build