chore(deps): update timberio/vector docker tag to v0.58.0 - #218
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/timberio-vector-0.x
branch
from
August 10, 2025 14:22
728d9a8 to
22cabac
Compare
renovate
Bot
force-pushed
the
renovate/timberio-vector-0.x
branch
from
August 12, 2025 17:36
22cabac to
df7b8e9
Compare
renovate
Bot
force-pushed
the
renovate/timberio-vector-0.x
branch
from
September 23, 2025 16:55
df7b8e9 to
3ca4558
Compare
This comment has been minimized.
This comment has been minimized.
renovate
Bot
force-pushed
the
renovate/timberio-vector-0.x
branch
3 times, most recently
from
October 1, 2025 00:39
79f292d to
86c7b13
Compare
renovate
Bot
force-pushed
the
renovate/timberio-vector-0.x
branch
9 times, most recently
from
October 8, 2025 19:00
252f2a4 to
be5c01a
Compare
renovate
Bot
force-pushed
the
renovate/timberio-vector-0.x
branch
from
October 21, 2025 13:21
be5c01a to
0c92ba3
Compare
renovate
Bot
force-pushed
the
renovate/timberio-vector-0.x
branch
from
November 4, 2025 18:07
0c92ba3 to
784bfa5
Compare
renovate
Bot
force-pushed
the
renovate/timberio-vector-0.x
branch
2 times, most recently
from
November 19, 2025 13:32
ccb28ba to
c903f20
Compare
renovate
Bot
force-pushed
the
renovate/timberio-vector-0.x
branch
from
November 24, 2025 18:36
c903f20 to
a758c84
Compare
renovate
Bot
force-pushed
the
renovate/timberio-vector-0.x
branch
from
December 16, 2025 16:37
a758c84 to
d255032
Compare
renovate
Bot
force-pushed
the
renovate/timberio-vector-0.x
branch
2 times, most recently
from
February 2, 2026 16:44
76780fb to
3b28674
Compare
renovate
Bot
force-pushed
the
renovate/timberio-vector-0.x
branch
from
March 10, 2026 21:56
3b28674 to
011e3b7
Compare
renovate
Bot
force-pushed
the
renovate/timberio-vector-0.x
branch
from
April 22, 2026 19:54
011e3b7 to
1d7405c
Compare
renovate
Bot
force-pushed
the
renovate/timberio-vector-0.x
branch
from
June 3, 2026 15:56
1d7405c to
42ef72e
Compare
renovate
Bot
force-pushed
the
renovate/timberio-vector-0.x
branch
2 times, most recently
from
July 20, 2026 14:51
1ab364a to
975bf5e
Compare
renovate
Bot
force-pushed
the
renovate/timberio-vector-0.x
branch
from
August 11, 2026 15:55
975bf5e to
23c47f4
Compare
renovate
Bot
force-pushed
the
renovate/timberio-vector-0.x
branch
from
August 26, 2026 15:38
23c47f4 to
4a9058b
Compare
renovate
Bot
force-pushed
the
renovate/timberio-vector-0.x
branch
2 times, most recently
from
September 7, 2026 16:07
358aa21 to
859ed41
Compare
renovate
Bot
force-pushed
the
renovate/timberio-vector-0.x
branch
2 times, most recently
from
September 16, 2026 09:15
5016a5c to
40d75af
Compare
renovate
Bot
force-pushed
the
renovate/timberio-vector-0.x
branch
from
September 23, 2026 17:37
40d75af to
50f4d6f
Compare
renovate
Bot
force-pushed
the
renovate/timberio-vector-0.x
branch
from
September 24, 2026 21:11
50f4d6f to
12a6f01
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.45.0-distroless-static→0.58.0-distroless-staticRelease Notes
vectordotdev/vector (timberio/vector)
v0.58.0Compare Source
The COSE team is excited to announce version
0.58.0! 🚀View release notes
v0.57.0Compare Source
The COSE team is excited to announce version
0.57.0! 🚀This is a security focused release which involves breaking changes, however we made sure to provide ways for users to restore previous behavior.
View release notes
v0.56.0Compare Source
The COSE team is excited to announce version
0.56.0! 🚀Release highlights
databricks_zerobussink that streams log data to Databricks Unity Catalog tables through the Zerobus ingestion service. The sink supports OAuth 2.0 authentication, automatic schema fetching from Unity Catalog, and protobuf batch encoding.delaytransform that delays each event by a fixed duration. Events can alsobe delayed based on a condition which includes VRL transforms.
retry_strategyconfigurationoption to control which HTTP response codes are retried. The
httpsink also includes a newexample showing how to retry only specific transient status codes.
vectorsink now supportszstdcompression in addition togzip. This provides bettercompression ratios and performance for Vector-to-Vector communication.
tag_cardinality_limittransform received major enhancements: per-tag cardinalityoverrides (
per_tag_limits), per-metric tracking isolation (tracking_scope: per_metric),a global key cap (
max_tracked_keys), and the ability to opt entire metrics out ofcardinality tracking.
aws_s3sink is now available out of the box in official releasebinaries for all users.
prometheus_remote_write,aws_cloudwatch_metrics,statsd, and others.Stream 8, which had been broken since 0.55.0 due to an inadvertent glibc requirement bump.
expected_event_countfield on test outputs, allowing assertions on the number of events emitted by a transform.Breaking Changes
greptimedb_metricsandgreptimedb_logssinks now require GreptimeDB v1.x. Users running GreptimeDB v0.x must upgrade their GreptimeDB instance before upgrading Vector.👉 View all new features and fixes in the release notes here.
v0.55.0Compare Source
The COSE team is excited to announce version 0.55.0!
Release highlights
windows_event_logsource that collects logs from Windows Event Log channels using the native Windows Event Log API, with pull-mode subscriptions, bookmark-based checkpointing, and configurable field filtering.aws_s3sink now supports Apache Parquet batch encoding. Events can be written as Parquet columnar files with either an auto-generated native schema or a supplied.schemafile, and configurable compression (Snappy, ZSTD, GZIP, LZ4, or none).azure_blobsink re-gains first-class Azure authentication: Azure CLI, Managed Identity, Workload Identity, and Managed Identity-based Client Assertion credential kinds are all supported again.datadog_metricssink now defaults to the Series v2 endpoint (/api/v2/series) and useszstdcompression for Series v2 and Sketches, which should yield smaller payloads and more efficient batching and intake. A newseries_api_versionoption (v1 or v2) is available to opt back to the legacy v1 endpoint; Series v1 continues to usezlib.vector topis more trustworthy: per-output events for components with multiple output ports are now shown in the correct Events Out column, and the Memory Used column now reports disabled when the target Vector instance was started without--allocation-tracinginstead of a misleading 0.source_send_latency_seconds,source_send_batch_latency_seconds) surface backpressure close to the source.0.50.0.Breaking Changes
See the 0.55 upgrade guide for full details and migration steps. At a glance, you are affected if you:
vector top,vector tap, and anything that talked to /graphql or the /playground. The HTTPGET /healthendpoint is unchanged and continues to serve Kubernetes HTTP probes as before.httporopentelemetrysinks: it has been removed.azure_logs_ingestionsink with Client Secret credentials:azure_credential_kindmust now be set explicitly.View release notes
v0.54.0Compare Source
The COSE team is excited to announce version 0.54.0! 🚀
Release highlights
?to see all available keybindings.datadog_logssink now defaults tozstdcompression instead of no compression, resulting in better network efficiency and higher throughput.component_latency_secondshistogram andcomponent_latency_mean_secondsgauge internal metrics, exposing the time an event spends in a component.azure_logs_ingestionsink that supports the Azure Monitor Logs Ingestion API. The existingazure_monitor_logssink is now deprecated, and users should migrate before Microsoft ends support for the old Data Collector API (currently scheduled for September 2026).Breaking Changes
datadog_logssink now defaults tozstdcompression. You can explicitly set compression to preserve previous behavior.👉 View all new features and fixes in the release notes here.
v0.53.0Compare Source
The COSE team is excited to announce version 0.53.0! 🚀
Release highlights
get_vector_metric,find_vector_metrics, andaggregate_vector_metrics. You are now able to fetch snapshots of the metrics that are updated everymetrics_storage_refresh_period.clickhousesink now supports thearrow_streamformat option, enabling high-performance binary data transfer using Apache Arrow IPC. This provides significantly better performance and smaller payload sizes compared to JSON-based formats.dorissink for sending log data to Apache Doris databases using the Stream Load API.syslogcodec for encoding Vector events to Syslog format. RFC5424 and RFC3164 are supported.source_buffer_utilization_meanandtransform_buffer_utilization_mean), so observers can track an exponentially weighted moving average (EWMA) of buffer utilization in addition to the instant level.👉 This release contains several more enhancements, bug fixes and breaking changes. View the full changelog here.
v0.52.0Compare Source
The COSE team is excited to announce version 0.52.0! 🚀
Release highlights:
This release contains several more enhancements, bug fixes and breaking changes.
👉 View the full changelog here.
v0.51.1Compare Source
The COSE team is excited to announce patch version
0.51.1🚀If you are using
v0.51.0, we recommend upgrading to this version.👉 See the full changelog here: https://vector.dev/releases/0.51.1/
v0.51.0Compare Source
The COSE team is excited to announce version 0.51.0! 🚀
Release highlights:
This release contains several more enhancements, bug fixes and breaking changes.
👉 View the full changelog here.
v0.50.0Compare Source
Datadog's Community Open Source team is excited to announce version
0.50.0🚀Changelog
View release notes
Release highlights
opentelemetrysource can now decode data according to the standard OpenTelemetry protocolfor all telemetry data types (logs, metrics and traces). This eliminates the need for complex event remapping. It greatly simplifies configuration for OTEL -> Vector -> OTEL use cases or when forwarding data to any system that expects OTLP-formatted telemetry.varint_length_delimitedframing option is now available which enables compatibility with standard protobuf streaming implementations and tools like ClickHouse.incremental_to_absolutetransform, useful when metric data might be lost in transit or for creating a historical record of the metric.oktasource for consuming Okta system logs is now available.Breaking Changes
The
azure_blobsink now requires aconnection_string. This is the only supported authentication method for now. For more details, see this pull request.v0.49.0Compare Source
Datadog's Community Open Source team is excited to announce version 0.49.0 🚀
Here are some of the highlights from this release:
websocketsource has been introduced. A WebSocket source in Vector enables ingestion of real-time data from services that expose WebSocket APIs.uriandrequest.headers configfields now support templating, allowing dynamic construction based on event data.--watch-configflag now also watches for changes in enrichment table files.expire_metrics_secsconfig option for theprometheus_remote_writesink. This fixes an issue where incremental metrics are preserved for the lifetime of Vector's runtime causing indefinite memory growth.vector_buffer_byte_sizeandvector_buffer_eventsgauges.A few VRL functions include breaking changes. Please refer to the upgrade guide for more details.
This release contains several more enhancements and bug fixes. View the full changelog here:
👉 https://vector.dev/releases/0.49.0/
v0.48.0Compare Source
View release notes
v0.47.0Compare Source
View release notes
v0.46.1Compare Source
View release notes
v0.46.0Compare Source
View release notes
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.