Hello community, here is the log from the commit of package python-kubernetes for openSUSE:Factory checked in at 2018-03-28 10:32:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-kubernetes (Old) and /work/SRC/openSUSE:Factory/.python-kubernetes.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-kubernetes" Wed Mar 28 10:32:39 2018 rev:2 rq:591518 version:5.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-kubernetes/python-kubernetes.changes 2018-03-09 10:36:28.384551499 +0100 +++ /work/SRC/openSUSE:Factory/.python-kubernetes.new/python-kubernetes.changes 2018-03-28 10:32:49.757921219 +0200 @@ -1,0 +2,21 @@ +Tue Mar 27 08:23:23 UTC 2018 - [email protected] + +- update to 5.0.0: + - Update to Kubernetes 1.9 cluster + - Label selector for pods is now required and must match the pod template's + labels for v1beta2 StatefulSetSpec, ReplicaSetSpec, DaemonSetSpec and + DeploymentSpec kubernetes/kubernetes#55357 + - The dynamic admission webhook is split into two kinds, mutating and + validating. The kinds have changed completely and old code must be ported to + admissionregistration.k8s.io/v1beta1 - MutatingWebhookConfiguration and + ValidatingWebhookConfiguration kubernetes/kubernetes#55282 + - DaemonSet, Deployment, ReplicaSet, and StatefulSet have been promoted to GA + and are available in the apps/v1 group version kubernetes/kubernetes#53679 + - Introduce new storage.k8s.io/v1alpha1 VolumeAttachment object + kubernetes/kubernetes#54463 + - Introduce core/v1 RBDPersistentVolumeSource kubernetes/kubernetes#54302 + - StatefulSet status now has support for conditions + kubernetes/kubernetes#55268 + - DaemonSet status now has support for conditions kubernetes/kubernetes#55272 + +------------------------------------------------------------------- Old: ---- kubernetes-4.0.0.tar.gz New: ---- kubernetes-5.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-kubernetes.spec ++++++ --- /var/tmp/diff_new_pack.DH1UEp/_old 2018-03-28 10:32:50.589891296 +0200 +++ /var/tmp/diff_new_pack.DH1UEp/_new 2018-03-28 10:32:50.593891152 +0200 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-kubernetes -Version: 4.0.0 +Version: 5.0.0 Release: 0 Summary: Kubernetes python client License: Apache-2.0 @@ -43,19 +43,19 @@ BuildRequires: python-rpm-macros %ifpython2 BuildRequires: python2-ipaddress -Requires: python-ipaddress +Requires: python-ipaddress >= 1.0.17 %endif -Requires: python-PyYAML +Requires: python-PyYAML >= 3.12 Requires: python-certifi -Requires: python-google-auth +Requires: python-google-auth >= 1.0.1 Requires: python-oauth2client -Requires: python-python-dateutil +Requires: python-python-dateutil >= 2.5.3 Requires: python-requests Requires: python-requests-oauthlib Requires: python-setuptools -Requires: python-six -Requires: python-urllib3 -Requires: python-websocket-client +Requires: python-six >= 1.9.0 +Requires: python-urllib3 >= 1.19.1 +Requires: python-websocket-client >= 0.32.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch ++++++ kubernetes-4.0.0.tar.gz -> kubernetes-5.0.0.tar.gz ++++++ ++++ 37882 lines of diff (skipped)
