* chore: update release * Fix incorrect break * Add package comments to pass linters * fix lint of files * add golangci lint * Update Kured to support kubernetes 1.34 * Fix bad formatting - Packaging improvements: * Update to BuildRequires: golang(API) >= 1.24 matching go.mod * Rebase kured-imagePullPolicy.patch * Rebase systemctl-path.patch - Update to version 1.19.0: * chore: update release manifests * bump kubernetes 0.32 libraries * build(deps): bump github/codeql-action from 3.29.10 to 3.29.11 * build(deps): bump lycheeverse/lychee-action from 2.5.0 to 2.6.1 * build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 * build(deps): bump actions/dependency-review-action from 4.7.2 to 4.7.3 * build(deps): bump aquasecurity/trivy-action from 0.32.0 to 0.33.0 * build(deps): bump actions/dependency-review-action from 4.7.1 to 4.7.2 * build(deps): bump github/codeql-action from 3.29.9 to 3.29.10 * Reduce periodics frequency * Validate external links for md updates only on PR * build(deps): bump docker/metadata-action from 5.7.0 to 5.8.0 * build(deps): bump docker/login-action from 3.4.0 to 3.5.0 * build(deps): bump lycheeverse/lychee-action from 2.4.1 to 2.5.0 * build(deps): bump github/codeql-action from 3.29.2 to 3.29.8 * build(deps): bump actions/checkout from 4.2.2 to 5.0.0 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kured?expand=0&rev=54
18 lines
631 B
Plaintext
18 lines
631 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/weaveworks/kured.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="filename">kured</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="revision">1.20.0</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="go_modules" mode="manual"/>
|
|
</services>
|