Skip to content

deps: apply the six pending dependabot updates in one batch - #141

Merged
sylvesterdamgaard merged 1 commit into
mainfrom
deps/weekly-batch
Sep 7, 2026
Merged

deps: apply the six pending dependabot updates in one batch#141
sylvesterdamgaard merged 1 commit into
mainfrom
deps/weekly-batch

Conversation

@sylvesterdamgaard

Copy link
Copy Markdown
Contributor

The six open dependabot PRs (#126, #127, #128, #138, #139, #140) all fail the Supply chain check for the same structural reason: dependabot bumps go.mod but cannot regenerate sbom.json, so Check SBOM is current rejects each of them individually.

This PR applies all six updates together with the SBOM regenerated in the same commit:

Dependency From To Dependabot PR
prometheus/client_model 0.6.2 0.6.3 #140
shirou/gopsutil/v4 4.26.7 4.26.8 #139
prometheus/common 0.70.1 0.71.0 #138
spf13/pflag 1.0.9 1.0.10 #128
google.golang.org/grpc (+genproto, protobuf) 1.83.1 1.83.2 #127
otel group (otel, otlptracegrpc, stdouttrace, sdk, trace) 1.45.0 1.46.0 #126

Local gate: full test suite, build, vet, gofmt, make sbom-check, make license-check — all green. The dependabot PRs can be closed once this lands.

Dependabot PRs #126-#128 and #138-#140 all fail the Supply chain check
for the same structural reason: they bump go.mod but cannot regenerate
sbom.json, so 'Check SBOM is current' rejects every one of them. Applied
together here with the SBOM regenerated:

- prometheus/client_model 0.6.2 -> 0.6.3 (#140)
- shirou/gopsutil/v4 4.26.7 -> 4.26.8 (#139)
- prometheus/common 0.70.1 -> 0.71.0 (#138)
- spf13/pflag 1.0.9 -> 1.0.10 (#128)
- google.golang.org/grpc 1.83.1 -> 1.83.2 (+genproto, protobuf) (#127)
- otel group -> 1.46.0 (otel, otlptracegrpc, stdouttrace, sdk, trace) (#126)

Full test suite, build, vet, gofmt and license-check green locally.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant