Skip to content

Conversation

@red-hat-konflux
Copy link

@red-hat-konflux red-hat-konflux bot commented Jul 27, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
bitbucket.org/creachadair/stringset indirect patch v0.0.12 -> v0.0.14
chainguard.dev/sdk require patch v0.1.45 -> v0.1.49
cloud.google.com/go indirect minor v0.121.6 -> v0.123.0
cloud.google.com/go/auth indirect patch v0.18.0 -> v0.18.1
cloud.google.com/go/longrunning indirect minor v0.6.7 -> v0.8.0
cloud.google.com/go/longrunning indirect minor v0.7.0 -> v0.8.0
dario.cat/mergo indirect patch v1.0.1 -> v1.0.2
github.com/Azure/azure-sdk-for-go/sdk/azcore indirect minor v1.20.0 -> v1.21.0
github.com/PaesslerAG/gval indirect minor v1.0.0 -> v1.2.4
github.com/asaskevich/govalidator require digest f21760c -> e113478
github.com/aws/aws-sdk-go-v2/credentials indirect patch v1.19.5 -> v1.19.7
github.com/aws/aws-sdk-go-v2/feature/ec2/imds indirect patch v1.18.16 -> v1.18.17
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url indirect patch v1.13.16 -> v1.13.17
github.com/aws/aws-sdk-go-v2/service/signin indirect patch v1.0.4 -> v1.0.5
github.com/chainguard-dev/clog indirect minor v1.7.0 -> v1.8.0
github.com/googleapis/enterprise-certificate-proxy indirect patch v0.3.7 -> v0.3.11
github.com/grpc-ecosystem/go-grpc-prometheus require digest 82c2437 -> a5446fa
github.com/letsencrypt/boulder indirect minor v0.20251110.0 -> v0.20260126.0
github.com/mattn/go-runewidth indirect patch v0.0.9 -> v0.0.19
github.com/miekg/pkcs11 indirect patch v1.1.1 -> v1.1.2
github.com/prometheus/procfs indirect minor v0.16.1 -> v0.19.2
github.com/sagikazarmark/locafero indirect minor v0.7.0 -> v0.12.0
github.com/secure-systems-lab/go-securesystemslib indirect minor v0.9.1 -> v0.10.0
github.com/sigstore/sigstore require patch v1.10.3 -> v1.10.4
github.com/sigstore/sigstore/pkg/signature/kms/aws require patch v1.10.3 -> v1.10.4
github.com/sigstore/sigstore/pkg/signature/kms/azure require patch v1.10.3 -> v1.10.4
github.com/sigstore/sigstore/pkg/signature/kms/gcp require patch v1.10.3 -> v1.10.4
github.com/sigstore/sigstore/pkg/signature/kms/hashivault require patch v1.10.3 -> v1.10.4
github.com/spf13/afero indirect minor v1.12.0 -> v1.15.0
github.com/spf13/cast indirect minor v1.7.1 -> v1.10.0
github.com/spf13/pflag indirect patch v1.0.7 -> v1.0.10
github.com/spf13/viper require minor v1.20.1 -> v1.21.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc indirect minor v0.63.0 -> v0.64.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp indirect minor v0.63.0 -> v0.64.0
go.opentelemetry.io/proto/otlp indirect minor v1.7.1 -> v1.9.0
go.step.sm/crypto require minor v0.75.0 -> v0.76.0
golang.org/x/crypto indirect minor v0.46.0 -> v0.47.0
golang.org/x/net indirect minor v0.42.0 -> v0.49.0
golang.org/x/net indirect minor v0.48.0 -> v0.49.0
golang.org/x/sync indirect minor v0.17.0 -> v0.19.0
golang.org/x/sys indirect minor v0.34.0 -> v0.40.0
golang.org/x/sys indirect minor v0.39.0 -> v0.40.0
golang.org/x/term indirect minor v0.38.0 -> v0.39.0
golang.org/x/text indirect minor v0.29.0 -> v0.33.0
golang.org/x/text indirect minor v0.32.0 -> v0.33.0
google.golang.org/api require minor v0.259.0 -> v0.263.0
google.golang.org/genproto indirect digest ff82c1b -> 8636f87
google.golang.org/genproto/googleapis/api indirect digest 57b25ae -> 8636f87
google.golang.org/genproto/googleapis/api require digest 0a764e5 -> 8636f87
google.golang.org/genproto/googleapis/rpc indirect digest 57b25ae -> 8636f87
google.golang.org/genproto/googleapis/rpc indirect digest 0a764e5 -> 8636f87
google.golang.org/grpc/cmd/protoc-gen-go-grpc indirect minor v1.5.1 -> v1.6.0
sigs.k8s.io/release-utils require patch v0.12.2 -> v0.12.3

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

creachadair/stringset (bitbucket.org/creachadair/stringset)

v0.0.14

Compare Source

v0.0.13

Compare Source

chainguard-dev/sdk (chainguard.dev/sdk)

v0.1.49

Compare Source

Full Changelog: chainguard-dev/sdk@v0.1.48...v0.1.49

v0.1.48

Compare Source

Full Changelog: chainguard-dev/sdk@v0.1.47...v0.1.48

v0.1.47

Compare Source

Full Changelog: chainguard-dev/sdk@v0.1.46...v0.1.47

v0.1.46

Compare Source

Full Changelog: chainguard-dev/sdk@v0.1.45...v0.1.46

googleapis/google-cloud-go (cloud.google.com/go)

v0.123.0

Compare Source

Features
Bug Fixes

v0.122.0

Compare Source

Features
Bug Fixes
imdario/mergo (dario.cat/mergo)

v1.0.2

Compare Source

What's Changed

  • Drops gopkg.in/yaml.v3, only used for loading fixtures. Thanks @​trim21 for bringing to my attention (#​262) that this library is no longer maintained.

Full Changelog: darccio/mergo@v1.0.1...v1.0.2

PaesslerAG/gval (github.com/PaesslerAG/gval)

v1.2.4

Compare Source

What's Changed

New Contributors

Full Changelog: PaesslerAG/gval@v1.2.3...v1.2.4

v1.2.3

Compare Source

What's Changed

New Contributors

Full Changelog: PaesslerAG/gval@v1.2.2...v1.2.3

v1.2.2

Compare Source

Wrap errors instead of the error message.

v1.2.1: Allow nil arguments and catch panics in function calls

Compare Source

v1.2.0

Compare Source

Added DecimalArithmetic to gval.

v1.1.2

Compare Source

Fixed IsConst for go 1.17
Fixed scanning to much characters while parsing operators

v1.1.1

Compare Source

Fixed typed nil value issues.

v1.1.0: 1.1

Compare Source

Make ident and parentheses parsers available separately from Base()

v1.0.1

Compare Source

chainguard-dev/clog (github.com/chainguard-dev/clog)

v1.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: chainguard-dev/clog@v1.7.0...v1.8.0

googleapis/enterprise-certificate-proxy (github.com/googleapis/enterprise-certificate-proxy)

v0.3.11

Compare Source

What's Changed

New Contributors

Full Changelog: googleapis/enterprise-certificate-proxy@0.3.10...v0.3.11

v0.3.9

Compare Source

What's Changed

Full Changelog: googleapis/enterprise-certificate-proxy@v0.3.8...v0.3.9

v0.3.8

Compare Source

What's Changed

New Contributors

Full Changelog: googleapis/enterprise-certificate-proxy@v0.3.7...v0.3.8

letsencrypt/boulder (github.com/letsencrypt/boulder)

v0.20260126.0

Compare Source

What's Changed

New Contributors

Full Changelog: letsencrypt/boulder@v0.20260120.0...v0.20260126.0

v0.20260120.0

Compare Source

What's Changed

Full Changelog: letsencrypt/boulder@v0.20260112.0...v0.20260120.0

v0.20260112.0

Compare Source

What's Changed

Full Changelog: letsencrypt/boulder@v0.20260105.0...v0.20260112.0

v0.20260105.0

Compare Source

What's Changed

New Contributors

Full Changelog: letsencrypt/boulder@v0.20251216.0...v0.20260105.0

v0.20251216.0

Compare Source

What's Changed

Full Changelog: letsencrypt/boulder@v0.20251208.0...v0.20251216.0

v0.20251208.0

Compare Source

What's Changed

Full Changelog: letsencrypt/boulder@v0.20251202.0...v0.20251208.0

v0.20251202.0

Compare Source

What's Changed

Full Changelog: letsencrypt/boulder@v0.20251118.0...v0.20251202.0

v0.20251118.0

Compare Source

What's Changed

Full Changelog: letsencrypt/boulder@v0.20251110.0...v0.20251118.0

mattn/go-runewidth (github.com/mattn/go-runewidth)

v0.0.19

Compare Source

v0.0.18

Compare Source

v0.0.17

Compare Source

v0.0.16

Compare Source

v0.0.15

Compare Source

v0.0.14

Compare Source

v0.0.13

Compare Source

v0.0.12

Compare Source

v0.0.11

Compare Source

v0.0.10

Compare Source

miekg/pkcs11 (github.com/miekg/pkcs11)

v1.1.2

Compare Source

prometheus/procfs (github.com/prometheus/procfs)

v0.19.2

Compare Source

What's Changed

Full Changelog: prometheus/procfs@v0.19.1...v0.19.2

v0.19.1

Compare Source

What's Changed

Full Changelog: prometheus/procfs@v0.19.0...v0.19.1

v0.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/procfs@v0.18.0...v0.19.0

v0.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/procfs@v0.17.0...v0.18.0

v0.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/procfs@v0.16.1...v0.17.0

sagikazarmark/locafero (github.com/sagikazarmark/locafero)

v0.12.0

Compare Source

v0.11.0

Compare Source

v0.10.0

Compare Source

v0.9.0

Compare Source

v0.8.0

Compare Source

secure-systems-lab/go-securesystemslib (github.com/secure-systems-lab/go-securesystemslib)

v0.10.0

Compare Source

sigstore/sigstore (github.com/sigstore/sigstore)

v1.10.4

Compare Source

What's Changed

Full Changelog: sigstore/sigstore@v1.10.3...v1.10.4

spf13/afero (github.com/spf13/afero)

v1.15.0

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux
Copy link
Author

red-hat-konflux bot commented Jul 27, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 13 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/kms v1.23.2 -> v1.24.0
github.com/aws/aws-sdk-go-v2 v1.41.0 -> v1.41.1
github.com/aws/aws-sdk-go-v2/config v1.32.5 -> v1.32.7
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.16 -> v2.7.17
github.com/aws/aws-sdk-go-v2/service/kms v1.49.1 -> v1.49.5
github.com/aws/aws-sdk-go-v2/service/sso v1.30.7 -> v1.30.9
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.12 -> v1.35.13
github.com/aws/aws-sdk-go-v2/service/sts v1.41.5 -> v1.41.6
github.com/pelletier/go-toml/v2 v2.2.3 -> v2.2.4
go.opentelemetry.io/otel v1.38.0 -> v1.39.0
go.opentelemetry.io/otel/metric v1.38.0 -> v1.39.0
go.opentelemetry.io/otel/sdk v1.38.0 -> v1.39.0
go.opentelemetry.io/otel/trace v1.38.0 -> v1.39.0
File name: hack/tools/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
google.golang.org/grpc v1.75.1 -> v1.76.0
google.golang.org/protobuf v1.36.10 -> v1.36.11

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-deps branch 4 times, most recently from 3337823 to f571e35 Compare August 3, 2025 21:49
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-deps branch from f571e35 to 0264bc4 Compare August 10, 2025 08:17
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-deps branch 2 times, most recently from 6f23b97 to 4fdca8b Compare August 17, 2025 20:30
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-deps branch 4 times, most recently from 9fb1d21 to a00f836 Compare August 24, 2025 20:32
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-deps branch 3 times, most recently from a7bd52f to f5ec16d Compare September 7, 2025 08:39
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-deps branch 4 times, most recently from 78b0595 to d5c6fc5 Compare September 14, 2025 08:40
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-deps branch 10 times, most recently from 2f72279 to 91d374f Compare September 25, 2025 20:54
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-deps branch 15 times, most recently from 3c48f91 to fa19663 Compare January 26, 2026 13:18
@red-hat-konflux
Copy link
Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: errors parsing go.mod:
go.mod:11:2: require github.com/asaskevich/govalidator: version "v0.0.0-20250122183457-e11347878e23" invalid: go.mod has post-v0 module path "github.com/asaskevich/govalidator/v11" at revision e11347878e23

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-deps branch 12 times, most recently from beacaa1 to 42e3ff6 Compare January 29, 2026 09:27
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-deps branch from 42e3ff6 to ccdb2bf Compare January 29, 2026 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants