From 84171312e4cbe5915b63d2366a06991277cdacc2 Mon Sep 17 00:00:00 2001 From: "octo-sts[bot]" <157150467+octo-sts[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 22:05:08 +0000 Subject: [PATCH] weaviate/1.28.0-r0: cve remediation (#36985) weaviate/1.28.0-r0: fix GHSA-v778-237x-gjrc Advisory data: https://github.com/wolfi-dev/advisories/blob/main/weaviate.advisories.yaml Co-authored-by: octo-sts[bot] <157150467+octo-sts@users.noreply.github.com> --- weaviate.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/weaviate.yaml b/weaviate.yaml index 20dd75f14ce..6b976918429 100644 --- a/weaviate.yaml +++ b/weaviate.yaml @@ -1,7 +1,7 @@ package: name: weaviate version: 1.28.0 - epoch: 0 + epoch: 1 description: Weaviate is an open source vector database that stores both objects and vectors, allowing for combining vector search with structured filtering with the fault-tolerance and scalability of a cloud-native database, all accessible through GraphQL, REST, and various language clients. copyright: - license: BSD-3-Clause @@ -21,6 +21,10 @@ pipeline: repository: https://github.com/weaviate/weaviate tag: v${{package.version}} + - uses: go/bump + with: + deps: golang.org/x/crypto@v0.31.0 + - runs: | mkdir -p ${{targets.contextdir}}/bin GITHASH=$(git rev-parse --short HEAD)