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

fix(deps): update module github.com/prometheus/common to v0.54.0 #33363

Merged
merged 2 commits into from
Jun 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 4, 2024

Mend Renovate

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v0.54.0

Compare Source

What's Changed

New Contributors

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


Configuration

📅 Schedule: Branch creation - "on tuesday" (UTC), 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.

🔕 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 has been generated by Mend Renovate. View repository job log here.

@github-actions github-actions bot requested a review from mx-psi as a code owner June 4, 2024 11:08
@mx-psi mx-psi closed this Jun 4, 2024
@mx-psi mx-psi reopened this Jun 4, 2024
@mx-psi mx-psi merged commit 83d61d0 into main Jun 4, 2024
162 checks passed
@mx-psi mx-psi deleted the renovate/git.luolix.top-prometheus-common-0.x branch June 4, 2024 12:28
@github-actions github-actions bot added this to the next release milestone Jun 4, 2024
cparkins pushed a commit to AmadeusITGroup/opentelemetry-collector-contrib that referenced this pull request Jul 11, 2024
…n-telemetry#33363)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/prometheus/common](https://github.com/prometheus/common)
| `v0.53.0` -> `v0.54.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fcommon/v0.54.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fprometheus%2fcommon/v0.54.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fprometheus%2fcommon/v0.53.0/v0.54.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus%2fcommon/v0.53.0/v0.54.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>prometheus/common (github.com/prometheus/common)</summary>

###
[`v0.54.0`](https://github.com/prometheus/common/releases/tag/v0.54.0)

[Compare
Source](https://github.com/prometheus/common/compare/v0.53.0...v0.54.0)

#### What's Changed

- Bump golang.org/x/net from 0.22.0 to 0.23.0 in /sigv4 by
[@&open-telemetry#8203;dependabot](https://github.com/dependabot) in
[prometheus/common#624
- Bump golang.org/x/net from 0.22.0 to 0.23.0 by
[@&open-telemetry#8203;dependabot](https://github.com/dependabot) in
[prometheus/common#623
- Add HTTP headers support to common HTTP client. by
[@&open-telemetry#8203;roidelapluie](https://github.com/roidelapluie) in
[prometheus/common#416
- Synchronize common files from prometheus/prometheus by
[@&open-telemetry#8203;prombot](https://github.com/prombot) in
[prometheus/common#633
- Bump github.com/aws/aws-sdk-go from 1.51.11 to 1.51.32 in /sigv4 by
[@&open-telemetry#8203;dependabot](https://github.com/dependabot) in
[prometheus/common#632
- Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 by
[@&open-telemetry#8203;dependabot](https://github.com/dependabot) in
[prometheus/common#628
- Bump golang.org/x/net from 0.23.0 to 0.24.0 by
[@&open-telemetry#8203;dependabot](https://github.com/dependabot) in
[prometheus/common#630
- Bump github.com/prometheus/client_model from 0.6.0 to 0.6.1 by
[@&open-telemetry#8203;dependabot](https://github.com/dependabot) in
[prometheus/common#631
- Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 by
[@&open-telemetry#8203;dependabot](https://github.com/dependabot) in
[prometheus/common#629
- Use common interface to fetch secrets in HTTP client config by
[@&open-telemetry#8203;TheSpiritXIII](https://github.com/TheSpiritXIII) in
[prometheus/common#538
- Add support for secret refs via a secret manager by
[@&open-telemetry#8203;TheSpiritXIII](https://github.com/TheSpiritXIII) in
[prometheus/common#572
- oauth2RoundTripper: Avoid race condition and readability changes. by
[@&open-telemetry#8203;bwplotka](https://github.com/bwplotka) in
[prometheus/common#634
- Synchronize common files from prometheus/prometheus by
[@&open-telemetry#8203;prombot](https://github.com/prombot) in
[prometheus/common#636
- Bump github.com/aws/aws-sdk-go from 1.51.32 to 1.53.14 in /sigv4 by
[@&open-telemetry#8203;dependabot](https://github.com/dependabot) in
[prometheus/common#638
- Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 in
/sigv4 by [@&open-telemetry#8203;dependabot](https://github.com/dependabot) in
[prometheus/common#639
- feat: add time template helpers by
[@&open-telemetry#8203;freak12techno](https://github.com/freak12techno) in
[prometheus/common#627

#### New Contributors

- [@&open-telemetry#8203;bwplotka](https://github.com/bwplotka) made their first
contribution in
[prometheus/common#634
- [@&open-telemetry#8203;freak12techno](https://github.com/freak12techno) made their
first contribution in
[prometheus/common#627

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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), 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.

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODguMSIsInVwZGF0ZWRJblZlciI6IjM3LjM4OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
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.

None yet

3 participants