Skip to content

Commit

Permalink
Changelog for hashicorp#844
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer committed Aug 25, 2022
1 parent dc3df80 commit 143b7a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
## 2.27.0 (Unreleased)

NOTES:

* This release contains a behavioral change for application/service principal passwords and certificates, when using a relative end date.

BUG FIXES:

* `data.azuread_group` - ensure security/mail enabled groups are excluded when explicitly `false` in config [GH-841]
* `azuread_application_certificate` - calculate `end_date_relative` from the `start_date` and not the current timestamp [GH-844]
* `azuread_application_password` - calculate `end_date_relative` from the `start_date` and not the current timestamp [GH-844]
* `azuread_service_principal_certificate` - calculate `end_date_relative` from the `start_date` and not the current timestamp [GH-844]
* `azuread_service_principal_password` - calculate `end_date_relative` from the `start_date` and not the current timestamp [GH-844]

## 2.26.1 (July 11, 2022)

Expand Down

0 comments on commit 143b7a6

Please sign in to comment.