Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 23, 2025

Bumps github.com/prometheus-community/prom-label-proxy from 0.8.1-0.20240127162815-c1195f9aabc0 to 0.11.0.

Release notes

Sourced from github.com/prometheus-community/prom-label-proxy's releases.

0.11.0 / 2024-08-07

  • [CHANGE] Return a 400 response code when the upstream response can't be modified. #228
  • [CHANGE] Make -error-on-replace more cooperating. #233
  • [FEATURE] Add the -rules-with-active-alerts flag to return rules with matching active alerts. #237

0.10.0 / 2024-06-12

  • [FEATURE] Add the header-uses-list-syntax flag to split the tenant header value on commas. #223
  • [ENHANCEMENT] Support regex matcher for non-query Prometheus endpoints. #226

0.9.0 / 2024-06-04

  • [ENHANCEMENT] Update /api/v1/{rules,alerts} responses. #214

0.8.1 / 2024-01-28

Internal change for library compatibility. No user-visible changes.

  • [CHANGE] Don't rely on slice labels #184
Changelog

Sourced from github.com/prometheus-community/prom-label-proxy's changelog.

0.11.0 / 2024-08-07

  • [CHANGE] Return a 400 response code when the upstream response can't be modified. #228
  • [CHANGE] Make -error-on-replace more cooperating. #233
  • [FEATURE] Add the -rules-with-active-alerts flag to return rules with matching active alerts. #237

0.10.0 / 2024-06-12

  • [FEATURE] Add the header-uses-list-syntax flag to split the tenant header value on commas. #223
  • [ENHANCEMENT] Support regex matcher for non-query Prometheus endpoints. #226

0.9.0 / 2024-06-04

  • [ENHANCEMENT] Update /api/v1/{rules,alerts} responses. #214

0.8.1 / 2024-01-28

Internal change for library compatibility. No user-visible changes.

  • [CHANGE] Don't rely on slice labels #184

0.8.0 / 2024-01-02

  • [FEATURE] Add the --regex-match flag to filter with a regexp matcher. #171

0.7.0 / 2023-06-15

  • [FEATURE] Support filtering on multiple label values. #115

0.6.0 / 2023-01-04

  • [FEATURE] Add the --header-name flag to pass the label value via HTTP header. #118
  • [FEATURE] Add the --internal-listen-address flag to expose Prometheus metrics. #121
  • [FEATURE] Add the the --label-value flag to set the label value statically. #116

0.5.0 / 2022-06-14

  • [ENHANCEMENT] Add /healthz endpoint for (Kubernetes) probes. #106

0.4.0 / 2021-10-05

  • [ENHANCEMENT] Support HTTP POST for /api/v1/labels endpoint. #70
  • [FEATURE] Add --error-on-replace flag (defaults to false) to return an error if a label value would otherwise be siltently replaced. #67
  • [ENHANCEMENT] Add label enforce support for the new query_exemplars API. #65

0.3.0 / 2021-04-16

  • [FEATURE] Add support for /api/v1/series, /api/v1/labels and /api/v1/label//values endpoints (Prometheus/Thanos). #49
  • [FEATURE] Add -passthrough-paths flag (empty by default), which allows exposing chosen resources from upstream without enforcing (e.g Prometheus UI). #48
  • [ENHANCEMENT] Add support for queries via HTTP POST. #53

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/prometheus-community/prom-label-proxy](https://github.com/prometheus-community/prom-label-proxy) from 0.8.1-0.20240127162815-c1195f9aabc0 to 0.11.0.
- [Release notes](https://github.com/prometheus-community/prom-label-proxy/releases)
- [Changelog](https://github.com/prometheus-community/prom-label-proxy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus-community/prom-label-proxy/commits/v0.11.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus-community/prom-label-proxy
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 23, 2025
@openshift-ci
Copy link

openshift-ci bot commented Apr 23, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign dislbenn for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci
Copy link

openshift-ci bot commented Apr 23, 2025

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a stolostron member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 19, 2025

Superseded by #224.

@dependabot dependabot bot closed this May 19, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/prometheus-community/prom-label-proxy-0.11.0 branch May 19, 2025 23:02
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 needs-ok-to-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants