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

v4.10.0 - Update change log #525

Merged
merged 1 commit into from
Apr 9, 2024
Merged
Changes from all commits
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
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## 4.10.0 (April 9, 2024)

It is safe to use this version with all `v4` control planes as long
as the new incompatible features are not used. These features require
a minimum version of the control plane and are detailed below.

The minimum control plane version required for full compatibility
with all the features in this release is `v4.12.0`.

See the list of incompatible attributes, data sources and resources
with previous `v4` control planes in the [`v4.9.0`](#490-january-31-2024)
release documentation.

### Documentation:

- ENG-13675: update documentation for identity_provider field ([#516](https://github.com/cyralinc/terraform-provider-cyral/pull/516))
- Fix docs formatting ([#520](https://github.com/cyralinc/terraform-provider-cyral/pull/520))

### Improvements:

- Standardize error handling and refactor old resources ([#521](https://github.com/cyralinc/terraform-provider-cyral/pull/521))
- Refactor remaining resources and data sources ([#522](https://github.com/cyralinc/terraform-provider-cyral/pull/522))
- Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 ([#523](https://github.com/cyralinc/terraform-provider-cyral/pull/523))
- Ignore regex analysis for 404 status code ([#524](https://github.com/cyralinc/terraform-provider-cyral/pull/524))

## 4.9.3 (March 14, 2024)

It is safe to use this version with all `v4` control planes as long
Expand Down
Loading