-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
indexsupply.com/shovel/docs: v1.3 links
- Loading branch information
1 parent
8e730e8
commit 8a4b757
Showing
2 changed files
with
15 additions
and
9 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 |
---|---|---|
|
@@ -73,11 +73,11 @@ Best of luck and feel free to reach out to [[email protected]](mailto:supp | |
|
||
## Changelog | ||
|
||
Latest stable version is: **1.2** | ||
Latest stable version is: **1.3** | ||
|
||
``` | ||
https://indexsupply.net/bin/1.2/darwin/arm64/shovel | ||
https://indexsupply.net/bin/1.2/linux/amd64/shovel | ||
https://indexsupply.net/bin/1.3/darwin/arm64/shovel | ||
https://indexsupply.net/bin/1.3/linux/amd64/shovel | ||
``` | ||
|
||
Latest version on main: | ||
|
@@ -95,6 +95,12 @@ The following resources are automatically deployed on a main commit: | |
`linux/amd64`, `linux/arm64` | ||
- This web site https://indexsupply.com | ||
|
||
### v1.3 {#changelog-v1.3} | ||
|
||
`8E73 2024-04-13` | ||
|
||
- expose `/metrics` endpoint for Prometheus monitoring | ||
|
||
### v1.2 {#changelog-v1.2} | ||
|
||
`91DA 2024-04-09` | ||
|
@@ -123,21 +129,21 @@ If you are running a Mac and would like a nice way to setup Postgres, checkout: | |
To install Shovel, you can build from source (see [build from source](#build-from-source)) or you can download the binaries | ||
|
||
``` | ||
curl -LO https://indexsupply.net/bin/1.2/darwin/arm64/shovel | ||
curl -LO https://indexsupply.net/bin/1.3/darwin/arm64/shovel | ||
chmod +x shovel | ||
``` | ||
|
||
For Linux | ||
``` | ||
curl -LO https://indexsupply.net/bin/1.2/linux/amd64/shovel | ||
curl -LO https://indexsupply.net/bin/1.3/linux/amd64/shovel | ||
chmod +x shovel | ||
``` | ||
|
||
After downloading the binaries we can now run the version command | ||
|
||
``` | ||
./shovel -version | ||
v1.2 91da | ||
v1.3 8e73 | ||
``` | ||
|
||
The first part of this command prints a version string (which is also a git tag) and the first two bytes of the latest commit that was used to build the binaries. | ||
|
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