Skip to content

Commit 503e1e9

Browse files
authored
[CLOUD-663] Update version from 3.4.0 to 3.4.1 (#282)
1 parent e825fa9 commit 503e1e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ BREAKING CHANGES:
66

77
ENHANCEMENTS:
88
* Drop support for GPU workers on Spark
9-
* resource/hopsworksai_cluster: Set Default `version` to 3.4.0
9+
* resource/hopsworksai_cluster: Set Default `version` to 3.4.1
1010

1111
FEATURES:
1212

docs/resources/cluster.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ resource "hopsworksai_cluster" "cluster" {
124124
- `tags` (Map of String) The list of custom tags to be attached to the cluster.
125125
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
126126
- `update_state` (String) The action you can use to start or stop the cluster. It has to be one of these values [none, start, stop]. Defaults to `none`.
127-
- `version` (String) 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. Defaults to `3.4.0`.
127+
- `version` (String) 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. Defaults to `3.4.1`.
128128
- `workers` (Block Set) The configurations of worker nodes. You can add as many as you want of this block to create workers with different configurations. (see [below for nested schema](#nestedblock--workers))
129129

130130
### Read-Only

hopsworksai/resource_cluster.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ func clusterSchema() map[string]*schema.Schema {
116116
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.",
117117
Type: schema.TypeString,
118118
Optional: true,
119-
Default: "3.4.0",
119+
Default: "3.4.1",
120120
},
121121
"head": {
122122
Description: "The configurations of the head node of the cluster.",

0 commit comments

Comments
 (0)