cni-plugin-flannel/_service
Enno Gotthold 56e4871948 Accepting request 1141570 from home:SchoolGuy:branches:devel:kubic
- Update to version 1.4.0:
  * fix doc
  * fix wrong doc
  * Update to plugins v1.4.0
  * upload release artifact on the release page
  * set CGO_ENABLED=1 when GOARCH=amd64
  *  simplify the packaging and releasing of flannel-cni
  * Fix typo in flannel_linux_test.go
  * update Githb actions to stay up to date
  * Add support for riscv64
  * Set as latest the released image

OBS-URL: https://build.opensuse.org/request/show/1141570
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/cni-plugin-flannel?expand=0&rev=6
2024-01-29 20:56:58 +00:00

20 lines
739 B
Plaintext

<services>
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/flannel-io/cni-plugin.git</param>
<param name="scm">git</param>
<param name="revision">v1.4.0-flannel1</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)-flannel1</param>
</service>
<service mode="manual" name="set_version" />
<service mode="manual" name="tar" />
<service mode="manual" name="recompress">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service mode="manual" name="go_modules">
<param name="archive">cni-plugin-1.4.0.tar.gz</param>
</service>
</services>