Updater bot : binance-trading-bot updated to 1.0.0

This commit is contained in:
alexbelgium
2026-08-01 01:25:30 +02:00
parent 3933291a53
commit 0b8ce41fce
4 changed files with 7 additions and 4 deletions

View File

@@ -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.
## 0.0.101 (2025-06-13)

View File

@@ -15,7 +15,7 @@
#################
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="0.0.101"
ARG BUILD_UPSTREAM="1.0.0"
ARG BUILD_FROM
FROM $BUILD_FROM

View File

@@ -115,4 +115,4 @@ schema:
slug: binance-trading-bot
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: 0.0.101
version: "1.0.0"

View File

@@ -1,9 +1,9 @@
{
"github_beta": "true",
"last_update": "13-06-2025",
"last_update": "2026-08-01",
"repository": "alexbelgium/hassio-addons",
"slug": "binance-trading-bot",
"source": "github",
"upstream_repo": "chrisleekr/binance-trading-bot",
"upstream_version": "0.0.101"
"upstream_version": "1.0.0"
}