diff --git a/vector/Dockerfile b/vector/Dockerfile index a366c24..7c1c3dd 100644 --- a/vector/Dockerfile +++ b/vector/Dockerfile @@ -4,7 +4,7 @@ FROM ${BUILD_FROM} SHELL ["/bin/bash", "-o", "pipefail", "-c"] -ARG VECTOR_VERSION=0.48.0 +ARG VECTOR_VERSION=0.49.0 WORKDIR /vector diff --git a/vector/config.yaml b/vector/config.yaml index ef48fcd..7d36723 100644 --- a/vector/config.yaml +++ b/vector/config.yaml @@ -1,5 +1,5 @@ name: "Vector" -version: "0.48.0" +version: "0.49.0" slug: "vector" description: "Vector log processor" url: "https://vector.dev"