Skip to content

Commit 27369df

Browse files
committed
Update [vald sha: a989576d27afc9843569272a7d87d2b78e344756]
Signed-off-by: Vdaas CI <[email protected]>
1 parent 90b0781 commit 27369df

35 files changed

+1231
-131
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,10 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright (C) 2019-2020 Vdaas.org Vald team ( kpango, rinx, kmrmt )
189+
Copyright (C) 2019-2024 vdaas.org vald team <[email protected]>
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192-
you may not use this file except in compliance with the License.
192+
You may not use this file except in compliance with the License.
193193
You may obtain a copy of the License at
194194

195195
https://www.apache.org/licenses/LICENSE-2.0

Makefile

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,8 @@ BUF_VERSION_URL := https://raw.githubusercontent.com/vdaas/vald/main/versions/BU
4242
SHADOW_ROOT = vald
4343
SHADOW_PROTO_ROOT = $(SHADOW_ROOT)/$(SHADOW_ROOT)
4444

45-
PROTOS = \
46-
v1/agent/core/agent.proto \
47-
v1/filter/egress/egress_filter.proto \
48-
v1/filter/ingress/ingress_filter.proto \
49-
v1/vald/filter.proto \
50-
v1/vald/insert.proto \
51-
v1/vald/object.proto \
52-
v1/vald/index.proto \
53-
v1/vald/remove.proto \
54-
v1/vald/search.proto \
55-
v1/vald/update.proto \
56-
v1/vald/upsert.proto \
57-
v1/payload/payload.proto
58-
PROTOS := $(PROTOS:%=$(PROTO_ROOT)/%)
45+
TARGET_PROTOS = agent/core filter payload rpc vald
46+
PROTOS = $(foreach proto,$(TARGET_PROTOS),$(shell find $(PROTO_ROOT)/v1/$(proto) -name '*.proto'))
5947
SHADOWS = $(PROTOS:$(PROTO_ROOT)/%.proto=$(SHADOW_PROTO_ROOT)/%.proto)
6048
PB2PYS = $(PROTOS:$(PROTO_ROOT)/%.proto=$(PB2DIR_ROOT)/$(SHADOW_ROOT)/%_pb2.py)
6149

@@ -73,7 +61,7 @@ cyan = /bin/echo -e "\x1b[36m\#\# $1\x1b[0m"
7361

7462
.PHONY: all
7563
## execute clean and proto
76-
all: clean proto
64+
all: clean vald-origin proto
7765

7866
.PHONY: help
7967
## print all available commands
@@ -210,4 +198,4 @@ sync/k3d/mk: Makefile.d
210198
rm -rf $(K3D_MAKEFILE)
211199
curl -fsSLo $(K3D_MAKEFILE) $(K3D_MAKEFILE_URL)
212200

213-
include $(K3D_MAKEFILE)
201+
include $(K3D_MAKEFILE)

VALD_CLIENT_PYTHON_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.15
1+
1.7.16

VALD_SHA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0042cb3b6698d495a788d796eb789b693867b1a5
1+
a989576d27afc9843569272a7d87d2b78e344756

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = vald-client-python
3-
version = 1.7.15
3+
version = 1.7.16
44
url = https://github.com/vdaas/vald-client-python
55
description = a client library for Vald (https://github.com/vdaas/vald).
66
long_description = file: README.md

src/buf/validate/expression_pb2.py

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/buf/validate/priv/private_pb2.py

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/buf/validate/validate_pb2.py

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/api/annotations_pb2.py

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/api/http_pb2.py

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)