Skip to content

Commit

Permalink
weaviate/1.28.0-r0: cve remediation (#36985)
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-sts[bot] and octo-sts[bot] authored Dec 13, 2024
1 parent 06c07f5 commit 8417131
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion weaviate.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -21,6 +21,10 @@ pipeline:
repository: https://github.com/weaviate/weaviate
tag: v${{package.version}}

- uses: go/bump
with:
deps: golang.org/x/[email protected]

- runs: |
mkdir -p ${{targets.contextdir}}/bin
GITHASH=$(git rev-parse --short HEAD)
Expand Down

0 comments on commit 8417131

Please sign in to comment.