You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/10/10 01:02:04 UTC

[GitHub] [camel-k] dependabot[bot] opened a new pull request, #3728: chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.50.0 to 0.60.0

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

   Bumps [github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator) from 0.50.0 to 0.60.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.60.0 / 2022-10-06</h2>
   <ul>
   <li>[CHANGE] Added <code>filterRunning</code> field to the PodMonitor CRD. By default, non-running pods are dropped by the Prometheus service discovery. To preserve the old behavior and keep pods which aren't running, set <code>filterRunning: false</code>. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5049">#5049</a></li>
   <li>[FEATURE] Added <code>grpcListenLocal</code> and <code>httpListenLocal</code> fields to the Thanos sidecar configuration of the Prometheus CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5045">#5045</a></li>
   <li>[FEATURE] Added <code>hostNetwork</code> field to the Prometheus CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5010">#5010</a></li>
   <li>[FEATURE] Added <code>spec.tsdb.outOfOrderTimeWindow</code> field to the Prometheus CRD to allow out-of-order samples in TSDB. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5071">#5071</a></li>
   <li>[ENHANCEMENT] Added columns showing the Prometheus conditions to the output of <code>kubectl get prometheus</code>. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5055">#5055</a></li>
   <li>[ENHANCEMENT] Added <code>observedGeneration</code> field to the Prometheus status conditions. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5005">#5005</a></li>
   </ul>
   <h2>0.59.2 / 2022-09-20</h2>
   <ul>
   <li>[CHANGE/BUGFIX] Removed FOWNER capability from the Thanos sidecar. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5030">#5030</a></li>
   </ul>
   <h2>0.59.1 / 2022-09-12</h2>
   <ul>
   <li>[BUGFIX] Fixed secret and configmap volume names that need to be mounted in additional containers. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5000">#5000</a></li>
   <li>[BUGFIX] Removed CAP_FOWNER capability for the Thanos sidecar when not required. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5004">#5004</a></li>
   <li>[BUGFIX] Removed the CAP_ prefix of the FOWNER capability on Thanos sidecar. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5014">#5014</a></li>
   </ul>
   <h2>0.59.0 / 2022-09-02</h2>
   <ul>
   <li>[FEATURE] Added validations for timeout and time settings of alertmanager at CRD level. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4898">#4898</a></li>
   <li>[FEATURE] Added support for global resolveTimeout and httpConfig in Alertmanager CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4622">#4622</a></li>
   <li>[FEATURE] Added support for additionalArgs field to the Prometheus CRD for Prometheus, Alertmanager and Thanos sidecar. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4863">#4863</a></li>
   <li>[ENHANCEMENT] Added tracingConfigFile option to ThanosRuler CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4962">#4962</a></li>
   <li>[BUGFIX] Fixed compress alertmanager secret to circumvent maximum size limit of 1048576 bytes. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4906">#4906</a></li>
   <li>[BUGFIX] Fixed namespace enforcement exclusion on newly created Prometheus objects. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4915">#4915</a></li>
   <li>[BUGFIX] Fixed CAP_FOWNER capability to Thanos sidecar container. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4931">#4931</a></li>
   <li>[BUGFIX] Fixed spec.query.maxSamples and spec.query.maxConcurrency fields of Prometheus CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4951">#4951</a></li>
   <li>[BUGFIX] Fixed Thanos sidecar connectivity issue when Prometheus TLS is enabled. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4954">#4954</a></li>
   <li>[BUGFIX] Fixed Prometheus and Alertmanager Pods not created when Secret name exceeds 63 characters. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4988">#4988</a></li>
   </ul>
   <h2>0.58.0 / 2022-07-20</h2>
   <ul>
   <li>[FEATURE] Add validations for timeout and time settings of alertmanager at CRD level. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4827">#4827</a>, <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4881">#4881</a></li>
   <li>[FEATURE] Extend the PrometheusSpec to allow to configure the <code>max_exemplars</code>. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4834">#4834</a></li>
   <li>[FEATURE] Add support for web TLS configuration for Alertmanager CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4868">#4868</a></li>
   <li>[ENHANCEMENT] Add support for <code>uppercase</code>, <code>lowercase</code>, and <code>CamelCase</code> relabel actions. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4840">#4840</a>, <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4873">#4873</a></li>
   <li>[ENHANCEMENT] Added support for <code>enable_http2</code> in endpoint scrape configuration. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4836">#4836</a></li>
   <li>[BUGFIX] Fixed missing conversion of the <code>followRedirects</code> field in HTTP configuration for AlertmanagerConfig v1beta1. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4854">#4854</a></li>
   <li>[BUGFIX] fix AlertmanagerConfig.Spec.Route nil panic. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4853">#4853</a></li>
   <li>[BUGFIX] Optimise warning log message during sanitization of OpsGenie configuration. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4833">#4833</a></li>
   </ul>
   <h2>0.57.0 / 2022-06-02</h2>
   <p>The main change introduced by this release is a new v1beta1 API version for the AlertmanagerConfig CRD.</p>
   <p>Changes compared to the v1alpha1 API:</p>
   <ul>
   <li>Renamed <code>spec.muteTimeIntervals</code> field to <code>to spec.timeIntervals</code>.</li>
   <li>Removed <code>regex</code> field from the <code>Matcher</code> type.</li>
   <li>Replaced all <code>v1.SecretKeySelector</code> types by the <code>SecretKeySelector</code> type
   <ul>
   <li>Removed <code>optional</code> field.</li>
   <li><code>name</code> and <code>key</code> fields are required.</li>
   </ul>
   </li>
   </ul>
   <p>As a pre-requisite, you need to deploy the admission webhook and configure the conversion webhook in the AlertmanagerConfig CRD object so that users can use both v1alpha1 and v1beta1 versions at the same time. There are more details in <code>Documentation/user-guides/webhook.md</code> about the webhook configuration.</p>
   <!-- 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.60.0 / 2022-10-06</h2>
   <ul>
   <li>[CHANGE] Added <code>filterRunning</code> field to the PodMonitor CRD. By default, non-running pods are dropped by the Prometheus service discovery. To preserve the old behavior and keep pods which aren't running, set <code>filterRunning: false</code>. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5049">#5049</a></li>
   <li>[FEATURE] Added <code>grpcListenLocal</code> and <code>httpListenLocal</code> fields to the Thanos sidecar configuration of the Prometheus CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5045">#5045</a></li>
   <li>[FEATURE] Added <code>hostNetwork</code> field to the Prometheus CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5010">#5010</a></li>
   <li>[FEATURE] Added <code>spec.tsdb.outOfOrderTimeWindow</code> field to the Prometheus CRD to allow out-of-order samples in TSDB. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5071">#5071</a></li>
   <li>[ENHANCEMENT] Added columns showing the Prometheus conditions to the output of <code>kubectl get prometheus</code>. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5055">#5055</a></li>
   <li>[ENHANCEMENT] Added <code>observedGeneration</code> field to the Prometheus status conditions. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5005">#5005</a></li>
   </ul>
   <h2>0.59.2 / 2022-09-20</h2>
   <ul>
   <li>[CHANGE/BUGFIX] Removed <code>FOWNER</code> capability from the Thanos sidecar. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5030">#5030</a></li>
   </ul>
   <h2>0.59.1 / 2022-09-12</h2>
   <ul>
   <li>[BUGFIX] Fixed secret and configmap volume names that need to be mounted in additional containers. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5000">#5000</a></li>
   <li>[BUGFIX] Removed <code>CAP_FOWNER</code> capability for the Thanos sidecar when not required. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5004">#5004</a></li>
   <li>[BUGFIX] Removed the <code>CAP_</code> prefix of the <code>FOWNER</code> capability on Thanos sidecar. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5014">#5014</a></li>
   </ul>
   <h2>0.59.0 / 2022-09-02</h2>
   <ul>
   <li>[FEATURE] Added validations for timeout and time settings of alertmanager at CRD level. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4898">#4898</a></li>
   <li>[FEATURE] Added support for global <code>resolveTimeout</code> and <code>httpConfig</code> in Alertmanager CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4622">#4622</a></li>
   <li>[FEATURE] Added support for <code>additionalArgs</code> field to the Prometheus CRD for Prometheus, Alertmanager and Thanos sidecar. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4863">#4863</a></li>
   <li>[ENHANCEMENT] Added <code>tracingConfigFile</code> option to ThanosRuler CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4962">#4962</a></li>
   <li>[BUGFIX] Fixed compress alertmanager secret to circumvent maximum size limit of 1048576 bytes. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4906">#4906</a></li>
   <li>[BUGFIX] Fixed namespace enforcement exclusion on newly created Prometheus objects. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4915">#4915</a></li>
   <li>[BUGFIX] Fixed <code>CAP_FOWNER</code> capability to Thanos sidecar container. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4931">#4931</a></li>
   <li>[BUGFIX] Fixed <code>spec.query.maxSamples</code> and <code>spec.query.maxConcurrency</code> fields of Prometheus CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4951">#4951</a></li>
   <li>[BUGFIX] Fixed Thanos sidecar connectivity issue when Prometheus TLS is enabled. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4954">#4954</a></li>
   <li>[BUGFIX] Fixed Prometheus and Alertmanager Pods not created when Secret name exceeds 63 characters. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4988">#4988</a></li>
   </ul>
   <h2>0.58.0 / 2022-07-19</h2>
   <ul>
   <li>[FEATURE] Add validations for timeout and time settings of alertmanager at CRD level. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4827">#4827</a>, <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4881">#4881</a></li>
   <li>[FEATURE] Extend the PrometheusSpec to allow to configure the <code>max_exemplars</code>. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4834">#4834</a></li>
   <li>[FEATURE] Add support for web TLS configuration for Alertmanager CRD. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4868">#4868</a></li>
   <li>[ENHANCEMENT] Add support for <code>uppercase</code>, <code>lowercase</code>, and <code>CamelCase</code> relabel actions. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4840">#4840</a>, <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4873">#4873</a></li>
   <li>[ENHANCEMENT] Added support for <code>enable_http2</code> in endpoint scrape configuration. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4836">#4836</a></li>
   <li>[BUGFIX] Fixed missing conversion of the <code>followRedirects</code> field in HTTP configuration for AlertmanagerConfig v1beta1. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4854">#4854</a></li>
   <li>[BUGFIX] fix AlertmanagerConfig.Spec.Route nil panic. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4853">#4853</a></li>
   <li>[BUGFIX] Optimise warning log message during sanitization of OpsGenie configuration. <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/4833">#4833</a></li>
   </ul>
   <h2>0.57.0 / 2022-06-02</h2>
   <p>The main change introduced by this release is a new v1beta1 API version for the
   AlertmanagerConfig CRD.</p>
   <p>Changes compared to the v1alpha1 API:</p>
   <ul>
   <li>Renamed <code>spec.muteTimeIntervals</code> field to <code>to spec.timeIntervals</code>.</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/8004e084488ad6ea7ff73ed999fd98f52c7e9e49"><code>8004e08</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5073">#5073</a> from simonpasquier/cut-0.60.0</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/49b9bdef5805e91b9d48165f7b7efc1e40c2243a"><code>49b9bde</code></a> Doc: Update k8s version in README.md to start minikube (<a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5069">#5069</a>)</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/229faee27bd2c0fca54708e7c7a5e8db6fe8dac3"><code>229faee</code></a> release: cut v0.60.0</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/893b5c9c0f7e2d86a93ae5568db1cecc92c6530e"><code>893b5c9</code></a> *: support out-of-order time window for Prometheus (<a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5071">#5071</a>)</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/3a610d82cc7e0397a709951b13b27375e9152132"><code>3a610d8</code></a> *: bump Prometheus version to v2.39.0 (<a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5068">#5068</a>)</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/2e41738b48787defe3cc83d29305f7ed42d93074"><code>2e41738</code></a> pkg/prometheus: preallocate memory (<a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5070">#5070</a>)</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/036e7c4437e848822fd66e3ed0a3652e360db2f7"><code>036e7c4</code></a> feat : enable support for &quot;hostNetwork&quot; in Prometheus CRD (<a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5010">#5010</a>)</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/9a7a6efb891b4a4d8d3b8f422bc922c52a65f9fc"><code>9a7a6ef</code></a> Documentation: add more content to online docs (<a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5060">#5060</a>)</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/fb52a0f0758ad7a9f4e9f45afdcce0b9d0569252"><code>fb52a0f</code></a> Fix the ThanosRuler Thanos Section link in Design (<a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5059">#5059</a>)</li>
   <li><a href="https://github.com/prometheus-operator/prometheus-operator/commit/b3885e3f154ddbbf5ffb6fe425ad3bf8d8ce1aef"><code>b3885e3</code></a> *: show Prometheus conditions in kubectl get (<a href="https://github-redirect.dependabot.com/prometheus-operator/prometheus-operator/issues/5055">#5055</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/prometheus-operator/prometheus-operator/compare/v0.50.0...v0.60.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![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.50.0&new-version=0.60.0)](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 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-unsubscribe@camel.apache.org

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


[GitHub] [camel-k] squakez closed pull request #3728: chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.50.0 to 0.60.0

Posted by GitBox <gi...@apache.org>.
squakez closed pull request #3728: chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.50.0 to 0.60.0
URL: https://github.com/apache/camel-k/pull/3728


-- 
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-unsubscribe@camel.apache.org

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


[GitHub] [camel-k] dependabot[bot] commented on pull request #3728: chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.50.0 to 0.60.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #3728:
URL: https://github.com/apache/camel-k/pull/3728#issuecomment-1272961144

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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-unsubscribe@camel.apache.org

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