Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all non-major dependencies #242

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 23, 2025

This PR contains the following updates:

Package Type Update Change
grafana/alloy minor v1.6.1 -> v1.7.0
nginxproxymanager (source) required_provider minor 0.0.36 -> 0.1.6
proxmox (source) required_provider minor 0.72.0 -> 0.73.0
proxmox-talos (source) required_provider minor 0.72.0 -> 0.73.0

Release Notes

grafana/alloy (grafana/alloy)

v1.7.0

Compare Source

Breaking changes
  • (Experimental) In prometheus.write.queue changed parallelism from attribute to a block to allow for dynamic scaling. (@​mattdurham)

  • Remove tls_basic_auth_config_path attribute from prometheus.exporter.mongodb configuration as it does not configure TLS client
    behavior as previously documented.

  • Remove encoding and encoding_file_ext from otelcol.exporter.awss3 component as it was not wired in to the otel component and
    Alloy does not currently integrate the upstream encoding extensions that this would utilize.

Features
  • Add a otelcol.receiver.tcplog component to receive OpenTelemetry logs over a TCP connection. (@​nosammai)

  • (Public preview) Add otelcol.receiver.filelog component to read otel log entries from files (@​dehaansa)

  • (Public preview) Add a otelcol.processor.cumulativetodelta component to convert metrics from
    cumulative temporality to delta. (@​madaraszg-tulip)

  • (Experimental) Add a stage.windowsevent block in the loki.process component. This aims to replace the existing stage.eventlogmessage. (@​wildum)

  • Add pyroscope.relabel component to modify or filter profiles using Prometheus relabeling rules. (@​marcsanmi)

  • (Experimental) A new foreach block which starts an Alloy pipeline for each item inside a list. (@​wildum, @​thampiotr, @​ptodev)

Enhancements
  • Upgrade to OpenTelemetry Collector v0.119.0 (@​dehaansa):

    • otelcol.processor.resourcedetection: additional configuration for the ec2 detector to configure retry behavior
    • otelcol.processor.resourcedetection: additional configuration for the gcp detector to collect Managed Instance Group attributes
    • otelcol.processor.resourcedetection: additional configuration for the eks detector to collect cloud account attributes
    • otelcol.processor.resourcedetection: add kubeadm detector to collect local cluster attributes
    • otelcol.processor.cumulativetodelta: add metric_types filtering options
    • otelcol.exporter.awss3: support configuring sending_queue behavior
    • otelcol.exporter.otlphttp: support configuring compression_params, which currently only includes level
    • configtls: opentelemetry components with tls config now support specifying TLS curve preferences
    • sending_queue: opentelemetry exporters with a sending_queue can now configure the queue to be blocking
  • Add go_table_fallback arg to pyroscope.ebpf (@​korniltsev)

  • Memory optimizations in pyroscope.scrape (@​korniltsev)

  • Do not drop __meta labels in pyroscope.scrape. (@​korniltsev)

  • Add the possibility to export span events as logs in otelcol.connector.spanlogs. (@​steve-hb)

  • Add json format support for log export via faro receiver (@​ravishankar15)

  • (Experimental) Various changes to the experimental component database_observability.mysql:

    • connection_info: add namespace to the metric (@​cristiangreco)
    • query_sample: better support for table name parsing (@​cristiangreco)
    • query_sample: capture schema name for query samples (@​cristiangreco)
    • query_sample: fix error handling during result set iteration (@​cristiangreco)
    • query_sample: improve parsing of truncated queries (@​cristiangreco)
    • query_sample: split out sql parsing logic to a separate file (@​cristiangreco)
    • schema_table: add table columns parsing (@​cristiagreco)
    • schema_table: correctly quote schema and table name in SHOW CREATE (@​cristiangreco)
    • schema_table: fix handling of view table types when detecting schema (@​matthewnolf)
    • schema_table: refactor cache config in schema_table collector (@​cristiangreco)
    • Component: add enable/disable collector configurability to database_observability.mysql. This removes the query_samples_enabled argument, now configurable via enable/disable collector. (@​fridgepoet)
    • Component: always log instance label key (@​cristiangreco)
    • Component: better error handling for collectors (@​cristiangreco)
    • Component: use labels for some indexed logs elements (@​cristiangreco)
  • Reduce CPU usage of loki.source.windowsevent by up to 85% by updating the bookmark file every 10 seconds instead of after every event and by
    optimizing the retrieval of the process name. (@​wildum)

  • Ensure consistent service_name label handling in pyroscope.receive_http to match Pyroscope's behavior. (@​marcsanmi)

  • Improved memory and CPU performance of Prometheus pipelines by changing the underlying implementation of targets (@​thampiotr)

  • Add config_merge_strategy in prometheus.exporter.snmp to optionally merge custom snmp config with embedded config instead of replacing. Useful for providing SNMP auths. (@​v-zhuravlev)

  • Upgrade beyla.ebpf to v2.0.4. The full list of changes can be found in the Beyla release notes. (@​marctc)

Bugfixes
  • Fix log rotation for Windows in loki.source.file by refactoring the component to use the runner pkg. This should also reduce CPU consumption when tailing a lot of files in a dynamic environment. (@​wildum)

  • Add livedebugging support for prometheus.remote_write (@​ravishankar15)

  • Add livedebugging support for otelcol.connector.* components (@​wildum)

  • Bump snmp_exporter and embedded modules to 0.27.0. Add support for multi-module handling by comma separation and expose argument to increase SNMP polling concurrency for prometheus.exporter.snmp. (@​v-zhuravlev)

  • Add support for pushv1.PusherService Connect API in pyroscope.receive_http. (@​simonswine)

  • Fixed an issue where loki.process would sometimes output live debugging entries out-of-order (@​thampiotr)

  • Fixed a bug where components could be evaluated concurrently without the full context during a config reload (@​wildum)

  • Fixed locks that wouldn't be released in the remotecfg service if some errors occurred during the configuration reload (@​spartan0x117)

  • Fix issue with prometheus.write.queue that lead to excessive connections. (@​mattdurham)

  • Fixed a bug where loki.source.awsfirehose and loki.source.gcplog could
    not be used from within a module. (@​tpaschalis)

  • Fix an issue where Prometheus metric name validation scheme was set by default to UTF-8. It is now set back to the
    previous "legacy" scheme. An experimental flag --feature.prometheus.metric-validation-scheme can be used to switch
    it to utf-8 to experiment with UTF-8 support. (@​thampiotr)

Other changes
  • Upgrading to Prometheus v2.54.1. (@​ptodev)
    • discovery.docker has a new match_first_network attribute for matching the first network
      if the container has multiple networks defined, thus avoiding collecting duplicate targets.

    • discovery.ec2, discovery.kubernetes, discovery.openstack, and discovery.ovhcloud
      add extra __meta_ labels.

    • prometheus.remote_write supports Azure OAuth and Azure SDK authentication.

    • discovery.linode has a new region attribute, as well as extra __meta_ labels.

    • A new scrape_native_histograms argument for prometheus.scrape.
      This is enabled by default and can be used to explicitly disable native histogram support.
      In previous versions of Alloy, native histogram support has also been enabled by default
      as long as scrape_protocols starts with PrometheusProto.

    • Change the stability of the remotecfg feature from "public preview" to "generally available". (@​erikbaranowski)

Sander0542/terraform-provider-nginxproxymanager (nginxproxymanager)

v0.1.6

Compare Source

v0.1.5

Compare Source

v0.1.4

Compare Source

v0.1.3

Compare Source

v0.1.2

Compare Source

v0.1.1

Compare Source

v0.1.0

Compare Source

FEATURES:

bpg/terraform-provider-proxmox (proxmox)

v0.73.0

Compare Source

Features
  • vm: add optional reboot_after_update configuration flag (#​1777) (5e726c4)
Miscellaneous
  • build: update Go version and linter /documentation workflows (#​1789) (8ed271b)
  • deps: update github.com/hashicorp/terraform-plugin-* (#​1782) (9c46bf0)
  • deps: update module github.com/google/go-cmp (v0.6.0 → v0.7.0) (#​1783) (f516f80)
  • deps: update module github.com/hashicorp/terraform-plugin-sdk/v2 (v2.36.0 → v2.36.1) (#​1781) (74141bf)
  • deps: update module golang.org/x/crypto (v0.33.0 → v0.34.0) (#​1784) (e013e54)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b287e00 to c20dcd6 Compare February 23, 2025 09:56
@renovate renovate bot changed the title Update Terraform nginxproxymanager to v0.1.1 Update Terraform nginxproxymanager to v0.1.2 Feb 23, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c20dcd6 to cf07f86 Compare February 23, 2025 13:24
@renovate renovate bot changed the title Update Terraform nginxproxymanager to v0.1.2 Update Terraform nginxproxymanager to v0.1.5 Feb 23, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cf07f86 to 3d80acf Compare February 23, 2025 18:01
@renovate renovate bot changed the title Update Terraform nginxproxymanager to v0.1.5 Update Terraform nginxproxymanager to v0.1.6 Feb 23, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3d80acf to a162cbc Compare February 24, 2025 05:58
@renovate renovate bot changed the title Update Terraform nginxproxymanager to v0.1.6 Update all non-major dependencies Feb 24, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a162cbc to 38b89f9 Compare February 24, 2025 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants