kube-logging / logging-operator

Logging operator for Kubernetes
https://kube-logging.dev
Apache License 2.0
1.53k stars 326 forks source link

chore(deps): update all dependencies #1701

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
aquasecurity/trivy-action action minor 0.18.0 -> 0.19.0 age adoption passing confidence
gcr.io/distroless/static final digest 7e5c6a2 -> 6d31326
github.com/kube-logging/logging-operator require digest 5152000 -> df1a9eb
github.com/onsi/gomega require minor v1.31.1 -> v1.32.0 age adoption passing confidence
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring require minor v0.72.0 -> v0.73.0 age adoption passing confidence
github.com/siliconbrain/go-seqs require minor v0.9.0 -> v0.10.0 age adoption passing confidence
golang.org/x/exp require digest 814bf88 -> c0f41cb
golang.org/x/net require minor v0.22.0 -> v0.24.0 age adoption passing confidence
k8s.io/api require patch v0.29.2 -> v0.29.3 age adoption passing confidence
k8s.io/apiextensions-apiserver require patch v0.29.2 -> v0.29.3 age adoption passing confidence
k8s.io/apimachinery require patch v0.29.2 -> v0.29.3 age adoption passing confidence
k8s.io/client-go require patch v0.29.2 -> v0.29.3 age adoption passing confidence
sigs.k8s.io/controller-runtime require patch v0.17.2 -> v0.17.3 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

aquasecurity/trivy-action (aquasecurity/trivy-action) ### [`v0.19.0`](https://togithub.com/aquasecurity/trivy-action/releases/tag/0.19.0) [Compare Source](https://togithub.com/aquasecurity/trivy-action/compare/0.18.0...0.19.0) #### What's Changed - bump trivy version to v0.50.1 by [@​simar7](https://togithub.com/simar7) in [https://github.com/aquasecurity/trivy-action/pull/324](https://togithub.com/aquasecurity/trivy-action/pull/324) **Full Changelog**: https://github.com/aquasecurity/trivy-action/compare/0.18.0...0.19.0
onsi/gomega (github.com/onsi/gomega) ### [`v1.32.0`](https://togithub.com/onsi/gomega/releases/tag/v1.32.0) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.31.1...v1.32.0) #### 1.32.0 ##### Maintenance - Migrate github.com/golang/protobuf to google.golang.org/protobuf \[[`436a197`](https://togithub.com/onsi/gomega/commit/436a197)] This release drops the deprecated github.com/golang/protobuf and adopts google.golang.org/protobuf. Care was taken to ensure the release is backwards compatible (thanks [@​jbduncan](https://togithub.com/jbduncan) !). Please open an issue if you run into one. - chore: test with Go 1.22 ([#​733](https://togithub.com/onsi/gomega/issues/733)) \[[`32ef35e`](https://togithub.com/onsi/gomega/commit/32ef35e)] - Bump golang.org/x/net from 0.19.0 to 0.20.0 ([#​717](https://togithub.com/onsi/gomega/issues/717)) \[[`a0d0387`](https://togithub.com/onsi/gomega/commit/a0d0387)] - Bump github-pages and jekyll-feed in /docs ([#​732](https://togithub.com/onsi/gomega/issues/732)) \[[`b71e477`](https://togithub.com/onsi/gomega/commit/b71e477)] - docs: fix typo and broken anchor link to gstruct \[[`f460154`](https://togithub.com/onsi/gomega/commit/f460154)] - docs: fix HaveEach matcher signature \[[`a2862e4`](https://togithub.com/onsi/gomega/commit/a2862e4)]
prometheus-operator/prometheus-operator (github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring) ### [`v0.73.0`](https://togithub.com/prometheus-operator/prometheus-operator/releases/tag/v0.73.0): 0.73.0 / 2024-04-03 [Compare Source](https://togithub.com/prometheus-operator/prometheus-operator/compare/v0.72.0...v0.73.0) - \[CHANGE/BUGFIX] Add `proxyURL` validation for ServiceMonitor, PodMonitor and Probe objects. **It could be a breaking change for those who rely on the configuration reloader sidecar to expand environment variables in the generated configuration file.** [#​6464](https://togithub.com/prometheus-operator/prometheus-operator/issues/6464) - \[FEATURE] Add `summary` field to the MSteams receiver. [#​6206](https://togithub.com/prometheus-operator/prometheus-operator/issues/6206) - \[FEATURE] Add support for Kuma SD in `ScrapeConfig` CRD. [#​6427](https://togithub.com/prometheus-operator/prometheus-operator/issues/6427),[#​6465](https://togithub.com/prometheus-operator/prometheus-operator/issues/6465) - \[FEATURE] Add support for Eureka SD in `ScrapeConfig` CRD. [#​6408](https://togithub.com/prometheus-operator/prometheus-operator/issues/6408) - \[FEATURE] Add support for Docker SD in `ScrapeConfig` CRD. [#​6421](https://togithub.com/prometheus-operator/prometheus-operator/issues/6421) - \[FEATURE] Add support for Hetzner SD in `ScrapeConfig` CRD. [#​6436](https://togithub.com/prometheus-operator/prometheus-operator/issues/6436) - \[FEATURE] Add the `--kubelet-node-address-priority` CLI argument to set the node address priority. [#​6377](https://togithub.com/prometheus-operator/prometheus-operator/issues/6377) - \[FEATURE] Add `relabelings` field to scrape classes. [#​6379](https://togithub.com/prometheus-operator/prometheus-operator/issues/6379) - \[FEATURE] Add `bodySizeLimit` field to the ServiceMonitor and PodMonitor CRDs. [#​6349](https://togithub.com/prometheus-operator/prometheus-operator/issues/6349) - \[FEATURE] Add `sampleAgeLimit` field to the remote-write configuration. [#​6326](https://togithub.com/prometheus-operator/prometheus-operator/issues/6326) - \[ENHANCEMENT] Verify which CRDs are installed and start the respective controllers only when needed. [#​6351](https://togithub.com/prometheus-operator/prometheus-operator/issues/6351) - \[ENHANCEMENT] Add checks for selectors in `KubernetesSDConfig`. [#​6359](https://togithub.com/prometheus-operator/prometheus-operator/issues/6359) - \[BUGFIX] Fix ScrapeConfigs selection issue across different namespaces. [#​6390](https://togithub.com/prometheus-operator/prometheus-operator/issues/6390) - \[BUGFIX] Add check to determine if Thanos supports the `--prometheus.http-client` flag. [#​6448](https://togithub.com/prometheus-operator/prometheus-operator/issues/6448) - \[BUGFIX] Fix PrometheusAgent reconciliation when the secret/configmap's namespace is different from the PrometheusAgent namespace. [#​6412](https://togithub.com/prometheus-operator/prometheus-operator/issues/6412) - \[BUGFIX] Allow empty separator in relabel config. [#​6425](https://togithub.com/prometheus-operator/prometheus-operator/issues/6425) - \[BUGFIX] Fix the validation for `muteTimeIntervals`'s months in the AlertmanagerConfig CRD. [#​6362](https://togithub.com/prometheus-operator/prometheus-operator/issues/6362)
siliconbrain/go-seqs (github.com/siliconbrain/go-seqs) ### [`v0.10.0`](https://togithub.com/siliconbrain/go-seqs/compare/v0.9.0...v0.10.0) [Compare Source](https://togithub.com/siliconbrain/go-seqs/compare/v0.9.0...v0.10.0)
kubernetes/api (k8s.io/api) ### [`v0.29.3`](https://togithub.com/kubernetes/api/compare/v0.29.2...v0.29.3) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.29.2...v0.29.3)
kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver) ### [`v0.29.3`](https://togithub.com/kubernetes/apiextensions-apiserver/compare/v0.29.2...v0.29.3) [Compare Source](https://togithub.com/kubernetes/apiextensions-apiserver/compare/v0.29.2...v0.29.3)
kubernetes/apimachinery (k8s.io/apimachinery) ### [`v0.29.3`](https://togithub.com/kubernetes/apimachinery/compare/v0.29.2...v0.29.3) [Compare Source](https://togithub.com/kubernetes/apimachinery/compare/v0.29.2...v0.29.3)
kubernetes/client-go (k8s.io/client-go) ### [`v0.29.3`](https://togithub.com/kubernetes/client-go/compare/v0.29.2...v0.29.3) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.29.2...v0.29.3)
kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime) ### [`v0.17.3`](https://togithub.com/kubernetes-sigs/controller-runtime/releases/tag/v0.17.3) [Compare Source](https://togithub.com/kubernetes-sigs/controller-runtime/compare/v0.17.2...v0.17.3) ##### What's Changed - 🌱 Update to Kubernetes v1.29.2 by [@​sbueringer](https://togithub.com/sbueringer) in [https://github.com/kubernetes-sigs/controller-runtime/pull/2711](https://togithub.com/kubernetes-sigs/controller-runtime/pull/2711) - :bug: Cache: Keep selectors when byObject.Namespaces is defaulted by [@​k8s-infra-cherrypick-robot](https://togithub.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/2749](https://togithub.com/kubernetes-sigs/controller-runtime/pull/2749) - 🐛 Prevent leader election when shutting down a non-elected manager by [@​k8s-infra-cherrypick-robot](https://togithub.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/2752](https://togithub.com/kubernetes-sigs/controller-runtime/pull/2752) - :bug: Runnable group should check if stopped before enqueueing by [@​k8s-infra-cherrypick-robot](https://togithub.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/2761](https://togithub.com/kubernetes-sigs/controller-runtime/pull/2761) **Full Changelog**: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.17.2...v0.17.3

Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 5 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.