File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ v1.8.0 (2025-03-24)
5+ -------------------
6+
47* Added support for containers
58
69v1.7.3 (2025-03-07)
Original file line number Diff line number Diff line change 1- VERSION = '1.7.3 '
1+ VERSION = '1.8.0 '
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ class HealthcheckSettings:
4949 :param port: Port number to perform health check on
5050 :param path: HTTP path to perform health check on
5151 """
52- enabled : bool
52+ enabled : bool = True
5353 port : Optional [int ] = None
5454 path : Optional [str ] = None
5555
@@ -63,7 +63,7 @@ class EntrypointOverridesSettings:
6363 :param entrypoint: List of strings forming the entrypoint command
6464 :param cmd: List of strings forming the command arguments
6565 """
66- enabled : bool
66+ enabled : bool = True
6767 entrypoint : Optional [List [str ]] = None
6868 cmd : Optional [List [str ]] = None
6969
You can’t perform that action at this time.
0 commit comments