From ee204c8aa41694cb268f4be722ad739f0c324120 Mon Sep 17 00:00:00 2001 From: sinav Date: Tue, 24 Jun 2025 10:28:51 +0300 Subject: [PATCH] chore: bump vector 0.47.0 --- vector/Dockerfile | 2 +- vector/config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vector/Dockerfile b/vector/Dockerfile index d29bac5..695ce91 100644 --- a/vector/Dockerfile +++ b/vector/Dockerfile @@ -4,7 +4,7 @@ FROM ${BUILD_FROM} SHELL ["/bin/bash", "-o", "pipefail", "-c"] -ARG VECTOR_VERSION=0.46.1 +ARG VECTOR_VERSION=0.47.0 WORKDIR /vector diff --git a/vector/config.yaml b/vector/config.yaml index 88cb4c8..22a5bed 100644 --- a/vector/config.yaml +++ b/vector/config.yaml @@ -1,5 +1,5 @@ name: "Vector" -version: "0.46.1" +version: "0.47.0" slug: "vector" description: "Vector log processor" url: "https://vector.dev"