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.60.0 #92

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 20, 2023

This PR contains the following updates:

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

Release Notes

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

v0.60.0

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.59.1...v0.60.0

v0.59.1

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.59.0...v0.59.1

v0.59.0

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.58.0...v0.59.0

v0.58.0

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.57.0...v0.58.0

v0.57.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.56.0...v0.57.0

v0.56.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.55.0...v0.56.0

v0.55.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.54.0...v0.55.0

v0.54.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.53.0...v0.54.0

v0.53.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.52.3...v0.53.0

v0.52.3

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.52.2...v0.52.3

v0.52.2

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.51.1...v0.52.2

v0.51.1

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.51.0...v0.51.1

v0.51.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.50.0...v0.51.0

v0.50.0

Compare Source

What's Changed

Full Changelog: prometheus/common@v0.49.0...v0.50.0

v0.49.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.48.0...v0.49.0

v0.48.0

Compare Source

This release will require changes of code that relies on direct access to content-type format strings. See the PR linked below for work-arounds. Please file an issue if your use case doesn't work anymore.

What's Changed

Full Changelog: prometheus/common@v0.47.0...v0.48.0

v0.47.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.46.0...v0.47.0

v0.46.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.45.0...v0.46.0

v0.45.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.44.0...v0.45.0

v0.44.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.43.0...v0.43.1

v0.43.0: 0.43.0 / 2023-05-04

Compare Source

NOTE: The protobuf library has been changed from the deprecated github.com/golang/protobuf to the new officially supported google.golang.org/protobuf. If you have direct use of the proto, you may need to make changes for deprecated functions.

What's Changed

Full Changelog: prometheus/common@v0.42.0...v0.43.0

v0.42.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.41.0...v0.42.0

v0.41.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.40.0...v0.41.0

v0.40.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.39.0...v0.40.0


Configuration

📅 Schedule: Branch creation - "before 10am every weekday" in timezone Asia/Tokyo, 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 the renovate label Feb 20, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Feb 20, 2023

⚠ 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: downloading github.com/prometheus/client_golang v1.19.0
go: downloading github.com/prometheus/common v0.53.0
go: downloading gopkg.in/alecthomas/kingpin.v2 v2.2.6
go: downloading github.com/prometheus/client_model v0.6.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.2.0
go: downloading github.com/prometheus/procfs v0.12.0
go: downloading github.com/cespare/xxhash v1.1.0
go: downloading golang.org/x/sys v0.18.0
go: downloading google.golang.org/protobuf v1.33.0
go: downloading github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
go: downloading github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137
go: github.com/transnano/proftpd_exporter imports
	github.com/prometheus/common/log: cannot find module providing package github.com/prometheus/common/log

@renovate renovate bot force-pushed the renovate/git.luolix.top-prometheus-common-0.x branch from 96243f7 to dbc6504 Compare March 1, 2023 18:46
@renovate renovate bot changed the title Update module github.com/prometheus/common to v0.40.0 Update module github.com/prometheus/common to v0.41.0 Mar 1, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-prometheus-common-0.x branch from dbc6504 to fad64c9 Compare March 8, 2023 11:01
@renovate renovate bot changed the title Update module github.com/prometheus/common to v0.41.0 Update module github.com/prometheus/common to v0.42.0 Mar 8, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-prometheus-common-0.x branch from fad64c9 to ff5e679 Compare March 8, 2023 17:33
@renovate renovate bot force-pushed the renovate/git.luolix.top-prometheus-common-0.x branch from ff5e679 to 7c9c6aa Compare April 5, 2023 04:10
@renovate renovate bot force-pushed the renovate/git.luolix.top-prometheus-common-0.x branch 2 times, most recently from 677ce9f to 718e776 Compare May 5, 2023 07:48
@renovate renovate bot changed the title Update module github.com/prometheus/common to v0.42.0 Update module github.com/prometheus/common to v0.43.0 May 5, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-prometheus-common-0.x branch from 718e776 to 5c5fa69 Compare May 22, 2023 16:44
@renovate renovate bot changed the title Update module github.com/prometheus/common to v0.43.0 Update module github.com/prometheus/common to v0.44.0 May 22, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-prometheus-common-0.x branch from 5c5fa69 to d6b1b22 Compare June 7, 2023 01:45
@renovate renovate bot changed the title Update module github.com/prometheus/common to v0.44.0 Update module github.com/prometheus/common to v0.45.0 Oct 18, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-prometheus-common-0.x branch from d6b1b22 to a225aac Compare October 18, 2023 11:11
@renovate renovate bot changed the title Update module github.com/prometheus/common to v0.45.0 Update module github.com/prometheus/common to v0.45.0 - autoclosed Oct 23, 2023
@renovate renovate bot closed this Oct 23, 2023
@renovate renovate bot deleted the renovate/git.luolix.top-prometheus-common-0.x branch October 23, 2023 11:19
@renovate renovate bot changed the title Update module github.com/prometheus/common to v0.45.0 - autoclosed Update module github.com/prometheus/common to v0.45.0 Oct 23, 2023
@renovate renovate bot reopened this Oct 23, 2023
@renovate renovate bot restored the renovate/git.luolix.top-prometheus-common-0.x branch October 23, 2023 13:27
@renovate renovate bot force-pushed the renovate/git.luolix.top-prometheus-common-0.x branch from a225aac to d946b03 Compare January 13, 2024 23:19
@renovate renovate bot changed the title Update module github.com/prometheus/common to v0.45.0 Update module github.com/prometheus/common to v0.46.0 Jan 13, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-prometheus-common-0.x branch from d946b03 to 7a83199 Compare February 15, 2024 16:33
@renovate renovate bot changed the title Update module github.com/prometheus/common to v0.46.0 Update module github.com/prometheus/common to v0.47.0 Feb 15, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-prometheus-common-0.x branch from 7a83199 to 712fee7 Compare February 23, 2024 00:15
@renovate renovate bot changed the title Update module github.com/prometheus/common to v0.47.0 Update module github.com/prometheus/common to v0.48.0 Feb 23, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-prometheus-common-0.x branch from 712fee7 to 891cf7f Compare March 2, 2024 11:22
@renovate renovate bot changed the title Update module github.com/prometheus/common to v0.48.0 Update module github.com/prometheus/common to v0.49.0 Mar 2, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-prometheus-common-0.x branch from 891cf7f to 8d35d9d Compare March 7, 2024 09:13
@renovate renovate bot changed the title Update module github.com/prometheus/common to v0.49.0 Update module github.com/prometheus/common to v0.50.0 Mar 7, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-prometheus-common-0.x branch from 8d35d9d to 9bd9b43 Compare March 21, 2024 14:07
@renovate renovate bot changed the title Update module github.com/prometheus/common to v0.50.0 Update module github.com/prometheus/common to v0.51.0 Mar 21, 2024
@renovate renovate bot changed the title Update module github.com/prometheus/common to v0.51.0 Update module github.com/prometheus/common to v0.51.1 Mar 24, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-prometheus-common-0.x branch from 9bd9b43 to d9c3296 Compare March 24, 2024 08:02
@renovate renovate bot force-pushed the renovate/git.luolix.top-prometheus-common-0.x branch from d9c3296 to 5c29adb Compare April 3, 2024 15:48
@renovate renovate bot changed the title Update module github.com/prometheus/common to v0.51.1 Update module github.com/prometheus/common to v0.52.2 Apr 3, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-prometheus-common-0.x branch from 5c29adb to 98af604 Compare April 10, 2024 23:48
@renovate renovate bot changed the title Update module github.com/prometheus/common to v0.52.2 Update module github.com/prometheus/common to v0.52.3 Apr 10, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-prometheus-common-0.x branch from 98af604 to 5550e7b Compare April 18, 2024 13:42
@renovate renovate bot changed the title Update module github.com/prometheus/common to v0.52.3 Update module github.com/prometheus/common to v0.53.0 Apr 18, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-prometheus-common-0.x branch from 5550e7b to d0b19ba Compare June 3, 2024 15:10
@renovate renovate bot changed the title Update module github.com/prometheus/common to v0.53.0 Update module github.com/prometheus/common to v0.54.0 Jun 3, 2024
Copy link
Contributor Author

renovate bot commented Jun 3, 2024

⚠️ 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
go: downloading github.com/prometheus/client_golang v1.20.4
go: downloading github.com/prometheus/common v0.60.0
go: downloading gopkg.in/alecthomas/kingpin.v2 v2.2.6
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/cespare/xxhash v1.1.0
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading golang.org/x/sys v0.25.0
go: downloading google.golang.org/protobuf v1.34.2
go: downloading github.com/klauspost/compress v1.17.9
go: downloading github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
go: downloading github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: github.com/transnano/proftpd_exporter imports
	github.com/prometheus/common/log: cannot find module providing package github.com/prometheus/common/log

@renovate renovate bot force-pushed the renovate/git.luolix.top-prometheus-common-0.x branch from d0b19ba to 1688fb9 Compare June 26, 2024 16:56
@renovate renovate bot changed the title Update module github.com/prometheus/common to v0.54.0 Update module github.com/prometheus/common to v0.55.0 Jun 26, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-prometheus-common-0.x branch from 1688fb9 to eeb91dd Compare August 28, 2024 01:01
@renovate renovate bot changed the title Update module github.com/prometheus/common to v0.55.0 Update module github.com/prometheus/common to v0.56.0 Aug 28, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-prometheus-common-0.x branch from eeb91dd to 13ce9b7 Compare August 28, 2024 20:24
@renovate renovate bot changed the title Update module github.com/prometheus/common to v0.56.0 Update module github.com/prometheus/common to v0.57.0 Aug 28, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-prometheus-common-0.x branch from 13ce9b7 to 21d6689 Compare September 3, 2024 11:25
@renovate renovate bot changed the title Update module github.com/prometheus/common to v0.57.0 Update module github.com/prometheus/common to v0.58.0 Sep 3, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-prometheus-common-0.x branch from 21d6689 to 4084166 Compare September 5, 2024 17:17
@renovate renovate bot changed the title Update module github.com/prometheus/common to v0.58.0 Update module github.com/prometheus/common to v0.59.1 Sep 5, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-prometheus-common-0.x branch from 4084166 to 2421aa9 Compare October 1, 2024 16:01
@renovate renovate bot changed the title Update module github.com/prometheus/common to v0.59.1 Update module github.com/prometheus/common to v0.60.0 Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants