Files
coredns/_service
Andrea Manzini 7a2bb9706f Accepting request 1329442 from home:amanzini:branches:devel:kubic
- Update to version 1.14.1:
  * This release primarily addresses security vulnerabilities affecting Go 
    versions prior to Go 1.25.6 and Go 1.24.12 
    (CVE-2025-61728, CVE-2025-61726, CVE-2025-68121, CVE-2025-61731,
     CVE-2025-68119). 
     It also includes performance improvements to the proxy plugin via
     multiplexed connections, along with various documentation updates.
- skip flaky tests

OBS-URL: https://build.opensuse.org/request/show/1329442
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/coredns?expand=0&rev=62
2026-01-27 10:01:27 +00:00

16 lines
534 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/coredns/coredns</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v1.14.1</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="go_modules" mode="manual">
</service>
</services>