This website works better with JavaScript.
Explore
Help
Sign In
Chiebot-Mirror
/
data-plane-api
mirror of
https://github.com/envoyproxy/data-plane-api.git
Watch
8
Star
0
Fork
You've already forked data-plane-api
0
Code
Issues
Projects
Releases
Wiki
Activity
[READ ONLY MIRROR] Envoy REST/proto API definitions and documentation. (grpc依赖)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
403
Commits
2
Branches
0
Tags
17 MiB
Tag:
Branch:
Tree:
9522998a6e
main
master-ci-test
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '9522998a6e'
${ noResults }
data-plane-api
/
BUILD
4 lines
61 B
Raw
Normal View
History
Unescape
Escape
Add license declaration in BUILD. (#412) Signed-off-by: Kyle Myerson <kmyerson@google.com>
7 years ago
licenses
(
[
"
notice
"
]
)
# Apache 2
build: introduce VERSION file (#394) As a source of entire Envoy version number. Will use this file in envoy main repo as well. By this change, document version string will be changed in development version: from: "1.6.0-data-plane-api-${GIT_SHA}" to: "1.6.0.dev-data-plane-api-${GIT_SHA}" And in release version, for example, in v1.6.0 release: from: "1.6.0-tag-v1.6.0" to: "tag-v1.6.0" The significant change is dropping the first version number string like "1.6.0-" in the release version document. Signed-off-by: Taiki Ono <taiks.4559@gmail.com>
7 years ago
exports_files
(
[
"
VERSION
"
]
)