Skip to content

Commit a83224a

Browse files
committed
chore: update version
1 parent cc8b633 commit a83224a

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.34.1 (2023-02-27)
2+
3+
BUG FIXES:
4+
5+
* resource/uk8s_node: fix disk type validation.
6+
* resource/uk8s_cluster: fix disk type validation.
7+
18
## 1.34.0 (2023-01-17)
29

310
FEATURES:

examples/rssd/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
ucloud = {
44
source = "ucloud/ucloud"
5-
version = "~>1.34.0"
5+
version = "~>1.34.1"
66
}
77
}
88
}

ucloud/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ func (c *Config) Client() (*UCloudClient, error) {
6969
// enable auto retry with http/connection error
7070
cfg.MaxRetries = c.MaxRetries
7171
cfg.LogLevel = log.PanicLevel
72-
cfg.UserAgent = "Terraform-UCloud/1.34.0"
72+
cfg.UserAgent = "Terraform-UCloud/1.34.1"
7373
cfg.BaseUrl = c.BaseURL
7474

7575
cred := auth.NewCredential()

website/docs/index.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ terraform {
2323
required_providers {
2424
ucloud = {
2525
source = "ucloud/ucloud"
26-
version = "~>1.34.0"
26+
version = "~>1.34.1"
2727
}
2828
}
2929
}
@@ -91,7 +91,7 @@ terraform {
9191
required_providers {
9292
ucloud = {
9393
source = "ucloud/ucloud"
94-
version = "~>1.34.0"
94+
version = "~>1.34.1"
9595
}
9696
}
9797
}

0 commit comments

Comments
 (0)