Re: [PR] chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.73.2 to 0.78.0 [camel-k]

2024-10-30 Thread via GitHub


squakez commented on PR #5915:
URL: https://github.com/apache/camel-k/pull/5915#issuecomment-2449024216

   Depends on #5776 


-- 
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



Re: [PR] chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.73.2 to 0.78.0 [camel-k]

2024-10-30 Thread via GitHub


squakez closed pull request #5915: chore(deps): bump 
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 
0.73.2 to 0.78.0
URL: https://github.com/apache/camel-k/pull/5915


-- 
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



Re: [PR] chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.73.2 to 0.78.0 [camel-k]

2024-10-30 Thread via GitHub


dependabot[bot] commented on PR #5915:
URL: https://github.com/apache/camel-k/pull/5915#issuecomment-2449024242

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

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



[PR] chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.73.2 to 0.78.0 [camel-k]

2024-10-30 Thread via GitHub


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

   Bumps 
[github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator)
 from 0.73.2 to 0.78.0.
   
   Release notes
   Sourced from https://github.com/prometheus-operator/prometheus-operator/releases";>github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's
 releases.
   
   0.78.0 / 2024-10-30
   
   [CHANGE] Allow overlapping compactions by default in Prometheus when the 
Thanos sidecar is configured with uploads. https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6906";>#6906
   [CHANGE] Drop support (officially) for Alertmanager less than v0.15. https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7057";>#7057
   [FEATURE] Add dnsConfig and dnsPolicy fields 
to Alertmanager, Prometheus, 
PrometheusAgent and ThanosRuler CRDs. https://redirect.github.com/prometheus-operator/prometheus-operator/issues/3889";>#3889
   [FEATURE] Add ruleQueryOffset field to 
Prometheus CRD and query_offset field to 
PrometheusRule CRD. https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6957";>#6957
   [FEATURE] Add support for Remote Write v2.0 to Prometheus 
and PrometheusAgent CRDs. https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7033";>#7033
   [ENHANCEMENT] Add goGC field to Prometheus and 
PrometheusAgent CRDs. https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6667";>#6667
   [BUGFIX] Fix label name validation in ScrapeConfig CRD. https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6892";>#6892
   [BUGFIX] Fix version checking for the 
promoteResourceAttributes field. https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7017";>#7017
   
   0.77.2 / 2024-10-21
   
   [BUGFIX] Correct HTTP port name for the Kubelet endpoint. https://redirect.github.com/prometheus-operator/prometheus-operator/issues/7027";>#7027
   
   0.77.1 / 2024-09-25
   
   [BUGFIX] Fix Thanos Ruler reconciliations not triggered on StatefulSet 
updates. https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6964";>#6964
   [BUGFIX] Fix error message for unsupported versions. https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6965";>#6965
   
   0.77.0 / 2024-09-19
   
   [!NOTE]
   Along with this release we also introduce a new command line tool https://github.com/prometheus-operator/poctl";>poctl. It is designed 
specifically for managing Prometheus Operator Custom Resources. This project is 
currently under active development and fully experimental, so expect breaking 
changes and rough edges. We encourage you to https://github.com/prometheus-operator/poctl/releases/tag/v0.1.0";>try it 
out and provide the feedback.
   
   
   [!WARNING]
   Another notable change is that we have switched the logging framework from 
https://github.com/go-kit/log";>go-kit/log to https://pkg.go.dev/log/slog";>slog which may lead to some differences 
in the log output.
   
   
   [CHANGE] Add more API validation and changes to the 
ScrapeConfig CRD. https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6921";>#6921
 https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6855";>#6855
 https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6744";>#6744
   [CHANGE] Update the validating webhook to reject 
PrometheusRule objects that would generate configuration greater 
than the max ConfigMap size (512KiB). https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6606";>#6606
   [FEATURE] Add experimental Prometheus 3 support. It allows to try the 
new Prometheus v3.0.0-beta.0. https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6940";>#6940
   
   Feature requests in this version won't be supported until Prometheus 3 
reaches a stable release. However, users are encouraged to try the beta version 
with the Operator and report any issues they encounter.
   
   
   [FEATURE] Add support for PodMonitor to the 
PrometheusAgent CRD in DaemonSet mode. https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6879";>#6879
   [FEATURE] Add -kubelet-endpointslice argument to support 
EndpointSlice for the kubelet controller. https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6882";>#6882
   [FEATURE] Add outOfOrderTimeWindow field to the 
PrometheusAgent CRD. https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6851";>#6851
   [FEATURE] Add matchFirstNetwork field to the 
ScrapeConfig CRD for the Docker Service Discovery. https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6849";>#6849
 https://redirect.github.com/prometheus-operator/prometheus-operator/issues/6894";>#6894
   [FEATURE] Add the otlp f