twc-cli 2.13.0__tar.gz → 2.13.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of twc-cli might be problematic. Click here for more details.
- {twc_cli-2.13.0 → twc_cli-2.13.1}/CHANGELOG.md +6 -0
- {twc_cli-2.13.0 → twc_cli-2.13.1}/PKG-INFO +1 -1
- {twc_cli-2.13.0 → twc_cli-2.13.1}/pyproject.toml +1 -1
- {twc_cli-2.13.0 → twc_cli-2.13.1}/twc/__version__.py +1 -1
- {twc_cli-2.13.0 → twc_cli-2.13.1}/twc/commands/database.py +1 -1
- {twc_cli-2.13.0 → twc_cli-2.13.1}/COPYING +0 -0
- {twc_cli-2.13.0 → twc_cli-2.13.1}/README.md +0 -0
- {twc_cli-2.13.0 → twc_cli-2.13.1}/twc/__init__.py +0 -0
- {twc_cli-2.13.0 → twc_cli-2.13.1}/twc/__main__.py +0 -0
- {twc_cli-2.13.0 → twc_cli-2.13.1}/twc/api/__init__.py +0 -0
- {twc_cli-2.13.0 → twc_cli-2.13.1}/twc/api/base.py +0 -0
- {twc_cli-2.13.0 → twc_cli-2.13.1}/twc/api/client.py +0 -0
- {twc_cli-2.13.0 → twc_cli-2.13.1}/twc/api/exceptions.py +0 -0
- {twc_cli-2.13.0 → twc_cli-2.13.1}/twc/api/types.py +0 -0
- {twc_cli-2.13.0 → twc_cli-2.13.1}/twc/apiwrap.py +0 -0
- {twc_cli-2.13.0 → twc_cli-2.13.1}/twc/commands/__init__.py +0 -0
- {twc_cli-2.13.0 → twc_cli-2.13.1}/twc/commands/account.py +0 -0
- {twc_cli-2.13.0 → twc_cli-2.13.1}/twc/commands/apps.py +0 -0
- {twc_cli-2.13.0 → twc_cli-2.13.1}/twc/commands/balancer.py +0 -0
- {twc_cli-2.13.0 → twc_cli-2.13.1}/twc/commands/common.py +0 -0
- {twc_cli-2.13.0 → twc_cli-2.13.1}/twc/commands/config.py +0 -0
- {twc_cli-2.13.0 → twc_cli-2.13.1}/twc/commands/domain.py +0 -0
- {twc_cli-2.13.0 → twc_cli-2.13.1}/twc/commands/firewall.py +0 -0
- {twc_cli-2.13.0 → twc_cli-2.13.1}/twc/commands/floating_ip.py +0 -0
- {twc_cli-2.13.0 → twc_cli-2.13.1}/twc/commands/image.py +0 -0
- {twc_cli-2.13.0 → twc_cli-2.13.1}/twc/commands/kubernetes.py +0 -0
- {twc_cli-2.13.0 → twc_cli-2.13.1}/twc/commands/project.py +0 -0
- {twc_cli-2.13.0 → twc_cli-2.13.1}/twc/commands/server.py +0 -0
- {twc_cli-2.13.0 → twc_cli-2.13.1}/twc/commands/ssh_key.py +0 -0
- {twc_cli-2.13.0 → twc_cli-2.13.1}/twc/commands/storage.py +0 -0
- {twc_cli-2.13.0 → twc_cli-2.13.1}/twc/commands/vpc.py +0 -0
- {twc_cli-2.13.0 → twc_cli-2.13.1}/twc/fmt.py +0 -0
- {twc_cli-2.13.0 → twc_cli-2.13.1}/twc/typerx.py +0 -0
- {twc_cli-2.13.0 → twc_cli-2.13.1}/twc/utils.py +0 -0
- {twc_cli-2.13.0 → twc_cli-2.13.1}/twc/vars.py +0 -0
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
В этом файле описаны все значимые изменения в Timeweb Cloud CLI. В выпусках мы придерживается правил [семантического версионирования](https://semver.org/lang/ru/).
|
|
4
4
|
|
|
5
|
+
# Версия 2.13.1 (2025.06.19)
|
|
6
|
+
|
|
7
|
+
## Исправлено
|
|
8
|
+
|
|
9
|
+
- Исправлена ошибка приводящая к `invalid_admin_privilege` при передаче пустого списка привилегий для юзера БД в команде `twc database create`.
|
|
10
|
+
|
|
5
11
|
# Версия 2.13.0 (2025.06.17)
|
|
6
12
|
|
|
7
13
|
## Добавлено
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|