mytonctrl icon indicating copy to clipboard operation
mytonctrl copied to clipboard

The upgrade command - support for version updates using git tags.

Open ton-devops opened this issue 1 year ago • 0 comments

Currently, updates ton node are only supported from repository branches, which is not an optimal way to distribute versions. In the https://github.com/ton-blockchain/ton repository, version distribution is done through git tags, but it is not possible to update the validator version using the upgrade command, as it only supports branch updates.

Please add functionality for updating using git tags, as this is the primary way software versions are assigned globally.


В настоящее время обновление тон валидатора возможно только из веток репозиториев, что не является оптимальным способом распространения версий. В репозитории https://github.com/ton-blockchain/ton распространение версий осуществляется с помощью git tag, однако обновить версию валидатора с помощью команды upgrade невозможно, так как она поддерживает только обновление из веток.

Просьба добавить функциональность обновления с использованием git tag, так как это основной способ присвоения версий программного обеспечения в мире.

ton-devops avatar Aug 13 '24 05:08 ton-devops