-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update gRPC, Spark, okHttp, metrics, and brave jars
- Loading branch information
Showing
9 changed files
with
21 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSION=1.2.4 | ||
VERSION=1.2.5 | ||
|
||
default: build | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,20 @@ | ||
# Release Creation Steps | ||
# Release Creation | ||
|
||
1) Create branch | ||
|
||
2) Bump version in source | ||
|
||
3) Modify code | ||
|
||
4) Verify tests run cleanly | ||
```bash | ||
$ make tests | ||
``` | ||
4) Verify tests run cleanly: `make tests` | ||
|
||
5) Build distro | ||
```bash | ||
$ make distro | ||
``` | ||
5) Build distro: `make distro` | ||
|
||
6) Check in branch and merge | ||
|
||
7) Create release on github and upload target/prometheus-proxy.jar and target/prometheus-agent.jar | ||
|
||
8) Build and push docker images | ||
```bash | ||
$ make docker-build | ||
$ make docker-push | ||
``` | ||
8) Build and push docker images: `make docker-build docker-push` | ||
|
||
9) Update the *prometheus-proxy* and *prometheus-agent* repository descriptions on | ||
the Docker hub with the latest version of *README.md*. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters