k3s-install/_service
Richard Brown 083c8553d0 Accepting request 980101 from home:fcrozat:branches:devel:kubic
- Drop inform-user-of-current-k3s-SELinux-support.patch, no longer
  needed.
- Add dependency on container-selinux.
- Drop dependencies on containerd, cni-plugins, conntrack-tools, 
  runc packages since k3s ships its own stack.
- Update to version 1.23.6+k3s1:
  * Fix issue with datastore corruption on cluster-reset  (#5515)
  * Bump containerd for selinux fix (#5507)
  * Secrets Encryption: Add RetryOnConflict around updating nodes (#5495)
  * Fix issue with long-running apiserver endpoints watch (#5478)
  * Update Kubernetes to v1.23.6 (#5477)
  * Fix default ipv6 cidr (#5467)
  * E2E Validation Improvements (#5444)
  * Add s390x arch support for k3s (#5018)
  * Bump etcd to 3.5.3-k3s1
  * Move IPv4/v6 selection into helpers
  * Fix issue with RKE2 servers hanging on listing apiserver addresses
  * Print a helpful error when trying to join additional servers but etcd is not in use
  * Use core constants for cert user/group values
  * Bump containerd to v1.5.11-k3s1
  * Added option to deploy hardened k3s (#5415)
  * Added support for repeated extra arguments
  * update sonobuoy to 0.56.4 (#5419)
  * Bump Reencryption Test timeout, improve comments (#5431)
  * Added default endpoint for IPv6
  * Update golangci-lint to 1.45.2
  * fixes and updates to jenkinsfile (#5370)
  * Fixed flannel backend helper text
  * update trivy to 0.25.3
  * fix: non-idiomatic returning of boolean expression (#5343)

OBS-URL: https://build.opensuse.org/request/show/980101
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/k3s-install?expand=0&rev=5
2022-05-31 15:10:27 +00:00

20 lines
678 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/k3s-io/k3s.git</param>
<param name="scm">git</param>
<param name="revision">v1.23.6+k3s1</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
<service mode="disabled" name="set_version">
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">k3s</param>
</service>
</services>