Skip to content

Commit

Permalink
Merge branch 'changelog-3.2.0' into 'master'
Browse files Browse the repository at this point in the history
Changelog 3.2.0

See merge request cidaas-management/terraform!118
  • Loading branch information
Tujit Bora committed Oct 21, 2024
2 parents bf184df + 6cf50c8 commit f9ee148
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
## Changelog

### 3.2.0
#### Addition of datasources

This release includes the following datasources:

- cidaas_consent
- cidaas_custom_provider
- cidaas_group_type
- cidaas_registration_field
- cidaas_role
- cidaas_scope_group
- cidaas_scope
- cidaas_social_provider
- cidaas_system_template_option

#### Additional attribute support in resource cidaas_app

The following attributes are added to the resource `cidaas_app`:

- require_auth_time
- enable_login_spi
- backchannel_logout_session_required
- suggest_verification_methods
- group_role_restriction
- basic_settings

#### Bug Fix

- Fixed the issue **Consent Not Found** when the name of the consent resource is in uppercase during update & destroy

### 3.1.2
#### Enhancements

Expand Down

0 comments on commit f9ee148

Please sign in to comment.