Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CC SDK to v1.4.0 #156

Merged
merged 4 commits into from
Aug 10, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0] - 2023-08-10

### Notes

- The CockroachDB Cloud Terraform Provider is now generally available with semantic versioning compatibility promises.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yessssssss


### Changed

- connection_params field on the connection_string data source is now an object instead of a string map.

### Fixed

- Fixed an issue where changing `num_virtual_cpus` on a `cockroach_cluster` resource would fail to scale the cluster
and would result in an inconsistent state error.
- Added validation to prevent multiple serverless regions from being marked as "primary", which could result in an
inconsistent state error.
- Fixed "not a valid value" errors that occurred when reading recently added enum values, such as cluster status.

## [0.7.0] - 2023-07-13

Expand Down