kubernetes1.22/_service
Richard Brown 9a3d450f99 - Update to version 1.22.1:
* Keep MakeMountArgSensitive and add a new signature that receives flags
  * Update the unit tests to handle mountFlags
  * Add missing interface method in mount_unsupported.go
  * Pass additional flags to subpath mount to avoid flakes in certain conditions
  * device manager: do not clean admitted pods from the state
  * memory manager: do not clean admitted pods from the state
  * cpu manager: do not clean admitted pods from the state
  * Avoid spurious calls to update/delete validation
  * Update to go1.16.7
  * Pass unknown labels in allowedTopologies during CSI translation
  * Fix metrics reporting for the deprecated watch path
  * Update configure-helper.sh
  * Update configure-helper.sh
  * Update configure-helper.sh
  * Remove duplicate dependencies from 1.22 changelog
  * replace e2e WaitForPodsReady by WaitTimeoutForPodReadyInNamespace
  * delete stale UDP conntrack entries for loadbalancer IPs
  * Update CHANGELOG/CHANGELOG-1.22.md for v1.22.0
  * Set idle and readheader timeouts

OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubernetes1.22?expand=0&rev=2
2021-08-25 11:37:17 +00:00

20 lines
710 B
Plaintext

<services>
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/kubernetes/kubernetes.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">v1.22.1</param>
<param name="changesgenerate">enable</param>
</service>
<service name="tar" mode="disabled"/>
<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">kubernetes</param>
</service>
</services>