We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4079d08 commit a51a55eCopy full SHA for a51a55e
3 files changed
cli/polyaxon/_deploy/schemas/service.py
@@ -30,6 +30,7 @@ class AgentServiceConfig(DeploymentService):
30
service_account_annotations: Optional[Dict] = Field(
31
alias="serviceAccountAnnotations", default=None
32
)
33
+ enable_finalizers: Optional[bool] = Field(alias="enableFinalizers", default=None)
34
is_replica: Optional[bool] = Field(alias="isReplica", default=None)
35
36
cli/polyaxon/pkg.py
@@ -1,5 +1,5 @@
1
NAME = "polyaxon"
2
-VERSION = "2.8.0-rc2"
+VERSION = "2.8.0"
3
SCHEMA_VERSION = 1.1
4
DESC = "Command Line Interface (CLI) and client to interact with Polyaxon API."
5
URL = "https://github.com/polyaxon/polyaxon"
cli/requirements/prod.txt
@@ -1,2 +1,2 @@
-traceml==1.2.1rc2
-hypertune==1.2.1rc2
+traceml==1.2.1
+hypertune==1.2.1
0 commit comments