https://github.com/envoyproxy/misc
https://github.com/envoyproxy/misc
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/envoyproxy/misc
- Owner: envoyproxy
- Created: 2021-07-26T16:10:36.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-26T22:49:31.000Z (almost 5 years ago)
- Last Synced: 2025-01-16T01:14:49.652Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# misc
This repository serves miscellaneous downloads for the [Envoy®](https://www.envoyproxy.io/) project.
Unlike usual repositories, a [release](https://github.com/envoyproxy/misc/releases) here is a
download category. This means releases are unrelated to each other. Rather, they are a bundle of
related artifacts.
For example, a release named "jaegertracing-plugin" would have nothing to do with other releases,
except that these are for Envoy purposes, most typically download links in examples or blogs.
This is not an appropriate place to serve production artifacts or sub-projects. This repository is
to provide an alternative to checking in miscellaneous binaries into source control or relying on
third-party sites.
## Creating a release
1. Install the [GitHub CLI](https://cli.github.com/)
2. Choose an intuitive name for the assets
3. Create the release, uploading the files
Ex. For a download category "jaegertracing-plugin" which has a single file
```bash
gh release create jaegertracing-plugin --title "jaegertracing-plugin" --notes "jaegertracing-plugin" ./jaegertracing-plugin-centos.tar.gz
```
The above file would be available for direct downloads from the release page, or an expression like this:
```
https://github.com/envoyproxy/misc/releases/download/jaegertracing-plugin/jaegertracing-plugin-centos.tar.gz
```
-----
Envoy® is a registered trademark of The Linux Foundation in the United States and/or other countries