dependabot[bot] opened a new pull request, #6066: URL: https://github.com/apache/camel-k/pull/6066
Bumps [github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator) from 0.76.2 to 0.80.0. <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.80.0 / 2025-02-04</h2> <ul> <li>[CHANGE] Add more API validations to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7231">#7231</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7220">#7220</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7215">#7215</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7238">#7238</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7244">#7244</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7255">#7255</a></li> <li>[FEATURE] Add <code>serviceName</code> field to the Prometheus and PrometheusAgent CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6687">#6687</a></li> <li>[FEATURE] Add <code>keepIdentifyingResourceAttributes</code> field in OTLPConfig for <code>Prometheus</code> and <code>PrometheusAgent</code> CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7240">#7240</a></li> <li>[FEATURE] Add <code>fallbackScrapeProtocol</code> field to ScrapeClass for <code>Prometheus</code> and <code>PrometheusAgent</code> CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7288">#7288</a></li> <li>[FEATURE] Support <code>MSTeamsV2Config</code> receiver in Alertmanager configuration Secret. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7296">#7296</a></li> <li>[FEATURE] Support <code>JiraConfig</code> and <code>RocketChat</code> receivers in Alertmanager configuration secret. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7315">#7315</a></li> <li>[FEATURE] Support global <code>smtp_tls_config</code> field in Alertmanager configuration secret. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7316">#7316</a></li> <li>[FEATURE] Add <code>timeout</code> field in Webhook receiver in Alertmanager configuration Secret. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7312">#7312</a></li> <li>[FEATURE] Add <code>content</code>, <code>username</code> and <code>avatarUrl</code> fields in Discord receiver in Alertmanager configuration secret. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7313">#7313</a></li> <li>[FEATURE] Add <code>scrapeFailureLogFile</code> field to the Prometheus and PrometheusAgent CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7038">#7038</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7311">#7311</a></li> <li>[BUGFIX] Validate respective api URL field in PagerDutyConfigs, DiscordConfigs, SlackConfigs and WebhookConfigs in AlertManagerConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6585">#6585</a></li> </ul> <h2>0.79.2 / 2024-12-18</h2> <ul> <li>[BUGFIX] Fix pod and service monitor selector validation. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7214">#7214</a></li> </ul> <h2>0.79.1 / 2024-12-17</h2> <ul> <li>[CHANGE] Rename the field <code>scrapeFallbackProtocol</code> to <code>fallbackScrapeProtocol</code> to match with naming as in Prometheus <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7199">#7199</a></li> <li>[BUGFIX] Remove the field <code>scrapeFallbackProtocol</code> from Prometheus/PrometheusAgent global config. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7197">#7197</a></li> </ul> <h2>0.79.0 / 2024-12-13</h2> <blockquote> <p>[!IMPORTANT] With this release, the operator will be deploying Prometheus <code>v3.0.1</code> unless a specific version is specified. Users who want to stay with Prometheus v2 need to set the <code>version</code> field under <code>Prometheus/PrometheusAgent</code> Spec.</p> </blockquote> <ul> <li>[CHANGE/FEATURE] Set Prometheus <code>v3.0.1</code> as default version installed by operator. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7158">#7158</a></li> <li>[CHANGE] Add more API validations to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6738">#6738</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7006">#7006</a></li> <li>[FEATURE] Set Alertmanager API version to v2 for Prometheus v3 and above. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7102">#7102</a></li> <li>[FEATURE] Add <code>enableOTLPReceiver</code> field in the Prometheus/PrometheusAgent CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7105">#7105</a></li> <li>[FEATURE] Add support for <code>TranslationStrategy</code> option for OTLP receiver. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7112">#7112</a></li> <li>[FEATURE] Add <code>nameValidationScheme</code> field in Prometheus global configuration. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7116">#7116</a></li> <li>[FEATURE] Add <code>scrapeFallbackProtocol</code> field in <code>Prometheus</code>, <code>PrometheusAgent</code>, <code>ServiceMonitor</code>, <code>PodMonitor</code>, <code>Probe</code>, <code>ScrapeConfig</code> and globally. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7131">#7131</a></li> <li>[FEATURE] Add support for labels in PrometheusRule CRD at rules level. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7140">#7140</a></li> <li>[FEATURE] Add support for ProxyConfig in Alertmanager Endpoints. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7191">#7191</a></li> <li>[FEATURE] Add support for configuring Alertmanager STS <code>persistentVolumeClaimRetentionPolicy</code>. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7183">#7183</a></li> <li>[FEATURE] Add <code>enableHTTP2</code> to ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7024">#7024</a></li> <li>[FEATURE] Add <code>filter</code> field in <code>ConsulSDConfig</code> in ScrapeConfig CRD <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7124">#7124</a></li> <li>[FEATURE] Add <code>messageThreadID</code> field to TelegramConfig in AlertmanagerConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6999">#6999</a></li> <li>[ENHANCEMENT] Allow users to control the sharding label(s). <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7126">#7126</a></li> <li>[ENHANCEMENT] Add support for role selector field <code>selectorMechanism</code> on ServiceMonitor. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7086">#7086</a></li> <li>[ENHANCEMENT] Add support for role selector field <code>selectorMechanism</code> on PodMonitor. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7185">#7185</a></li> <li>[ENHANCEMENT] Add support for the <code>PrometheusText1.0.0</code> scrape protocol. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7085">#7085</a></li> <li>[ENHANCEMENT] Allow users to toggle Prometheus controller's custom configuration deprecation behavior using the <code>--deprecate-custom-configuration</code> flag. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6955">#6955</a></li> <li>[BUGFIX] Add <code>goGC</code> field to <code>PrometheusAgent</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6667">#6667</a></li> <li>[BUGFIX] Validate <code>SMTPSmarthost</code> and <code>SMTPFrom</code> fields in EmailConfig in AlertManagerConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6004">#6004</a></li> <li>[BUGFIX] Fix flaky discovery behavior caused by delayed endpoints publishing for Alertmanager. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7084">#7084</a></li> </ul> <h2>0.78.2 / 2024-11-21</h2> <ul> <li>[BUGFIX] Revert the removal of the <code>proxyURL</code> field in <code>AlertmanagerConfig</code> CRD. The field takes precedence over <code>proxyUrl</code>. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7114">#7114</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> <h1>0.80.0 / 2025-02-03</h1> <ul> <li>[CHANGE] Add more API validations to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7231">#7231</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7220">#7220</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7215">#7215</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7238">#7238</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7244">#7244</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7255">#7255</a></li> <li>[FEATURE] Add <code>serviceName</code> field to the Prometheus and PrometheusAgent CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6687">#6687</a></li> <li>[FEATURE] Add <code>keepIdentifyingResourceAttributes</code> field in OTLPConfig for <code>Prometheus</code> and <code>PrometheusAgent</code> CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7240">#7240</a></li> <li>[FEATURE] Add <code>fallbackScrapeProtocol</code> field to ScrapeClass for <code>Prometheus</code> and <code>PrometheusAgent</code> CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7288">#7288</a></li> <li>[FEATURE] Support <code>MSTeamsV2Config</code> receiver in Alertmanager configuration Secret. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7296">#7296</a></li> <li>[FEATURE] Support <code>JiraConfig</code> and <code>RocketChat</code> receivers in Alertmanager configuration secret. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7315">#7315</a></li> <li>[FEATURE] Support global <code>smtp_tls_config</code> field in Alertmanager configuration secret. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7316">#7316</a></li> <li>[FEATURE] Add <code>timeout</code> field in Webhook receiver in Alertmanager configuration Secret. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7312">#7312</a></li> <li>[FEATURE] Add <code>content</code>, <code>username</code> and <code>avatarUrl</code> fields in Discord receiver in Alertmanager configuration secret. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7313">#7313</a></li> <li>[FEATURE] Add <code>scrapeFailureLogFile</code> field to the Prometheus and PrometheusAgent CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7038">#7038</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7311">#7311</a></li> <li>[BUGFIX] Validate respective api URL field in PagerDutyConfigs, DiscordConfigs, SlackConfigs and WebhookConfigs in AlertManagerConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6585">#6585</a></li> </ul> <h1>0.79.2 / 2024-12-18</h1> <ul> <li>[BUGFIX] Fix pod and service monitor selector validation. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7214">#7214</a></li> </ul> <h1>0.79.1 / 2024-12-17</h1> <ul> <li>[CHANGE] Rename the field <code>scrapeFallbackProtocol</code> to <code>fallbackScrapeProtocol</code> to match with naming as in Prometheus <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7199">#7199</a></li> <li>[BUGFIX] Remove the field <code>scrapeFallbackProtocol</code> from Prometheus/PrometheusAgent global config. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7197">#7197</a></li> </ul> <h1>0.79.0 / 2024-12-13</h1> <blockquote> <p>[!IMPORTANT] With this release, the operator will be deploying Prometheus <code>v3.0.1</code> unless a specific version is specified. Users who want to stay with Prometheus v2 need to set the <code>version</code> field under <code>Prometheus/PrometheusAgent</code> Spec.</p> </blockquote> <ul> <li>[CHANGE/FEATURE] Set Prometheus <code>v3.0.1</code> as default version installed by operator. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7158">#7158</a></li> <li>[CHANGE] Add more API validations to the ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6738">#6738</a> <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7006">#7006</a></li> <li>[FEATURE] Set Alertmanager API version to v2 for Prometheus v3 and above. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7102">#7102</a></li> <li>[FEATURE] Add <code>enableOTLPReceiver</code> field in the Prometheus/PrometheusAgent CRDs. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7105">#7105</a></li> <li>[FEATURE] Add support for <code>TranslationStrategy</code> option for OTLP receiver. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7112">#7112</a></li> <li>[FEATURE] Add <code>nameValidationScheme</code> field in Prometheus global configuration. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7116">#7116</a></li> <li>[FEATURE] Add <code>scrapeFallbackProtocol</code> field in <code>Prometheus</code>, <code>PrometheusAgent</code>, <code>ServiceMonitor</code>, <code>PodMonitor</code>, <code>Probe</code>, <code>ScrapeConfig</code> and globally. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7131">#7131</a></li> <li>[FEATURE] Add support for labels in PrometheusRule CRD at rules level. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7140">#7140</a></li> <li>[FEATURE] Add support for ProxyConfig in Alertmanager Endpoints. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7191">#7191</a></li> <li>[FEATURE] Add support for configuring Alertmanager STS <code>persistentVolumeClaimRetentionPolicy</code>. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7183">#7183</a></li> <li>[FEATURE] Add <code>enableHTTP2</code> to ScrapeConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7024">#7024</a></li> <li>[FEATURE] Add <code>filter</code> field in <code>ConsulSDConfig</code> in ScrapeConfig CRD <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7124">#7124</a></li> <li>[FEATURE] Add <code>messageThreadID</code> field to TelegramConfig in AlertmanagerConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6999">#6999</a></li> <li>[ENHANCEMENT] Allow users to control the sharding label(s). <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7126">#7126</a></li> <li>[ENHANCEMENT] Add support for role selector field <code>selectorMechanism</code> on ServiceMonitor. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7086">#7086</a></li> <li>[ENHANCEMENT] Add support for role selector field <code>selectorMechanism</code> on PodMonitor. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7185">#7185</a></li> <li>[ENHANCEMENT] Add support for the <code>PrometheusText1.0.0</code> scrape protocol. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7085">#7085</a></li> <li>[ENHANCEMENT] Allow users to toggle Prometheus controller's custom configuration deprecation behavior using the <code>--deprecate-custom-configuration</code> flag. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6955">#6955</a></li> <li>[BUGFIX] Add <code>goGC</code> field to <code>PrometheusAgent</code> CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6667">#6667</a></li> <li>[BUGFIX] Validate <code>SMTPSmarthost</code> and <code>SMTPFrom</code> fields in EmailConfig in AlertManagerConfig CRD. <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6004">#6004</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/56cc9eea5f8bffedbc4a77ae08555dd5f510ed76"><code>56cc9ee</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7318">#7318</a> from slashpai/cut-release-0.80</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/fead04d65e090fa453fa80da04e2e9fb5ccb8d33"><code>fead04d</code></a> chore: update changelog for v0.80.0 updates</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/6f920d7efb6cef3b066a56b13a77871294ea2300"><code>6f920d7</code></a> feat: Refactor IonosSDConfig (<a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7255">#7255</a>)</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/6f3c19ae6df1d51c785f3e55c1b18aa98627a352"><code>6f3c19a</code></a> chore: Refactor OpenStackSDConfig (<a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7244">#7244</a>)</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/8c196e77f5962240f1b1ef8e56b3c83e6f75d167"><code>8c196e7</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7316">#7316</a> from slashpai/global-am-updates</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/25e967e02fd9e70068b54a88fa75eaf5ac927124"><code>25e967e</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7315">#7315</a> from slashpai/chores-0.80</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/eb25705a8a1e158c432a21ce8686de8d5ad16846"><code>eb25705</code></a> feat: support global smtp_tls_config in alertmanager config secret</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/1cdc040473ff3ecf72d695d2a8544d75d7682d8c"><code>1cdc040</code></a> feat: Support Jira and RocketChat receivers in Alertmanager config secret</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/9716e268da98bc67402c319bb2bc560a6395949c"><code>9716e26</code></a> Merge pull request <a href="https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7313">#7313</a> from slashpai/chore-0-80-discord</li> <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/50aad317856a94850f4656b32ff49f0e2240e1fc"><code>50aad31</code></a> feat: add 'content', 'username' and 'avatarUrl' fields in discordConfig</li> <li>Additional commits viewable in <a href="https://github.com/prometheus-operator/prometheus-operator/compare/v0.76.2...v0.80.0">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> [](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