Skip to content

Commit a51a55e

Browse files
committed
Bump version to v2.8.0
1 parent 4079d08 commit a51a55e

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

cli/polyaxon/_deploy/schemas/service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class AgentServiceConfig(DeploymentService):
3030
service_account_annotations: Optional[Dict] = Field(
3131
alias="serviceAccountAnnotations", default=None
3232
)
33+
enable_finalizers: Optional[bool] = Field(alias="enableFinalizers", default=None)
3334
is_replica: Optional[bool] = Field(alias="isReplica", default=None)
3435

3536

cli/polyaxon/pkg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME = "polyaxon"
2-
VERSION = "2.8.0-rc2"
2+
VERSION = "2.8.0"
33
SCHEMA_VERSION = 1.1
44
DESC = "Command Line Interface (CLI) and client to interact with Polyaxon API."
55
URL = "https://github.com/polyaxon/polyaxon"

cli/requirements/prod.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
traceml==1.2.1rc2
2-
hypertune==1.2.1rc2
1+
traceml==1.2.1
2+
hypertune==1.2.1

0 commit comments

Comments
 (0)