Hello community, here is the log from the commit of package kured for openSUSE:Factory checked in at 2019-01-08 12:27:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kured (Old) and /work/SRC/openSUSE:Factory/.kured.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kured" Tue Jan 8 12:27:01 2019 rev:2 rq:662067 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kured/kured.changes 2018-09-15 15:40:15.988827204 +0200 +++ /work/SRC/openSUSE:Factory/.kured.new.28833/kured.changes 2019-01-08 12:29:06.256231182 +0100 @@ -1,0 +2,24 @@ +Thu Nov 15 18:21:19 UTC 2018 - Jeff Kowalczyk <[email protected]> + +- Update to kured 1.1.0 +- Upstream bumped dependency on go1.10 via dependency k8s.io/client-go 0.9.0 + https://github.com/kubernetes/client-go +- Provide dependencies in separate vendor.tar.gz +- Improvements + * RBAC support + * Use the systemctl in the host mount namespace to effect reboots, reducing + image size and eliminating the potential for incompatibility + * Notify Slack on drain in addition to reboot + * Pass through log output from invoked kubectl commands + * Tolerate NoSchedule taint on node-role.kubernetes.io/master + * Fixed reversal of daemonset name/namespace arguments and comments in the + manifest +- Kubernetes Version Compatibility + * The daemon image contains a 1.12.x k8s.io/client-go and kubectl binary for + the purposes of maintaining the lock and draining worker nodes. Kubernetes + aims to provide forwards & backwards compatibility of one minor version + between client and server, so this should work on 1.11.x and 1.13.x. + * Tested in minikube on 1.11.4, 1.12.1 & 1.13.0-alpha.2 + * Tested in production on 1.11.2 & 1.12.2 + +------------------------------------------------------------------- @@ -5 +28,0 @@ - @@ -7,5 +30,3 @@ - Together these fix rpmlint warnings: - - - position-independent-executable-suggested - - statically-linked-binary - +- Together these fix rpmlint warnings: + * position-independent-executable-suggested + * statically-linked-binary @@ -15 +35,0 @@ - @@ -17 +36,0 @@ - @@ -24 +42,0 @@ - @@ -26 +43,0 @@ - @@ -28 +44,0 @@ - @@ -30 +45,0 @@ - @@ -32,3 +47 @@ - - - go1.11 currently in review status supports option -buildmode=pie - + * go1.11 currently in review status supports option -buildmode=pie @@ -36,2 +49 @@ - - - Go binaries are generally statically linked + * Go binaries are generally statically linked Old: ---- kured-1.0.0+git24.g5731b98.tar.gz New: ---- kured-1.1.0.tar.gz vendor.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kured.spec ++++++ --- /var/tmp/diff_new_pack.WUYp0Y/_old 2019-01-08 12:29:12.340224544 +0100 +++ /var/tmp/diff_new_pack.WUYp0Y/_new 2019-01-08 12:29:12.340224544 +0100 @@ -1,3 +1,4 @@ +# # spec file for package kured # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. @@ -11,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # # nodebuginfo @@ -23,18 +24,19 @@ %define project github.com/weaveworks/kured # Project upstream commit. -%define commit 5731b98 +%define commit dcddbff Name: kured -Version: 1.0.0+git24.g%{commit} -Release: 1 +Version: 1.1.0 +Release: 0 Summary: Kubernetes daemonset to perform safe automatic node reboots License: Apache-2.0 Group: System/Management Url: https://github.com/weaveworks/kured Source: %{name}-%{version}.tar.gz +Source1: vendor.tar.gz BuildRequires: fdupes -BuildRequires: go >= 1.7 +BuildRequires: go >= 1.10 BuildRequires: go-go-md2man ExcludeArch: s390 %if 0%{?is_opensuse} @@ -56,6 +58,7 @@ %prep %setup -q +%setup -q -T -D -a 1 %build ++++++ kured-1.0.0+git24.g5731b98.tar.gz -> kured-1.1.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/kured/kured-1.0.0+git24.g5731b98.tar.gz /work/SRC/openSUSE:Factory/.kured.new.28833/kured-1.1.0.tar.gz differ: char 5, line 1
