mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-20 03:47:20 +02:00
Updater bot : binance-trading-bot updated to 1.0.0 (upstream 1.0.0)
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
## 1.0.0 (2026-08-01)
|
||||||
|
- Update to latest version from chrisleekr/binance-trading-bot (changelog : https://github.com/chrisleekr/binance-trading-bot/releases)
|
||||||
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.
|
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.
|
||||||
|
|
||||||
## 0.0.101 (2025-06-13)
|
## 0.0.101 (2025-06-13)
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
#################
|
#################
|
||||||
|
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
ARG BUILD_UPSTREAM="0.0.101"
|
ARG BUILD_UPSTREAM="1.0.0"
|
||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
FROM $BUILD_FROM
|
FROM $BUILD_FROM
|
||||||
|
|
||||||
|
|||||||
@@ -115,4 +115,4 @@ schema:
|
|||||||
slug: binance-trading-bot
|
slug: binance-trading-bot
|
||||||
udev: true
|
udev: true
|
||||||
url: https://github.com/alexbelgium/hassio-addons
|
url: https://github.com/alexbelgium/hassio-addons
|
||||||
version: 0.0.101
|
version: "1.0.0"
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"github_beta": "true",
|
"github_beta": "true",
|
||||||
"last_update": "13-06-2025",
|
"last_update": "2026-08-01",
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"slug": "binance-trading-bot",
|
"slug": "binance-trading-bot",
|
||||||
"source": "github",
|
"source": "github",
|
||||||
"upstream_repo": "chrisleekr/binance-trading-bot",
|
"upstream_repo": "chrisleekr/binance-trading-bot",
|
||||||
"upstream_version": "0.0.101"
|
"upstream_version": "1.0.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user