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

node-problem-detector/0.8.14 package update #4840

Merged
merged 2 commits into from
Aug 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 3 additions & 30 deletions node-problem-detector.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down