forked from pool/cri-tools
55215963ad
- Update to v1.17.0: * crictl * Bump cri-tools version in markdown docs * Vendor kubernetes v1.17.0 * Update golang dependencies * Print the previous log of the container(just like kubectl) * Add rmi --prune command * Update README.md to contain latest version hint * Download golangci-lint via wget * Fix pod and container name filter for JSON/YAML output * Fix e2e tests by pinning CRI-O and conmon * Fixed Tim St. Clair's username * Add fish shell completion support OBS-URL: https://build.opensuse.org/request/show/757271 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/cri-tools?expand=0&rev=11
21 lines
529 B
Plaintext
21 lines
529 B
Plaintext
<services>
|
|
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/kubernetes-sigs/cri-tools.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="filename">cri-tools</param>
|
|
<param name="versionformat">1.17.0</param>
|
|
<param name="revision">v1.17.0</param>
|
|
</service>
|
|
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">cri-tools</param>
|
|
</service>
|
|
|
|
</services>
|