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

Update module github.com/prometheus/common to v0.62.0 #2866

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/prometheus/common v0.60.1 -> v0.62.0 age adoption passing confidence

Release Notes

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

v0.62.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.61.0...v0.62.0

v0.61.0

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.60.1...v0.61.0


Configuration

📅 Schedule: Branch creation - "* 0-3 * * *" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 5, 2024
@renovate renovate bot requested a review from a team as a code owner December 5, 2024 08:03
@renovate renovate bot enabled auto-merge (squash) December 5, 2024 08:03
Copy link
Contributor Author

renovate bot commented Dec 5, 2024

ℹ Artifact update notice

File name: tests/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

Details:

Package Change
github.com/stretchr/testify v1.9.0 -> v1.10.0

Copy link

codecov bot commented Dec 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.95%. Comparing base (349e34e) to head (05d3eef).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2866   +/-   ##
=======================================
  Coverage   89.95%   89.95%           
=======================================
  Files         111      111           
  Lines       11453    11453           
  Branches       50       50           
=======================================
  Hits        10303    10303           
  Misses       1089     1089           
  Partials       61       61           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/github.com-prometheus-common-0.x branch 4 times, most recently from 9ed7eab to 5816f22 Compare December 5, 2024 17:07
@sjberman
Copy link
Collaborator

sjberman commented Dec 5, 2024

This will require us to update to a new slog.Logger for the prometheus logger.

@renovate renovate bot force-pushed the renovate/github.com-prometheus-common-0.x branch 13 times, most recently from 2f8d32b to caec109 Compare December 12, 2024 22:43
@renovate renovate bot force-pushed the renovate/github.com-prometheus-common-0.x branch 6 times, most recently from ae89d06 to f5ae7ed Compare December 13, 2024 18:47
@renovate renovate bot force-pushed the renovate/github.com-prometheus-common-0.x branch 18 times, most recently from 05d3eef to 1799098 Compare January 16, 2025 19:59
@renovate renovate bot changed the title Update module github.com/prometheus/common to v0.61.0 Update module github.com/prometheus/common to v0.62.0 Jan 16, 2025
Copy link
Contributor Author

renovate bot commented Jan 16, 2025

⚠️ 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 -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
warning: ignoring symlink /tmp/renovate/repos/github/nginx/nginx-gateway-fabric/charts/nginx-gateway-fabric/crds
go: downloading github.com/maxbrunsfeld/counterfeiter/v6 v6.11.2
go: downloading k8s.io/apimachinery v0.32.1
go: downloading sigs.k8s.io/gateway-api v1.2.1
go: downloading github.com/go-logr/logr v1.4.2
go: downloading github.com/spf13/cobra v1.8.1
go: downloading github.com/spf13/pflag v1.0.5
go: downloading go.uber.org/zap v1.27.0
go: downloading k8s.io/klog/v2 v2.130.1
go: downloading sigs.k8s.io/controller-runtime v0.20.0
go: downloading github.com/onsi/gomega v1.36.2
go: downloading github.com/onsi/ginkgo/v2 v2.22.2
go: downloading k8s.io/client-go v0.32.1
go: downloading k8s.io/api v0.32.1
go: downloading k8s.io/apiextensions-apiserver v0.32.1
go: downloading github.com/google/go-cmp v0.6.0
go: downloading github.com/go-kit/log v0.2.1
go: downloading github.com/nginx/telemetry-exporter v0.1.3
go: downloading github.com/nginxinc/nginx-plus-go-client v1.3.0
go: downloading github.com/prometheus/client_golang v1.20.5
go: downloading github.com/prometheus/common v0.62.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.33.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.33.0
go: downloading go.opentelemetry.io/otel v1.33.0
go: downloading github.com/nginxinc/nginx-prometheus-exporter v1.3.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/google/gofuzz v1.2.0
go: downloading k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.2
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/evanphx/json-patch/v5 v5.9.0
go: downloading github.com/go-logr/zapr v1.3.0
go: downloading gopkg.in/evanphx/json-patch.v4 v4.12.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading golang.org/x/net v0.34.0
go: downloading gomodules.xyz/jsonpatch/v2 v2.4.0
go: downloading sigs.k8s.io/yaml v1.4.0
go: downloading github.com/go-logfmt/logfmt v0.5.1
go: downloading go.opentelemetry.io/otel/sdk v1.33.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading golang.org/x/sys v0.29.0
go: downloading google.golang.org/protobuf v1.36.1
go: downloading go.opentelemetry.io/proto/otlp v1.4.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576
go: downloading google.golang.org/grpc v1.68.1
go: downloading golang.org/x/text v0.21.0
go: downloading golang.org/x/tools v0.29.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/pkg/errors v0.9.1
go: downloading k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/fxamacker/cbor/v2 v2.7.0
go: downloading golang.org/x/term v0.28.0
go: downloading golang.org/x/oauth2 v0.24.0
go: downloading golang.org/x/time v0.7.0
go: downloading github.com/fsnotify/fsnotify v1.7.0
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/google/gnostic-models v0.6.8
go: downloading go.opentelemetry.io/otel/metric v1.33.0
go: downloading go.opentelemetry.io/otel/trace v1.33.0
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/cenkalti/backoff/v4 v4.3.0
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0
go: downloading github.com/klauspost/compress v1.17.9
go: downloading golang.org/x/sync v0.10.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/go-openapi/jsonreference v0.21.0
go: downloading github.com/go-openapi/swag v0.23.0
go: downloading github.com/google/btree v1.1.3
go: downloading github.com/go-task/slim-sprig/v3 v3.0.0
go: downloading github.com/x448/float16 v0.8.4
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading go.opentelemetry.io/auto/sdk v1.1.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576
go: downloading golang.org/x/mod v0.22.0
go: downloading github.com/go-openapi/jsonpointer v0.21.0
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/emicklei/go-restful/v3 v3.12.0
go: github.com/nginx/nginx-gateway-fabric/internal/mode/static imports
	github.com/prometheus/common/promlog: cannot find module providing package github.com/prometheus/common/promlog

@renovate renovate bot force-pushed the renovate/github.com-prometheus-common-0.x branch 8 times, most recently from 8244328 to 60b5fe7 Compare January 22, 2025 09:08
| datasource | package                      | from    | to      |
| ---------- | ---------------------------- | ------- | ------- |
| go         | github.com/prometheus/common | v0.60.1 | v0.62.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/github.com-prometheus-common-0.x branch from 60b5fe7 to 07263a7 Compare January 22, 2025 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
Status: 🆕 New
Development

Successfully merging this pull request may close these issues.

1 participant