Skip to content

Commit

Permalink
Update ZenML version to 0.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
strickvl committed Dec 21, 2023
1 parent 4583054 commit 9734a13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/mlstacks/terraform/aws-modular/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ variable "mlflow_bucket" {
# variables for creating a ZenML stack configuration file
variable "zenml-version" {
description = "The version of ZenML being used"
default = "0.50.0"
default = "0.53.0"
type = string
}

Expand Down
2 changes: 1 addition & 1 deletion src/mlstacks/terraform/gcp-modular/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ variable "mlflow-password" {
# variables for creating a ZenML stack configuration file
variable "zenml-version" {
description = "The version of ZenML being used"
default = "0.50.0"
default = "0.53.0"
type = string
}

Expand Down
2 changes: 1 addition & 1 deletion src/mlstacks/terraform/k3d-modular/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ variable "kserve-secret-name" {
# variables for creating a ZenML stack configuration file
variable "zenml-version" {
description = "The version of ZenML being used"
default = "0.50.0"
default = "0.53.0"
type = string
}

Expand Down

0 comments on commit 9734a13

Please sign in to comment.