From 0e5acfc69ffab2815b9e8c6f3d2eacc19d1402b0 Mon Sep 17 00:00:00 2001 From: sinav Date: Sat, 2 Aug 2025 09:21:07 +0300 Subject: [PATCH] bump vector to 0.48.0 --- vector/Dockerfile | 2 +- vector/config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vector/Dockerfile b/vector/Dockerfile index 695ce91..a366c24 100644 --- a/vector/Dockerfile +++ b/vector/Dockerfile @@ -4,7 +4,7 @@ FROM ${BUILD_FROM} SHELL ["/bin/bash", "-o", "pipefail", "-c"] -ARG VECTOR_VERSION=0.47.0 +ARG VECTOR_VERSION=0.48.0 WORKDIR /vector diff --git a/vector/config.yaml b/vector/config.yaml index 22a5bed..ef48fcd 100644 --- a/vector/config.yaml +++ b/vector/config.yaml @@ -1,5 +1,5 @@ name: "Vector" -version: "0.47.0" +version: "0.48.0" slug: "vector" description: "Vector log processor" url: "https://vector.dev"