Skip to content

Commit

Permalink
v1.19.11
Browse files Browse the repository at this point in the history
  • Loading branch information
BenBeng committed Aug 10, 2023
1 parent 9d922c8 commit eb9a807
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## 1.19.11 (Unreleased)
## 1.19.12 (Unreleased)

## 1.19.11 (August 10, 2023)
FEATURES:
- **New Data Source:** `baiducloud_bcc_key_pairs`

ENHANCEMENTS:
- Update `baidubce/bce-sdk-go` to v0.9.155

## 1.19.10 (August 4, 2023)
BUG FIXES:
Expand All @@ -18,7 +25,7 @@ ENHANCEMENTS:
- resource/baiducloud_instance: Add parameter `hostname`, support modification.
- datasource/baiducloud_instance: Add parameters `keypair_id`, `auto_renew`, `instance_ids`, `instance_names`,
`cds_ids`, `deploy_set_ids`, `security_group_ids`, `payment_timing`, `status`, `tags`, `vpc_id`, `private_ips`.
p

## 1.19.6 (April 04, 2023)
NOTES:
- Add parameter disk_io_type for rds instance
Expand Down
2 changes: 1 addition & 1 deletion baiducloud/connectivity/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ type ApiVersion string

var goSdkMutex = sync.RWMutex{} // The Go SDK is not thread-safe

var providerVersion = "1.19.10"
var providerVersion = "1.19.11"

// Client for BaiduCloudClient
func (c *Config) Client() (*BaiduClient, error) {
Expand Down

0 comments on commit eb9a807

Please sign in to comment.