chore: bump vector 0.47.0

This commit is contained in:
2025-06-24 10:28:51 +03:00
parent 724eff3b45
commit ee204c8aa4
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.46.1 ARG VECTOR_VERSION=0.47.0
WORKDIR /vector WORKDIR /vector

View File

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