diff --git a/node-problem-detector.yaml b/node-problem-detector.yaml index ae157a6d1d9..19ebf6a9673 100644 --- a/node-problem-detector.yaml +++ b/node-problem-detector.yaml @@ -1,7 +1,7 @@ package: name: node-problem-detector - version: 0.8.13 - epoch: 6 + version: 0.8.14 + epoch: 0 description: node-problem-detector aims to make various node problems visible to the upstream layers in the cluster management stack. copyright: - license: Apache-2.0 @@ -25,39 +25,12 @@ pipeline: with: repository: https://github.com/kubernetes/node-problem-detector tag: v${{package.version}} - expected-commit: 6e57ca6e6c0135ff4a73788e28563476ed9c9334 + expected-commit: 608e129d8fd3e2a53572cb1b81b198a8ca64c6a4 - uses: patch with: patches: fix-archs.patch - # This is needed to account for breaking changes in prometheus/client_golang - - uses: patch - with: - patches: fix-prometheus-client_golang.patch - - - runs: | - # Mitigate GHSA-76wf-9vgp-pj7w, GHSA-7f33-f4f5-xwgw, GHSA-f5pg-7wfw-84q9 and GHSA-c3h9-896r-86jm - go get -u github.com/aws/aws-sdk-go@v1.34.0 - - # Mitigate GHSA-3vm4-22fp-5rfm, GHSA-gwc9-m7rh-j2ww and GHSA-8c26-wmh5-6g9v - go get -u golang.org/x/crypto@1baeb1ce4c0b - - # Mitigate GHSA-69cg-p879-7622 GHSA-fxg5-wq6x-vr4w and GHSA-vvpx-j8f3-3w6h - go get -u golang.org/x/text@v0.3.8 - - # Mitigate GHSA-h86h-8ppg-mxmhm, GHSA-83g2-8m93-v3w7, GHSA-69cg-p879-7622 and GHSA-vvpx-j8f3-3w6h - go get -u golang.org/x/net@v0.10.0 - - # GHSA-c3h9-896r-86jm - go get -u github.com/gogo/protobuf@v1.3.2 - - # Mitigate CVE-2022-21698, GHSA-cg3q-j54f-5p7p - go get github.com/prometheus/client_golang@v1.11.1 - - go mod tidy - go mod vendor - - if: ${{build.arch}} == 'x86_64' runs: | make LINUX_PLATFORMS=linux_amd64 build-binaries