Skip to content

Commit c22bf62

Browse files
committed
chore: update version
1 parent 26f52ae commit c22bf62

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.33.1 (2023-01-17)
1+
## 1.34.0 (2023-01-17)
22

33
FEATURES:
44

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.33.0"
5+
version = "~>1.34.0"
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.33.0"
72+
cfg.UserAgent = "Terraform-UCloud/1.34.0"
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.33.0"
26+
version = "~>1.34.0"
2727
}
2828
}
2929
}
@@ -91,7 +91,7 @@ terraform {
9191
required_providers {
9292
ucloud = {
9393
source = "ucloud/ucloud"
94-
version = "~>1.33.0"
94+
version = "~>1.34.0"
9595
}
9696
}
9797
}

0 commit comments

Comments
 (0)