Skip to content

Conversation

@red-hat-konflux
Copy link

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

This PR contains the following updates:

Package Type Update Change
bitbucket.org/creachadair/stringset indirect patch v0.0.12 -> v0.0.14
cloud.google.com/go indirect minor v0.120.0 -> v0.123.0
cloud.google.com/go/auth indirect minor v0.17.0 -> v0.18.0
cloud.google.com/go/iam indirect patch v1.5.2 -> v1.5.3
cloud.google.com/go/longrunning indirect minor v0.6.7 -> v0.8.0
dario.cat/mergo indirect patch v1.0.1 -> v1.0.2
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/internal/configsources indirect patch v1.4.16 -> v1.4.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.9
github.com/grpc-ecosystem/go-grpc-prometheus require digest 82c2437 -> a5446fa
github.com/mattn/go-runewidth indirect patch v0.0.9 -> v0.0.19
github.com/prometheus/common require patch v0.67.4 -> v0.67.5
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/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
golang.org/x/net indirect minor v0.42.0 -> v0.48.0
golang.org/x/oauth2 indirect minor v0.33.0 -> v0.34.0
golang.org/x/sync indirect minor v0.17.0 -> v0.19.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.257.0 -> v0.259.0
google.golang.org/genproto indirect digest 513f239 -> 0a764e5
google.golang.org/genproto/googleapis/api indirect digest 57b25ae -> 0a764e5
google.golang.org/genproto/googleapis/api require digest 3a174f9 -> 0a764e5
google.golang.org/genproto/googleapis/rpc indirect digest 57b25ae -> 0a764e5
google.golang.org/genproto/googleapis/rpc indirect digest 97cd9d5 -> 0a764e5

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

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

v0.123.0

Compare Source

Features
Bug Fixes

v0.122.0

Compare Source

Features
Bug Fixes

v0.121.6

Compare Source

Bug Fixes
  • internal/librariangen: Fix Dockerfile permissions for go mod tidy (#​12704) (0e70a0b)

v0.121.5

Compare Source

Bug Fixes
  • internal/librariangen: Get README title from service config yaml (#​12676) (b3b8f70)
  • internal/librariangen: Update source_paths to source_roots in generate-request.json (#​12691) (2adb6f9)

v0.121.4

Compare Source

Bug Fixes
  • geminidataanalytics: Correct resource reference type for parent field in data_chat_service.proto (98ba6f0)
  • internal/postprocessor: Add git (#​12524) (82030ee)

v0.121.3

Compare Source

Documentation
  • impersonate: Address TODO in impersonate/example_test.go (#​12401) (dd096ec)

v0.121.2

Compare Source

Documentation

v0.121.1

Compare Source

Bug Fixes
  • civil: Add support for civil.Date, civil.Time and civil.DateTime arguments to their respective Scan methods (#​12240) (7127ce9), refs #​12060

v0.121.0

Compare Source

Features

v0.120.1

Compare Source

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.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

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

v0.0.19

v0.0.18

v0.0.17

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

prometheus/common (github.com/prometheus/common)

v0.67.5

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.67.4...v0.67.5

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

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

v1.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: spf13/afero@v1.14.0...v1.15.0

v1.14.0

Compare Source

What's Changed

Full Changelog: spf13/afero@v1.13.0...v1.14.0

v1.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: spf13/afero@v1.12.0...v1.13.0

spf13/cast (github.com/spf13/cast)

v1.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: spf13/cast@v1.9.2...v1.10.0

v1.9.2

Compare Source

What's Changed

Full Changelog: spf13/cast@v1.9.1...v1.9.2

v1.9.1

Compare Source

What's Changed

Full Changelog: spf13/cast@v1.9.0...v1.9.1

v1.9.0

Compare Source

Notable new features 🎉

  • Casting from type aliases is now supported for basic types
  • Added generic functions: To/ToE, Must, ToNumber/ToNumberE
  • Increased test coverage
  • Converting float numbers from string is now supported

[!WARNING]
Since cast now supports converting float values from strings, a related edge case behaves differently:

In previous versions, attempting to convert an empty string to a float resulted in an error.

Starting with this version, the same operation no longer raises an error.

To maintain consistency with the rest of the library, an empty string now converts to the float value 0.0.

What's Changed

New Contributors

Full Changelog: spf13/cast@v1.8.0...v1.9.0

v1.8.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):

  • 29 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24 -> 1.25.1
github.com/coreos/go-oidc/v3 v3.14.1 -> v3.17.0
github.com/go-jose/go-jose/v4 v4.1.1 -> v4.1.3
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 -> v2.27.3
github.com/spiffe/go-spiffe/v2 v2.5.0 -> v2.6.0
github.com/tink-crypto/tink-go/v2 v2.4.0 -> v2.5.0
google.golang.org/grpc v1.73.0 -> v1.78.0
google.golang.org/protobuf v1.36.6 -> v1.36.11
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 -> v1.6.0
github.com/aws/aws-sdk-go-v2 v1.36.6 -> v1.41.0
github.com/aws/aws-sdk-go-v2/config v1.29.17 -> v1.32.5
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.37 -> v2.7.16
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.18 -> v1.13.16
github.com/aws/aws-sdk-go-v2/service/kms v1.41.0 -> v1.49.1
github.com/aws/aws-sdk-go-v2/service/sso v1.25.6 -> v1.30.8
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.4 -> v1.35.12
github.com/aws/aws-sdk-go-v2/service/sts v1.34.1 -> v1.41.5
github.com/cenkalti/backoff/v5 v5.0.2 -> v5.0.3
github.com/go-viper/mapstructure/v2 v2.2.1 -> v2.4.0
github.com/golang-jwt/jwt/v5 v5.2.2 -> v5.3.0
github.com/googleapis/gax-go/v2 v2.15.0 -> v2.16.0
github.com/jellydator/ttlcache/v3 v3.3.0 -> v3.4.0
github.com/pelletier/go-toml/v2 v2.2.3 -> v2.2.4
go.opentelemetry.io/otel v1.37.0 -> v1.39.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36.0 -> v1.38.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.36.0 -> v1.38.0
go.opentelemetry.io/otel/metric v1.37.0 -> v1.39.0
go.opentelemetry.io/otel/sdk v1.37.0 -> v1.39.0
go.opentelemetry.io/otel/trace v1.37.0 -> v1.39.0
golang.org/x/time v0.12.0 -> v0.14.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
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24 -> 1.24.0
google.golang.org/protobuf v1.36.6 -> v1.36.11
google.golang.org/grpc v1.71.1 -> v1.76.0

@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 22 times, most recently from d828944 to 0274d5d Compare January 9, 2026 17:28
@red-hat-konflux red-hat-konflux bot changed the title Update Go Dependencies chore(deps): update go dependencies Jan 9, 2026
@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 4 times, most recently from 9078ba9 to 820cb51 Compare January 10, 2026 09:56
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 820cb51 to ff0c174 Compare January 10, 2026 13:31
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