chore: bump vector to 0.49.0

This commit is contained in:
2025-08-27 08:17:50 +03:00
parent bac6febbe0
commit bd610c6448
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ FROM ${BUILD_FROM}
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG VECTOR_VERSION=0.48.0 ARG VECTOR_VERSION=0.49.0
WORKDIR /vector WORKDIR /vector

View File

@@ -1,5 +1,5 @@
name: "Vector" name: "Vector"
version: "0.48.0" version: "0.49.0"
slug: "vector" slug: "vector"
description: "Vector log processor" description: "Vector log processor"
url: "https://vector.dev" url: "https://vector.dev"