Skip to content

Commit

Permalink
[CLOUD-744] Set version 3.9.0 as default (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
maismail authored Oct 10, 2024
1 parent ab15dd9 commit a4376c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ NOTES:
BREAKING CHANGES:

ENHANCEMENTS:
* resource/hopsworksai_cluster: Set Default `version` to 3.9.0

FEATURES:

Expand Down
2 changes: 1 addition & 1 deletion hopsworksai/resource_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func clusterSchema() map[string]*schema.Schema {
Description: "The version of the cluster. For existing clusters, you can change this attribute to upgrade to a newer version of Hopsworks. If the upgrade process ended up in an error state, you can always rollback to the old version by resetting this attribute to the old version.",
Type: schema.TypeString,
Optional: true,
Default: "3.8.0",
Default: "3.9.0",
},
"head": {
Description: "The configurations of the head node of the cluster.",
Expand Down

0 comments on commit a4376c0

Please sign in to comment.