twc-cli 2.14.0__tar.gz → 2.14.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.

Files changed (35) hide show
  1. {twc_cli-2.14.0 → twc_cli-2.14.1}/CHANGELOG.md +6 -0
  2. {twc_cli-2.14.0 → twc_cli-2.14.1}/PKG-INFO +4 -2
  3. {twc_cli-2.14.0 → twc_cli-2.14.1}/pyproject.toml +1 -1
  4. {twc_cli-2.14.0 → twc_cli-2.14.1}/twc/__version__.py +1 -1
  5. {twc_cli-2.14.0 → twc_cli-2.14.1}/twc/api/client.py +2 -0
  6. {twc_cli-2.14.0 → twc_cli-2.14.1}/COPYING +0 -0
  7. {twc_cli-2.14.0 → twc_cli-2.14.1}/README.md +0 -0
  8. {twc_cli-2.14.0 → twc_cli-2.14.1}/twc/__init__.py +0 -0
  9. {twc_cli-2.14.0 → twc_cli-2.14.1}/twc/__main__.py +0 -0
  10. {twc_cli-2.14.0 → twc_cli-2.14.1}/twc/api/__init__.py +0 -0
  11. {twc_cli-2.14.0 → twc_cli-2.14.1}/twc/api/base.py +0 -0
  12. {twc_cli-2.14.0 → twc_cli-2.14.1}/twc/api/exceptions.py +0 -0
  13. {twc_cli-2.14.0 → twc_cli-2.14.1}/twc/api/types.py +0 -0
  14. {twc_cli-2.14.0 → twc_cli-2.14.1}/twc/apiwrap.py +0 -0
  15. {twc_cli-2.14.0 → twc_cli-2.14.1}/twc/commands/__init__.py +0 -0
  16. {twc_cli-2.14.0 → twc_cli-2.14.1}/twc/commands/account.py +0 -0
  17. {twc_cli-2.14.0 → twc_cli-2.14.1}/twc/commands/apps.py +0 -0
  18. {twc_cli-2.14.0 → twc_cli-2.14.1}/twc/commands/balancer.py +0 -0
  19. {twc_cli-2.14.0 → twc_cli-2.14.1}/twc/commands/common.py +0 -0
  20. {twc_cli-2.14.0 → twc_cli-2.14.1}/twc/commands/config.py +0 -0
  21. {twc_cli-2.14.0 → twc_cli-2.14.1}/twc/commands/database.py +0 -0
  22. {twc_cli-2.14.0 → twc_cli-2.14.1}/twc/commands/domain.py +0 -0
  23. {twc_cli-2.14.0 → twc_cli-2.14.1}/twc/commands/firewall.py +0 -0
  24. {twc_cli-2.14.0 → twc_cli-2.14.1}/twc/commands/floating_ip.py +0 -0
  25. {twc_cli-2.14.0 → twc_cli-2.14.1}/twc/commands/image.py +0 -0
  26. {twc_cli-2.14.0 → twc_cli-2.14.1}/twc/commands/kubernetes.py +0 -0
  27. {twc_cli-2.14.0 → twc_cli-2.14.1}/twc/commands/project.py +0 -0
  28. {twc_cli-2.14.0 → twc_cli-2.14.1}/twc/commands/server.py +0 -0
  29. {twc_cli-2.14.0 → twc_cli-2.14.1}/twc/commands/ssh_key.py +0 -0
  30. {twc_cli-2.14.0 → twc_cli-2.14.1}/twc/commands/storage.py +0 -0
  31. {twc_cli-2.14.0 → twc_cli-2.14.1}/twc/commands/vpc.py +0 -0
  32. {twc_cli-2.14.0 → twc_cli-2.14.1}/twc/fmt.py +0 -0
  33. {twc_cli-2.14.0 → twc_cli-2.14.1}/twc/typerx.py +0 -0
  34. {twc_cli-2.14.0 → twc_cli-2.14.1}/twc/utils.py +0 -0
  35. {twc_cli-2.14.0 → twc_cli-2.14.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.14.1 (2025.09.22)
6
+
7
+ ## Исправлено
8
+
9
+ - Исправлена ошибка из-за которой нельзя было передать user-data файл для cloud-init в команде `twc server create`.
10
+
5
11
  # Версия 2.14.0 (2025.09.15)
6
12
 
7
13
  ## Добавлено
@@ -1,8 +1,9 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: twc-cli
3
- Version: 2.14.0
3
+ Version: 2.14.1
4
4
  Summary: Timeweb Cloud Command Line Interface.
5
5
  License: MIT
6
+ License-File: COPYING
6
7
  Author: ge
7
8
  Author-email: dev@timeweb.cloud
8
9
  Requires-Python: >=3.8.19,<4.0.0
@@ -13,6 +14,7 @@ Classifier: Programming Language :: Python :: 3.10
13
14
  Classifier: Programming Language :: Python :: 3.11
14
15
  Classifier: Programming Language :: Python :: 3.12
15
16
  Classifier: Programming Language :: Python :: 3.13
17
+ Classifier: Programming Language :: Python :: 3.14
16
18
  Requires-Dist: click (<8.2.0)
17
19
  Requires-Dist: colorama (>=0.4.6,<0.5.0)
18
20
  Requires-Dist: pygments (>=2.18.0,<3.0.0)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "twc-cli"
3
- version = "2.14.0"
3
+ version = "2.14.1"
4
4
  description = "Timeweb Cloud Command Line Interface."
5
5
  authors = ["ge <dev@timeweb.cloud>"]
6
6
  homepage = "https://github.com/timeweb-cloud/twc"
@@ -12,5 +12,5 @@
12
12
  import sys
13
13
 
14
14
 
15
- __version__ = "2.14.0"
15
+ __version__ = "2.14.1"
16
16
  __pyversion__ = sys.version.replace("\n", "")
@@ -118,6 +118,7 @@ class TimewebCloud(TimewebCloudBase):
118
118
  availability_zone: Optional[ServiceAvailabilityZone] = None,
119
119
  is_root_password_required: Optional[bool] = None,
120
120
  project_id: Optional[int] = None,
121
+ cloud_init: Optional[str] = None,
121
122
  ):
122
123
  """Create new Cloud Server. Note:
123
124
 
@@ -161,6 +162,7 @@ class TimewebCloud(TimewebCloudBase):
161
162
  else {}
162
163
  ),
163
164
  **({"project_id": project_id} if project_id else {}),
165
+ **({"cloud_init": cloud_init} if cloud_init else {}),
164
166
  }
165
167
 
166
168
  return self._request("POST", f"{self.api_url}/servers", json=payload)
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