Skip to content

Commit

Permalink
v4.15.0 - Update change log (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoursnerdly authored Dec 10, 2024
1 parent 7ec5cfc commit af712f1
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## 4.15.0 (December 10, 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.18`.

Resource incompatible with control planes previous to `v4.18`:

- `cyral_policy_set`

Arguments incompatible with control planes previous to `v4.17`:

- `cyral_repository_conf_analysis.mask_all_occurrences`

### Features:

- ENG-14573: Add support for `cyral_repository_conf_analysis.mask_all_occurrences` ([#580](https://github.com/cyralinc/terraform-provider-cyral/pull/580))
- ENG-14563: Add support for resource `cyral_policy_set` ([#579](https://github.com/cyralinc/terraform-provider-cyral/pull/579))

### Improvements:

- Fix docs templates ([#581](https://github.com/cyralinc/terraform-provider-cyral/pull/581))
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 ([#578](https://github.com/cyralinc/terraform-provider-cyral/pull/578))
- Bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 ([#577](https://github.com/cyralinc/terraform-provider-cyral/pull/577))
- Reimplement `cyral_policy_v2` resource using gRPC ([#584](https://github.com/cyralinc/terraform-provider-cyral/pull/584))

## 4.14.1 (October 22, 2024)

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

0 comments on commit af712f1

Please sign in to comment.