Skip to content

Conversation

@red-hat-konflux
Copy link

@red-hat-konflux red-hat-konflux bot commented Feb 5, 2026

This PR contains the following updates:

Package Type Update Change
github.com/clipperhouse/displaywidth indirect minor v0.9.0 -> v0.10.0
github.com/google/trillian require patch v1.7.1 -> v1.7.2
github.com/googleapis/enterprise-certificate-proxy indirect patch v0.3.11 -> v0.3.12
github.com/klauspost/compress indirect patch v1.18.3 -> v1.18.4
github.com/lib/pq indirect patch v1.11.1 -> v1.11.2
github.com/mattn/go-sqlite3 require patch v1.14.33 -> v1.14.34
golang.org/x/crypto require minor v0.47.0 -> v0.48.0
golang.org/x/mod indirect minor v0.32.0 -> v0.33.0
golang.org/x/net require minor v0.49.0 -> v0.50.0
golang.org/x/oauth2 indirect minor v0.34.0 -> v0.35.0
golang.org/x/sys indirect minor v0.40.0 -> v0.41.0
golang.org/x/text indirect minor v0.33.0 -> v0.34.0
golang.org/x/tools indirect minor v0.41.0 -> v0.42.0
google.golang.org/genproto indirect digest 546029d -> 4cfbd41
google.golang.org/genproto/googleapis/api indirect digest 546029d -> 4cfbd41
google.golang.org/genproto/googleapis/rpc indirect digest 546029d -> 4cfbd41

Warning

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


Release Notes

clipperhouse/displaywidth (github.com/clipperhouse/displaywidth)

v0.10.0

Compare Source

google/trillian (github.com/google/trillian)

v1.7.2

Compare Source

  • Recommended go version for development: 1.23
    • This is the version used by the cloudbuild presubmits. Using a
      different version can lead to presubmits failing due to unexpected
      diffs.
Storage
Election system
Misc
Dependency update
googleapis/enterprise-certificate-proxy (github.com/googleapis/enterprise-certificate-proxy)

v0.3.12

Compare Source

What's Changed

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

klauspost/compress (github.com/klauspost/compress)

v1.18.4

Compare Source

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.18.2...v1.18.4

lib/pq (github.com/lib/pq)

v1.11.2

Compare Source

This fixes two regressions:

  • Don't send startup parameters if there is no value, improving compatibility
    with Supavisor (#​1260).

  • Don't send dbname as a startup parameter if database=[..] is used in the
    connection string. It's recommended to use dbname=, as database= is not a
    libpq option, and only worked by accident previously. (#​1261)


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 red-hat-konflux bot force-pushed the konflux/mintmaker/release-1.2/go-deps branch from 8be1149 to 07cbf02 Compare February 8, 2026 13:29
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/google/trillian to v1.7.2 chore(deps): update go dependencies Feb 8, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/release-1.2/go-deps branch 2 times, most recently from 1288053 to 0df9f79 Compare February 9, 2026 05:54
@red-hat-konflux
Copy link
Author

red-hat-konflux bot commented Feb 9, 2026

ℹ 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):

  • 1 additional dependency was updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.9 -> 1.24.11
github.com/clipperhouse/uax29/v2 v2.5.0 -> v2.6.0

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/release-1.2/go-deps branch 4 times, most recently from 03dcece to f979684 Compare February 10, 2026 01:29
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/release-1.2/go-deps branch from f979684 to f12cf17 Compare February 10, 2026 13:31
@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: downloading github.com/transparency-dev/merkle v0.0.2
go: downloading golang.org/x/time v0.14.0
go: downloading k8s.io/klog/v2 v2.130.1
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading google.golang.org/protobuf v1.36.11
go: downloading github.com/spf13/cobra v1.10.2
go: downloading github.com/gorilla/mux v1.8.1
go: downloading github.com/spf13/pflag v1.0.10
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading google.golang.org/grpc v1.78.0
go: downloading github.com/mattn/go-sqlite3 v1.14.34
go: downloading golang.org/x/net v0.50.0
go: downloading github.com/google/trillian v1.7.2
go: downloading github.com/hashicorp/golang-lru/v2 v2.0.7
go: downloading github.com/prometheus/client_golang v1.23.2
go: downloading github.com/sergi/go-diff v1.4.0
go: downloading github.com/go-sql-driver/mysql v1.9.3
go: downloading github.com/jackc/pgerrcode v0.0.0-20250907135507-afb5586c32a6
go: downloading github.com/google/go-cmp v0.7.0
go: downloading github.com/DATA-DOG/go-sqlmock v1.5.2
go: downloading github.com/jackc/pgx/v5 v5.7.2
go: downloading github.com/golang/mock v1.7.0-rc.1
go: downloading go.etcd.io/etcd/client/v3 v3.5.20
go: downloading golang.org/x/crypto v0.48.0
go: downloading github.com/rs/cors v1.11.1
go: downloading github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/go-logr/logr v1.4.3
go: downloading filippo.io/edwards25519 v1.1.0
go: downloading github.com/prometheus/client_model v0.6.2
go: downloading github.com/prometheus/common v0.67.5
go: downloading github.com/jackc/pgpassfile v1.0.0
go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
go: downloading golang.org/x/text v0.34.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20260209200024-4cfbd4190f57
go: downloading github.com/letsencrypt/pkcs11key/v4 v4.0.0
go: downloading contrib.go.opencensus.io/exporter/stackdriver v0.13.14
go: downloading go.opencensus.io v0.24.0
go: downloading google.golang.org/genproto v0.0.0-20260209200024-4cfbd4190f57
go: downloading github.com/lib/pq v1.11.2
go: downloading golang.org/x/sys v0.41.0
go: downloading go.etcd.io/etcd/api/v3 v3.5.20
go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.20
go: downloading go.uber.org/zap v1.27.1
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/procfs v0.19.2
go: downloading github.com/jackc/puddle/v2 v2.2.2
go: downloading golang.org/x/sync v0.19.0
go: downloading github.com/miekg/pkcs11 v1.1.2
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading cloud.google.com/go/compute/metadata v0.9.0
go: downloading cloud.google.com/go/monitoring v1.24.3
go: downloading cloud.google.com/go/trace v1.11.7
go: downloading github.com/census-instrumentation/opencensus-proto v0.4.1
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/prometheus/prometheus v0.309.1
go: downloading golang.org/x/oauth2 v0.35.0
go: downloading google.golang.org/api v0.265.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/coreos/go-semver v0.3.1
go: downloading github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
go: downloading go.yaml.in/yaml/v2 v2.4.3
go: downloading github.com/coreos/go-systemd/v22 v22.6.0
go: downloading github.com/googleapis/gax-go/v2 v2.16.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/aws/aws-sdk-go v1.55.5
go: downloading cloud.google.com/go/auth v0.18.1
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.12
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.65.0
go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.8
go: downloading github.com/google/s2a-go v0.1.9
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0
go: downloading go.opentelemetry.io/otel v1.40.0
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading go.opentelemetry.io/otel/metric v1.40.0
go: downloading go.opentelemetry.io/otel/trace v1.40.0
go: downloading go.opentelemetry.io/auto/sdk v1.2.1
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/jmespath/go-jmespath v0.4.1-0.20220621161143-b0104c826a24
go: github.com/google/certificate-transparency-go/internal/witness/cmd/witness/impl imports
	github.com/mattn/go-sqlite3: github.com/mattn/go-sqlite3@v1.14.34: read "https://proxy.golang.org/github.com/mattn/go-sqlite3/@v/v1.14.34.zip": stream error: stream ID 691; INTERNAL_ERROR; received from peer

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