Kubernetes Reboot Daemon

Edit Package kured
https://github.com/weaveworks/kured

Kured (KUbernetes REboot Daemon) is a Kubernetes daemonset that performs safe automatic node reboots when the need to do so is indicated by the package management system of the underlying OS.

Refresh
Refresh
Source Files (show unmerged sources)
Filename Size Changed
_service 0000000631 631 Bytes
_servicedata 0000000237 237 Bytes
kured-1.15.1.tar.gz 0000084757 82.8 KB
kured-imagePullPolicy.patch 0000000877 877 Bytes
kured.changes 0000038170 37.3 KB
kured.spec 0000002773 2.71 KB
systemctl-path.patch 0000001272 1.24 KB
vendor.tar.gz 0008434385 8.04 MB
Latest Revision
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) committed (revision 2)
- Packaging improvements:
  * Rebase kured-imagePullPolicy.patch
  * Rebase systemctl-path.patch
  * _service change disabled to manual per osc deprecation warning:
    WARNING: Command 'disabledrun/dr' is obsolete, please convert
    your _service to use 'manual' and then 'manualrun/mr' instead.
  * Update to BuildRequires: golang(API) >= 1.20 matching go.mod
  * Re-enable binary stripping and debuginfo boo#1210938
  * Drop BuildRequires: go-md2man and use plain markdown as %doc
  * Drop BuildRequires: fdupes and usage during install step. Go
    application packages have a small number of installed files and
    this hasn't been an issue following the transition from GOPATH
  * Drop ExcludeArch: s390
  * Remove ldflags -X entries for upstream import path and version.
    This information is embedded in binaries with go1.18+ and
    available via go version -m or runtime/debug.ReadBuildInfo().
  * Remove define git commit ref no longer needed
  * Build PIE with pattern that may become recommended procedure:
    %%ifnarch ppc64 GOFLAGS="-buildmode=pie" %%endif go build
    A go toolchain buildmode default config would be preferable
    but none exist at this time.
  * Drop mod=vendor, go1.14+ will detect vendor dir and auto-enable
  * Add basic %check to execute binary --help

- Update to version 1.15.1:
  * chore: update to 1.15.1
  * update bootstrap tools
  * update k8s deps
  * build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0
  * build(deps): bump guyarb/golang-test-annoations from 0.7.0 to 0.8.0
Comments 0
openSUSE Build Service is sponsored by