Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 01389b8

Browse files
committed
new release: v1.12.0
1 parent 48b0483 commit 01389b8

2 files changed

Lines changed: 32 additions & 22 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88

99
### Added
1010

11+
### Changed
12+
13+
### Deprecated
14+
15+
### Removed
16+
17+
### Fixed
18+
19+
### Security
20+
21+
22+
## [v1.12.0] - 2021-11-05
23+
24+
### Added
25+
1126
- Kelp GUI: add support for multitenancy on the backend ([#682](https://github.com/stellar/kelp/issues/682), [8002a95f45bbced90d87baa8c68ba9142e11a779](https://github.com/stellar/kelp/commit/8002a95f45bbced90d87baa8c68ba9142e11a779))
1227
- Kelp GUI: Auth0 integration_V2 ([#706](https://github.com/stellar/kelp/issues/706), [0d3f7c590bec82598149f543ed1c7d858e5b2437](https://github.com/stellar/kelp/commit/0d3f7c590bec82598149f543ed1c7d858e5b2437))
1328
- Script to Automate WSL and Ubuntu Installation on Windows ([#674](https://github.com/stellar/kelp/issues/674))
@@ -26,10 +41,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2641
- Kelp GUI: metrics should use guiUserID from frontend ([8b64485e3931ce7b4fc5f1f2608a4b629d57bee1](https://github.com/stellar/kelp/commit/8b64485e3931ce7b4fc5f1f2608a4b629d57bee1))
2742
- feat(277): upgrade dependency management go modules ([#277](https://github.com/stellar/kelp/issues/277))
2843

29-
### Deprecated
30-
31-
### Removed
32-
3344
### Fixed
3445

3546
- Kelp GUI: Price feed dropdown looks empty on chrome on Windows ([#230](https://github.com/stellar/kelp/issues/230))
@@ -40,15 +51,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4051
- Upgrade to use stellar/go@horizonclient-v8.0.0 and fix outage from Stellar protocol 18 upgrade ([#748](https://github.com/stellar/kelp/pull/748))
4152
- update Dockerfile to use v1.12.0 of kelp binary ([4982f10325ff64d327c86a927bcdeaf4ad4278db](https://github.com/stellar/kelp/commit/4982f10325ff64d327c86a927bcdeaf4ad4278db))
4253

43-
4454
### Security
4555

4656
- Kelp GUI option to disable pubnet ([#680](https://github.com/stellar/kelp/issues/680))
4757
- Kelp GUI: When in testnet, do not allow secret keys that are valid accounts on the main network ([#677](https://github.com/stellar/kelp/issues/677))
4858
- Kelp GUI: add support for providing TLS certificates for KaaS server ([5c36eadcc3c69fcb2c713f3b0d3d5ea382839dfe](https://github.com/stellar/kelp/commit/5c36eadcc3c69fcb2c713f3b0d3d5ea382839dfe), [345f68071d57328819e2919074696dc9ea72b90b](https://github.com/stellar/kelp/commit/345f68071d57328819e2919074696dc9ea72b90b))
4959
- Kelp GUI: Add server to upgrade connections to HTTPS ([2798c784204f8f93de64de0dbcbc3d9bd56847fb](https://github.com/stellar/kelp/commit/2798c784204f8f93de64de0dbcbc3d9bd56847fb))
5060

51-
5261
## [v1.11.0] - 2020-02-15
5362

5463
### Added
@@ -443,7 +452,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
443452
- Configuration file based approach to setting up a bot
444453
- Documentation on existing capabilities
445454

446-
[Unreleased]: https://github.com/stellar/kelp/compare/v1.11.0...HEAD
455+
[Unreleased]: https://github.com/stellar/kelp/compare/v1.12.0...HEAD
456+
[v1.12.0]: https://github.com/stellar/kelp/compare/v1.11.0...v1.12.0
447457
[v1.11.0]: https://github.com/stellar/kelp/compare/v1.10.0...v1.11.0
448458
[v1.10.0]: https://github.com/stellar/kelp/compare/v1.9.0...v1.10.0
449459
[v1.9.0]: https://github.com/stellar/kelp/compare/v1.8.1...v1.9.0

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -75,34 +75,34 @@ You can find the pre-compiled binary for your platform from the [Github Releases
7575

7676
#### GUI
7777

78-
Here is a list of binaries for the most recent release **v1.0.0-rc2 (v1.11.0)**:
78+
Here is a list of binaries for the most recent release **v1.0.0-rc2 (v1.12.0)**:
7979

8080
| Platform | Architecture | Binary File Name |
8181
| -------------- | ------------ | ---------------- |
82-
| MacOS (Darwin) | 64-bit | [kelp-v1.11.0-darwin-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.11.0/KelpGUI__gui-v1.0.0-rc2__cli-v1.11.0__darwin-amd64.dmg) |
83-
| Windows | 64-bit | [kelp-v1.11.0-windows-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.11.0/KelpGUI__gui-v1.0.0-rc2__cli-v1.11.0__windows-amd64.zip) |
84-
| Linux | 64-bit | [kelp-v1.11.0-linux-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.11.0/KelpGUI__gui-v1.0.0-rc2__cli-v1.11.0__linux-amd64.zip) |
82+
| MacOS (Darwin) | 64-bit | [kelp-v1.12.0-darwin-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.12.0/KelpGUI__gui-v1.0.0-rc2__cli-v1.12.0__darwin-amd64.dmg) |
83+
| Windows | 64-bit | [kelp-v1.12.0-windows-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.12.0/KelpGUI__gui-v1.0.0-rc2__cli-v1.12.0__windows-amd64.zip) |
84+
| Linux | 64-bit | [kelp-v1.12.0-linux-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.12.0/KelpGUI__gui-v1.0.0-rc2__cli-v1.12.0__linux-amd64.zip) |
8585

8686
#### CLI
8787

88-
Here is a list of binaries for the most recent release **v1.11.0**:
88+
Here is a list of binaries for the most recent release **v1.12.0**:
8989

9090
| Platform | Architecture | Binary File Name |
9191
| -------------- | ------------ | ---------------- |
92-
| MacOS (Darwin) | 64-bit | [kelp-v1.11.0-darwin-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.11.0/kelp-v1.11.0-darwin-amd64.tar) |
93-
| Windows | 64-bit | [kelp-v1.11.0-windows-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.11.0/kelp-v1.11.0-windows-amd64.tar) |
94-
| Linux | 64-bit | [kelp-v1.11.0-linux-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.11.0/kelp-v1.11.0-linux-amd64.tar) |
95-
| Linux | 64-bit arm | [kelp-v1.11.0-linux-arm64.tar](https://github.com/stellar/kelp/releases/download/v1.11.0/kelp-v1.11.0-linux-arm64.tar) |
96-
| Linux | 32-bit arm5 | [kelp-v1.11.0-linux-arm5.tar](https://github.com/stellar/kelp/releases/download/v1.11.0/kelp-v1.11.0-linux-arm5.tar) |
97-
| Linux | 32-bit arm6 | [kelp-v1.11.0-linux-arm6.tar](https://github.com/stellar/kelp/releases/download/v1.11.0/kelp-v1.11.0-linux-arm6.tar) |
98-
| Linux | 32-bit arm7 | [kelp-v1.11.0-linux-arm7.tar](https://github.com/stellar/kelp/releases/download/v1.11.0/kelp-v1.11.0-linux-arm7.tar) |
92+
| MacOS (Darwin) | 64-bit | [kelp-v1.12.0-darwin-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.12.0/kelp-v1.12.0-darwin-amd64.tar) |
93+
| Windows | 64-bit | [kelp-v1.12.0-windows-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.12.0/kelp-v1.12.0-windows-amd64.tar) |
94+
| Linux | 64-bit | [kelp-v1.12.0-linux-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.12.0/kelp-v1.12.0-linux-amd64.tar) |
95+
| Linux | 64-bit arm | [kelp-v1.12.0-linux-arm64.tar](https://github.com/stellar/kelp/releases/download/v1.12.0/kelp-v1.12.0-linux-arm64.tar) |
96+
| Linux | 32-bit arm5 | [kelp-v1.12.0-linux-arm5.tar](https://github.com/stellar/kelp/releases/download/v1.12.0/kelp-v1.12.0-linux-arm5.tar) |
97+
| Linux | 32-bit arm6 | [kelp-v1.12.0-linux-arm6.tar](https://github.com/stellar/kelp/releases/download/v1.12.0/kelp-v1.12.0-linux-arm6.tar) |
98+
| Linux | 32-bit arm7 | [kelp-v1.12.0-linux-arm7.tar](https://github.com/stellar/kelp/releases/download/v1.12.0/kelp-v1.12.0-linux-arm7.tar) |
9999

100-
After you _untar_ the downloaded file, change to the generated directory (`kelp-v1.11.0`) and invoke the `kelp` binary.
100+
After you _untar_ the downloaded file, change to the generated directory (`kelp-v1.12.0`) and invoke the `kelp` binary.
101101

102102
Here's an example to get you started (replace `filename` with the name of the file that you download):
103103

104104
tar xvf filename
105-
cd kelp-v1.11.0
105+
cd kelp-v1.12.0
106106
./kelp
107107

108108
To run the bot in simulation mode, try this command:
@@ -111,7 +111,7 @@ To run the bot in simulation mode, try this command:
111111

112112
### Run With Docker
113113

114-
This docker image (`nikhilsaraf/kelp:latest`) points to the latest pre-compiled version of the kelp binary v1.11.0, which can be run like this:
114+
This docker image (`nikhilsaraf/kelp:latest`) points to the latest pre-compiled version of the kelp binary v1.12.0, which can be run like this:
115115

116116
`docker run nikhilsaraf/kelp:latest version`
117117
`docker run nikhilsaraf/kelp:latest trade -c sample_trader.cfg -s buysell -f sample_buysell.cfg --sim`

0 commit comments

Comments
 (0)