Revert "Updater bot : binance-trading-bot updated to 1.0.0"

This reverts commit 5215bc7b7b.
This commit is contained in:
GitHub Actions
2026-08-01 05:52:58 +00:00
parent 5fe3d6e1d8
commit b2eee03e9c
4 changed files with 4 additions and 7 deletions

View File

@@ -1,6 +1,3 @@
## 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)

View File

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

View File

@@ -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: "1.0.0" version: 0.0.101

View File

@@ -1,9 +1,9 @@
{ {
"github_beta": "true", "github_beta": "true",
"last_update": "2026-08-01", "last_update": "13-06-2025",
"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": "1.0.0" "upstream_version": "0.0.101"
} }