Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coredns/1.12.0-r1: cve remediation #36612

Merged
merged 7 commits into from
Dec 17, 2024
9 changes: 7 additions & 2 deletions coredns.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: coredns
version: 1.12.0
epoch: 1
epoch: 2
description: CoreDNS is a DNS server that chains plugins
copyright:
- license: Apache-2.0
Expand All @@ -25,7 +25,7 @@ pipeline:

- uses: go/bump
with:
deps: github.com/quic-go/[email protected]
deps: github.com/quic-go/[email protected] golang.org/x/[email protected]

- uses: go/build
with:
Expand All @@ -40,6 +40,11 @@ subpackages:
description: CoreDNS with plugins used by Kuma
pipeline:
- runs: |
# We need to explicitly set the GOLANG_VERSION since it's used by
# the make file below and if there are mismatches, things go bad.
# For more details: https://github.com/wolfi-dev/os/pull/36612#issuecomment-2547453359
export GOLANG_VERSION=`go version | sed -n 's/.*go\([0-9.]*\).*/\1/p'`

# Build with plugins used by Kuma
# Plugin list: https://github.com/kumahq/coredns-builds/blob/main/plugin.cfg
mv kuma-plugin.cfg plugin.cfg
Expand Down
Loading