dependabot[bot] opened a new pull request, #5708:
URL: https://github.com/apache/camel-k/pull/5708

   Bumps 
[github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator)
 from 0.67.1 to 0.75.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/prometheus-operator/prometheus-operator/releases";>github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's
 releases</a>.</em></p>
   <blockquote>
   <h2>0.75.2 / 2024-07-23</h2>
   <ul>
   <li>[BUGFIX] Avoid invalid alerting config with TLS. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6765";>#6765</a></li>
   </ul>
   <h2>0.75.1 / 2024-07-02</h2>
   <ul>
   <li>[BUGFIX] Fix OVHCloud service discovery configs key error. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6723";>#6723</a></li>
   </ul>
   <h2>0.75.0 / 2024-06-26</h2>
   <ul>
   <li>[CHANGE] Global limits over enforced limits when no user limits are set. 
<a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6608";>#6608</a></li>
   <li>[CHANGE/BUGFIX] Use a separate port number (<code>8081</code>) for the 
init container. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6635";>#6635</a></li>
   <li>[FEATURE] Add <code>source</code> field in <code>pagerdutyConfigs</code> 
in <code>AlertManangerConfig</code> CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6427";>#6427</a></li>
   <li>[FEATURE] Add <code>DockerSwarm</code> Service Discovery support in the 
ScrapeConfig CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6633";>#6633</a></li>
   <li>[FEATURE] Add <code>Linode</code> Service Discovery support in the 
ScrapeConfig CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6586";>#6586</a></li>
   <li>[FEATURE] Add <code>PuppetDB</code> Service Discovery support in the 
ScrapeConfig CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6651";>#6651</a></li>
   <li>[FEATURE] Add <code>LightSail</code> Service Discovery support in the 
ScrapeConfig CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6660";>#6660</a></li>
   <li>[FEATURE] Add <code>OVHCloud</code> Service Discovery support in the 
ScrapeConfig CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6689";>#6689</a></li>
   <li>[FEATURE] Add extra metric relabelings to scrape classes. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6492";>#6492</a></li>
   <li>[FEATURE] Add <code>jobName</code> field to ScrapeConfig CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6618";>#6618</a></li>
   <li>[FEATURE] Add automatic memory limit handling using the flag 
<code>-auto-gomemlimit-ratio</code>. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6591";>#6591</a></li>
   <li>[FEATURE] Add support for ProxyConfig in Prometheus RemoteWrite and 
RemoteRead specs. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6512";>#6512</a></li>
   <li>[ENHANCEMENT] Add automatic <code>GOMAXPROCS</code> to admission 
webhook. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6599";>#6599</a></li>
   <li>[ENHANCEMENT] Add <code>prometheus_operator_feature_gate_info</code> 
metric. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6655";>#6655</a></li>
   <li>[BUGFIX] Fix reloading <code>Alertmanager</code> when notification 
templates change. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6607";>#6607</a></li>
   <li>[BUGFIX] Fix PrometheusAgent reconciliation for the statefulset changes. 
<a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6615";>#6615</a></li>
   <li>[BUGFIX] Fix readiness/liveness probes for config-reloader when 
listenLocal is set to true. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6698";>#6698</a></li>
   </ul>
   <h2>0.74.0 / 2024-05-17</h2>
   <ul>
   <li>[CHANGE/BUGFIX] Change the <code>proxyConnectHeader</code> field of the 
proxy configuration in the <code>ScrapeConfig</code> CRD from a map of strings 
to a map of string slices. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6541";>#6541</a></li>
   <li>[CHANGE] Automatically set the GOMAXPROCS variable according to the CPU 
limits of the process cgroup. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6576";>#6576</a></li>
   <li>[FEATURE] Add support for the Nomad Service Discovery to the 
<code>ScrapeConfig</code> CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6485";>#6485</a></li>
   <li>[FEATURE] Add <code>relabelings</code> field for Alertmanager's 
endpoints in the <code>Prometheus</code> CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6467";>#6467</a></li>
   <li>[FEATURE] Add <code>alertRelabelings</code> field for the Alertmanager's 
endpoints in the <code>Prometheus</code> CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6450";>#6450</a></li>
   <li>[FEATURE] Add support for the Azure SDK authentication to the Azure 
Service Discovery in the <code>ScrapeConfig</code> CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6595";>#6595</a></li>
   <li>[FEATURE] Add support for the Azure SDK authentication to the 
remote-write configuration in the <code>Prometheus</code> and 
<code>PrometheusAgent</code> CRDs. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6596";>#6596</a></li>
   <li>[ENHANCEMENT] Add Go runtime scheduler metrics to the operator. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6563";>#6563</a></li>
   <li>[ENHANCEMENT] Add <code>go_sync_mutex_wait_total_seconds_total</code> 
metric to the operator. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6581";>#6581</a></li>
   <li>[BUGFIX] Allow templated strings for the responder's <code>type</code> 
in OpsGenie configuration. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6378";>#6378</a></li>
   <li>[BUGFIX] Fix nil pointer panic in the <code>AlertmanagerConfig</code> 
Webex receiver. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6582";>#6582</a></li>
   <li>[BUGFIX] Apply TLS scrape class settings to all <code>PodMonitor</code>, 
<code>Probe</code> and <code>ScrapeConfig</code> objects. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6573";>#6573</a></li>
   </ul>
   <h2>0.73.2 / 2024-04-18</h2>
   <ul>
   <li>[BUGFIX] Fix ScrapeClassTLSConfig nil pointer exception. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6526";>#6526</a></li>
   <li>[BUGFIX] Fix missing 
<code>prometheus_operator_kubernetes_client_http_requests_total</code> metric. 
<a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6525";>#6525</a></li>
   </ul>
   <h2>0.73.1 / 2024-04-10</h2>
   <ul>
   <li>[BUGFIX] To minimize excessive logging, log the deprecated bearer token 
fields at the debug level. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6495";>#6495</a></li>
   </ul>
   <h2>0.73.0 / 2024-04-03</h2>
   <ul>
   <li>[CHANGE/BUGFIX] Add <code>proxyURL</code> validation for ServiceMonitor, 
PodMonitor and Probe objects. <strong>It could be a breaking change for those 
who rely on the configuration reloader sidecar to expand environment variables 
in the generated configuration file.</strong> <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6464";>#6464</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/prometheus-operator/prometheus-operator/blob/main/CHANGELOG.md";>github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's
 changelog</a>.</em></p>
   <blockquote>
   <h2>0.75.2 / 2024-07-23</h2>
   <ul>
   <li>[BUGFIX] Avoid invalid alerting config with TLS. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6765";>#6765</a></li>
   </ul>
   <h2>0.75.1 / 2024-07-02</h2>
   <ul>
   <li>[BUGFIX] Fix OVHCloud service discovery configs key error. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6723";>#6723</a></li>
   </ul>
   <h2>0.75.0 / 2024-06-26</h2>
   <ul>
   <li>[CHANGE] Global limits over enforced limits when no user limits are set. 
<a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6608";>#6608</a></li>
   <li>[CHANGE/BUGFIX] Use a separate port number (<code>8081</code>) for the 
init container. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6635";>#6635</a></li>
   <li>[FEATURE] Add <code>source</code> field in <code>pagerdutyConfigs</code> 
in <code>AlertManangerConfig</code> CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6427";>#6427</a></li>
   <li>[FEATURE] Add <code>DockerSwarm</code> Service Discovery support in the 
ScrapeConfig CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6633";>#6633</a></li>
   <li>[FEATURE] Add <code>Linode</code> Service Discovery support in the 
ScrapeConfig CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6586";>#6586</a></li>
   <li>[FEATURE] Add <code>PuppetDB</code> Service Discovery support in the 
ScrapeConfig CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6651";>#6651</a></li>
   <li>[FEATURE] Add <code>LightSail</code> Service Discovery support in the 
ScrapeConfig CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6660";>#6660</a></li>
   <li>[FEATURE] Add <code>OVHCloud</code> Service Discovery support in the 
ScrapeConfig CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6689";>#6689</a></li>
   <li>[FEATURE] Add extra metric relabelings to scrape classes. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6492";>#6492</a></li>
   <li>[FEATURE] Add <code>jobName</code> field to ScrapeConfig CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6618";>#6618</a></li>
   <li>[FEATURE] Add automatic memory limit handling using the flag 
<code>-auto-gomemlimit-ratio</code>. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6591";>#6591</a></li>
   <li>[FEATURE] Add support for ProxyConfig in Prometheus RemoteWrite and 
RemoteRead specs. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6512";>#6512</a></li>
   <li>[ENHANCEMENT] Add automatic <code>GOMAXPROCS</code> to admission 
webhook. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6599";>#6599</a></li>
   <li>[ENHANCEMENT] Add <code>prometheus_operator_feature_gate_info</code> 
metric. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6655";>#6655</a></li>
   <li>[BUGFIX] Fix reloading <code>Alertmanager</code> when notification 
templates change. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6607";>#6607</a></li>
   <li>[BUGFIX] Fix PrometheusAgent reconciliation for the statefulset changes. 
<a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6615";>#6615</a></li>
   <li>[BUGFIX] Fix readiness/liveness probes for config-reloader when 
listenLocal is set to true. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6698";>#6698</a></li>
   </ul>
   <h2>0.74.0 / 2024-05-17</h2>
   <ul>
   <li>[CHANGE/BUGFIX] Change the <code>proxyConnectHeader</code> field of the 
proxy configuration in the <code>ScrapeConfig</code> CRD from a map of strings 
to a map of string slices. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6541";>#6541</a></li>
   <li>[CHANGE] Automatically set the GOMAXPROCS variable according to the CPU 
limits of the process cgroup. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6576";>#6576</a></li>
   <li>[FEATURE] Add support for the Nomad Service Discovery to the 
<code>ScrapeConfig</code> CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6485";>#6485</a></li>
   <li>[FEATURE] Add <code>relabelings</code> field for Alertmanager's 
endpoints in the <code>Prometheus</code> CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6467";>#6467</a></li>
   <li>[FEATURE] Add <code>alertRelabelings</code> field for the Alertmanager's 
endpoints in the <code>Prometheus</code> CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6450";>#6450</a></li>
   <li>[FEATURE] Add support for the Azure SDK authentication to the Azure 
Service Discovery in the <code>ScrapeConfig</code> CRD. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6595";>#6595</a></li>
   <li>[FEATURE] Add support for the Azure SDK authentication to the 
remote-write configuration in the <code>Prometheus</code> and 
<code>PrometheusAgent</code> CRDs. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6596";>#6596</a></li>
   <li>[ENHANCEMENT] Add Go runtime scheduler metrics to the operator. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6563";>#6563</a></li>
   <li>[ENHANCEMENT] Add <code>go_sync_mutex_wait_total_seconds_total</code> 
metric to the operator. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6581";>#6581</a></li>
   <li>[BUGFIX] Allow templated strings for the responder's <code>type</code> 
in OpsGenie configuration. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6378";>#6378</a></li>
   <li>[BUGFIX] Fix nil pointer panic in the <code>AlertmanagerConfig</code> 
Webex receiver. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6582";>#6582</a></li>
   <li>[BUGFIX] Apply TLS scrape class settings to all <code>PodMonitor</code>, 
<code>Probe</code> and <code>ScrapeConfig</code> objects. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6573";>#6573</a></li>
   </ul>
   <h2>0.73.2 / 2024-04-18</h2>
   <ul>
   <li>[BUGFIX] Fix ScrapeClassTLSConfig nil pointer exception. <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6526";>#6526</a></li>
   <li>[BUGFIX] Fix missing 
<code>prometheus_operator_kubernetes_client_http_requests_total</code> metric. 
<a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6525";>#6525</a></li>
   </ul>
   <h2>0.73.1 / 2024-04-10</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/35b0f457d8f705f1ac8282b4e22caa68a19c6c43";><code>35b0f45</code></a>
 Merge pull request <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6766";>#6766</a>
 from slashpai/cut-0.75.2</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/92c0477635fac4b29add27fed47ee8ff5eb24dd3";><code>92c0477</code></a>
 chore: cut 0.75.2</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/22bc92f47835c5b6e0fdbb9677a56b2b624c3225";><code>22bc92f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6765";>#6765</a>
 from simonpasquier/fix-6760</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/93690203678b7341bdc5690a5d696508a8841a4f";><code>9369020</code></a>
 fix: avoid invalid alerting config with TLS</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/9b72f8549d166fd40c9dde5f051d6324c5ef4b60";><code>9b72f85</code></a>
 Merge pull request <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6725";>#6725</a>
 from slashpai/cut-0.75.1</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/7e721e201ee047f4bc3bedeff28ac8aab6ed78e9";><code>7e721e2</code></a>
 chore: cut 0.75.1</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/84bddcbcc46b6564dfd2643a84451cd5ca9eeee1";><code>84bddcb</code></a>
 Merge pull request <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6723";>#6723</a>
 from kubeservice-stack/Cherry-pick-6722</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/c2a24e459aa361dc3b6efb8a63834a74f6dcebf8";><code>c2a24e4</code></a>
 cherry-pick 6722</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/79c225b4aa97566504f1a5dc72ea1862f9dbe900";><code>79c225b</code></a>
 Merge pull request <a 
href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6709";>#6709</a>
 from slashpai/cut-0.75.0</li>
   <li><a 
href="https://github.com/prometheus-operator/prometheus-operator/commit/21e69ffe58c7f2d3df099a8d747575f13d2d9f63";><code>21e69ff</code></a>
 chore: cut 0.75.0</li>
   <li>Additional commits viewable in <a 
href="https://github.com/prometheus-operator/prometheus-operator/compare/v0.67.1...v0.75.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   <details>
   <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary>
   
   | Dependency Name | Ignore Conditions |
   | --- | --- |
   | github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring | 
[>= 0.56.a, < 0.57] |
   </details>
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring&package-manager=go_modules&previous-version=0.67.1&new-version=0.75.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to