truefoundry 0.11.5rc1__py3-none-any.whl → 0.11.5rc2__py3-none-any.whl
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 truefoundry might be problematic. Click here for more details.
- truefoundry/deploy/_autogen/models.py +3 -3
- {truefoundry-0.11.5rc1.dist-info → truefoundry-0.11.5rc2.dist-info}/METADATA +1 -1
- {truefoundry-0.11.5rc1.dist-info → truefoundry-0.11.5rc2.dist-info}/RECORD +5 -5
- {truefoundry-0.11.5rc1.dist-info → truefoundry-0.11.5rc2.dist-info}/WHEEL +0 -0
- {truefoundry-0.11.5rc1.dist-info → truefoundry-0.11.5rc2.dist-info}/entry_points.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# generated by datamodel-codegen:
|
|
2
2
|
# filename: application.json
|
|
3
|
-
# timestamp: 2025-08-
|
|
3
|
+
# timestamp: 2025-08-06T19:58:42+00:00
|
|
4
4
|
|
|
5
5
|
from __future__ import annotations
|
|
6
6
|
|
|
@@ -157,8 +157,8 @@ class CanaryStep(BaseModel):
|
|
|
157
157
|
...,
|
|
158
158
|
description="Percentage of total traffic to be shifted to the canary release.\nThe rest will continue to go to the existing deployment",
|
|
159
159
|
)
|
|
160
|
-
pause_duration: conint(ge=0) = Field(
|
|
161
|
-
|
|
160
|
+
pause_duration: Optional[conint(ge=0)] = Field(
|
|
161
|
+
None,
|
|
162
162
|
description="Duration for which to pause the release. The release process will wait for these seconds before proceeding to the next step.\nIf this is not set, the step will pause indefinitely on this step",
|
|
163
163
|
)
|
|
164
164
|
|
|
@@ -54,7 +54,7 @@ truefoundry/common/utils.py,sha256=P0FuAadoJGdpieUORLSN-PiFnkyoGO-K2cS4OPITBWg,6
|
|
|
54
54
|
truefoundry/common/warnings.py,sha256=xDMhR_-ZGC40Ycaj6nlFb5MYPexn8WbKCHd4FlflTXQ,705
|
|
55
55
|
truefoundry/deploy/__init__.py,sha256=sP-6Nv-_uV2o3knWcNSGV07j_Hkq0lfUkfZffBg-Hfo,2874
|
|
56
56
|
truefoundry/deploy/python_deploy_codegen.py,sha256=k19_m5DGsUyjOUCSKwIVP8vDna2sq01tHABsUfoVpW4,8019
|
|
57
|
-
truefoundry/deploy/_autogen/models.py,sha256=
|
|
57
|
+
truefoundry/deploy/_autogen/models.py,sha256=e75fSAlUJhPW3IN9Lg3ogSnCR9crIuHAsZaDSCNvkS0,75977
|
|
58
58
|
truefoundry/deploy/builder/__init__.py,sha256=VR07ZB7ziONEBbVgg1JdRTWY7t4qJjJTMhc2VodXYdA,5036
|
|
59
59
|
truefoundry/deploy/builder/constants.py,sha256=amUkHoHvVKzGv0v_knfiioRuKiJM0V0xW0diERgWiI0,508
|
|
60
60
|
truefoundry/deploy/builder/docker_service.py,sha256=sm7GWeIqyrKaZpxskdLejZlsxcZnM3BTDJr6orvPN4E,3948
|
|
@@ -386,7 +386,7 @@ truefoundry/workflow/remote_filesystem/__init__.py,sha256=LQ95ViEjJ7Ts4JcCGOxMPs
|
|
|
386
386
|
truefoundry/workflow/remote_filesystem/logger.py,sha256=em2l7D6sw7xTLDP0kQSLpgfRRCLpN14Qw85TN7ujQcE,1022
|
|
387
387
|
truefoundry/workflow/remote_filesystem/tfy_signed_url_client.py,sha256=xcT0wQmQlgzcj0nP3tJopyFSVWT1uv3nhiTIuwfXYeg,12342
|
|
388
388
|
truefoundry/workflow/remote_filesystem/tfy_signed_url_fs.py,sha256=nSGPZu0Gyd_jz0KsEE-7w_BmnTD8CVF1S8cUJoxaCbc,13305
|
|
389
|
-
truefoundry-0.11.
|
|
390
|
-
truefoundry-0.11.
|
|
391
|
-
truefoundry-0.11.
|
|
392
|
-
truefoundry-0.11.
|
|
389
|
+
truefoundry-0.11.5rc2.dist-info/METADATA,sha256=Pxl2_AUdbaHgeqxSo2h-b-gFmtLRGV1Ew5c0-2FX6jE,2763
|
|
390
|
+
truefoundry-0.11.5rc2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
391
|
+
truefoundry-0.11.5rc2.dist-info/entry_points.txt,sha256=xVjn7RMN-MW2-9f7YU-bBdlZSvvrwzhpX1zmmRmsNPU,98
|
|
392
|
+
truefoundry-0.11.5rc2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|