Package Release Info

kured-1.15.1-bp160.1.13

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

kured
kured-k8s-yaml

Change Logs

* Sun Mar 24 2024 Jeff Kowalczyk <jkowalczyk@suse.com>
- 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
* Sun Mar 24 2024 Jeff Kowalczyk <jkowalczyk@suse.com>
- 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
  * build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0
  * build(deps): bump aquasecurity/trivy-action from 0.17.0 to 0.18.0 (#905)
  * build(deps): bump github.com/prometheus/client_golang
  * build(deps): bump github.com/prometheus/common from 0.47.0 to 0.48.0
  * Update k8s deps (#901)
  * build(deps): bump github.com/prometheus/common from 0.46.0 to 0.47.0
  * build(deps): bump helm/kind-action from 1.8.0 to 1.9.0
  * build(deps): bump aquasecurity/trivy-action from 0.16.1 to 0.17.0
  * build(deps): bump nick-invision/retry from 2.9.0 to 3.0.0 (#892)
  * build(deps): bump docker/metadata-action from 5.5.0 to 5.5.1 (#893)
  * build(deps): bump lycheeverse/lychee-action from 1.9.2 to 1.9.3
  * build(deps): bump alpine from 3.19.0 to 3.19.1
  * build(deps): bump lycheeverse/lychee-action from 1.9.1 to 1.9.2
* Sun Mar 24 2024 Jeff Kowalczyk <jkowalczyk@suse.com>
- Update to version 1.15.0:
  * feat: update to 1.15.0 (#887)
  * build(deps): bump github.com/prometheus/common from 0.45.0 to 0.46.0 (#885)
  * build(deps): bump lycheeverse/lychee-action from 1.9.0 to 1.9.1
  * build(deps): bump actions/checkout from 3 to 4
  * build(deps): bump actions/setup-go from 4 to 5 (#882)
  * build(deps): bump docker/setup-qemu-action from 2 to 3
  * build(deps): bump nick-invision/retry from 2.8.3 to 2.9.0 (#880)
  * build(deps): bump docker/setup-buildx-action from 2 to 3 (#879)
  * build(deps): bump kubereboot/kured from 1.13.2 to 1.14.2 (#877)
  * ci: update k8s test matrix (#883)
  * Add signal-reboot (#814)
  * build(deps): bump lycheeverse/lychee-action from 1.8.0 to 1.9.0
  * build(deps): bump docker/metadata-action from 5.4.0 to 5.5.0
  * build(deps): bump aquasecurity/trivy-action from 0.16.0 to 0.16.1
  * build(deps): bump github.com/prometheus/client_golang
  * build(deps): bump github.com/spf13/viper from 1.18.1 to 1.18.2
  * build(deps): bump docker/metadata-action from 5.3.0 to 5.4.0
  * update k8s image versions
  * update k8s deps
  * build(deps): bump github/codeql-action from 2 to 3
  * feat: add drain delay (#852)
  * build(deps): bump aquasecurity/trivy-action from 0.15.0 to 0.16.0
* Sun Mar 24 2024 Jeff Kowalczyk <jkowalczyk@suse.com>
- Update to version 1.14.2:
  * build(deps): bump alpine from 3.18.5 to 3.19.0
  * build(deps): bump github.com/spf13/viper from 1.18.0 to 1.18.1
  * update for 1.14.2 release
  * build(deps): bump actions/stale from 8 to 9
  * build(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.0
  * build(deps): bump actions/setup-go from 4 to 5
  * build(deps): bump aquasecurity/trivy-action from 0.14.0 to 0.15.0
  * build(deps): bump docker/metadata-action from 5.2.0 to 5.3.0
  * build(deps): bump docker/metadata-action from 5.1.0 to 5.2.0
  * build(deps): bump alpine from 3.18.4 to 3.18.5
  * build(deps): bump docker/metadata-action from 5.0.0 to 5.1.0
  * doc: rename myself (#851)
* Sun Mar 24 2024 Jeff Kowalczyk <jkowalczyk@suse.com>
- Update to version 1.14.1:
  * update 'update instructions'
  * prepare new release
  * build(deps): bump aquasecurity/trivy-action from 0.13.1 to 0.14.0
  * build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0
  * build(deps): bump aquasecurity/trivy-action from 0.13.0 to 0.13.1 (#846)
  * build(deps): bump aquasecurity/trivy-action from 0.12.0 to 0.13.0
  * build(deps): bump github.com/prometheus/common from 0.44.0 to 0.45.0
  * update x/net dependency
  * update k8s dependencies
  * build(deps): bump github.com/spf13/viper from 1.16.0 to 1.17.0
  * build(deps): bump alpine from 3.18.3 to 3.18.4
  * build(deps): bump github.com/prometheus/client_golang
  * build(deps): bump nick-invision/retry from 2.8.3 to 2.9.0
  * build(deps): bump gotest.tools/v3 from 3.5.0 to 3.5.1
  * build(deps): bump docker/setup-buildx-action from 2 to 3
  * build(deps): bump docker/metadata-action from 4.6.0 to 5.0.0
  * build(deps): bump docker/build-push-action from 4 to 5
  * build(deps): bump docker/login-action from 2 to 3
  * build(deps): bump docker/setup-qemu-action from 2 to 3
  * Fix the goreleaser architecture for arm and ppc (#824)
  * build(deps): bump actions/checkout from 3 to 4
  * build(deps): bump aquasecurity/trivy-action from 0.11.2 to 0.12.0
  * build(deps): bump github.com/containrrr/shoutrrr from 0.7.1 to 0.8.0
* Sun Mar 24 2024 Jeff Kowalczyk <jkowalczyk@suse.com>
- Update to version 1.14.0:
  * feat: change manifest for 1.14.0 (#820)
  * build: confirm cosign prompt
  * fix: don’t hold node lock if reboot is blocked (#819)
  * feat: use go@1.20, k8s@0.27.4, test k8s 1.26-1.28 (#818)
  * cleanup: updated build-tools (#809)
  * add argument to invert the behavior of alert-filter-regexp (#786)
  * Add multiple concurrent node reboot feature (#660)
  * build(deps): bump alpine from 3.18.2 to 3.18.3
  * Adds new flag --metrics-host (#811)
  * fix: log on unusual sentinel-command exit code (#806)
  * feat: use readOnlyRootFilesystem (#805)
  * Support pod-selector for drain command (#788)
* Sun Mar 24 2024 Jeff Kowalczyk <jkowalczyk@suse.com>
- Update to version 1.13.2:
  * chore: update manifest version
  * update k8s components/images
  * build(deps): bump guyarb/golang-test-annoations from 0.6.0 to 0.7.0 (#801)
  * build(deps): bump helm/kind-action from 1.7.0 to 1.8.0
  * build(deps): bump gotest.tools/v3 from 3.4.0 to 3.5.0 (#789)
  * build(deps): bump alpine from 3.18.0 to 3.18.2
  * build(deps): bump github.com/prometheus/client_golang
  * build(deps): bump docker/metadata-action from 4.5.0 to 4.6.0
  * build(deps): bump aquasecurity/trivy-action from 0.11.0 to 0.11.2
  * feat: metrics port command (#780)
* Sun Mar 24 2024 Jeff Kowalczyk <jkowalczyk@suse.com>
- Update to version 1.13.1:
  * release 1.13.1 (#779)
  * build(deps): bump docker/metadata-action from 4.4.0 to 4.5.0
  * update k8s deps
  * build(deps): bump aquasecurity/trivy-action from 0.10.0 to 0.11.0
  * build(deps): bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3
  * build(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4
  * build(deps): bump github.com/spf13/viper from 1.15.0 to 1.16.0 (#773)
  * build(deps): bump github.com/prometheus/common from 0.43.0 to 0.44.0
  * build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3
  * build(deps): bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2
  * build(deps): bump helm/kind-action from 1.6.0 to 1.7.0 (#767)
  * build(deps): bump helm/kind-action from 1.5.0 to 1.6.0 (#766)
  * build(deps): bump lycheeverse/lychee-action from 1.7.0 to 1.8.0
  * build(deps): bump alpine from 3.17.3 to 3.18.0
  * update Daniel's entry
  * build(deps): bump github.com/prometheus/common from 0.42.0 to 0.43.0 (#762)
  * build(deps): bump github.com/prometheus/client_golang
* Sun Mar 24 2024 Jeff Kowalczyk <jkowalczyk@suse.com>
- Update to version 1.13.0:
  * Update go-restful and prepare 1.13.0 (#760)
  * update to new k8s releases
  * update docs location (#758)
  * build(deps): bump aquasecurity/trivy-action from 0.9.2 to 0.10.0
  * build(deps): bump lycheeverse/lychee-action from 1.6.1 to 1.7.0
  * build(deps): bump docker/metadata-action from 4.3.0 to 4.4.0
  * fix: annotate nodes for reboot before aborting due to blocked (#749)
  * build(deps): bump github.com/prometheus/client_golang
  * update k8s dependencies and test images for k8s release (#747)
  * build(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0
  * build(deps): bump alpine from 3.17.2 to 3.17.3
  * build(deps): bump actions/stale from 7 to 8 (#748)
  * build(deps): bump actions/setup-go from 3 to 4
* Sun Mar 24 2024 Jeff Kowalczyk <jkowalczyk@suse.com>
- Update to version 1.12.2:
  * chore: prepare release 1.12.2
  * Add ports config to DaemonSet yaml. Closes #741 (#742)
  * build(deps): bump github.com/prometheus/common from 0.41.0 to 0.42.0
  * build(deps): bump aquasecurity/trivy-action from 0.9.1 to 0.9.2
  * build(deps): bump github.com/prometheus/common from 0.40.0 to 0.41.0
  * update Go to 1.19, it's used in k8s 1.24 as well
  * lychee: exclude slack:// and teams:// urls as well
  * Try to dropping golang.org/x/text replacement
  * build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2
  * build(deps): bump lycheeverse/lychee-action from 1.5.4 to 1.6.1
  * build(deps): bump github.com/prometheus/common from 0.39.0 to 0.40.0
  * Move to aquasecurity/trivy-action instead
  * update relevant deps
  * build(deps): bump alpine from 3.17.1 to 3.17.2