Skip to content

Commit 01e61eb

Browse files
mawasilegithub-actions[bot]
and
github-actions[bot]
authored
release documentation (#535)
Co-authored-by: github-actions[bot] <[email protected]>
1 parent 577dbde commit 01e61eb

9 files changed

+45
-31
lines changed

.changes/3.3.0.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## 3.3.0 - 2024-11-28
2+
3+
### ✨ Added
4+
5+
* [#478](https://github.com/microsoft/terraform-provider-power-platform/issues/478) adding powerplatform_enterprise_policy resource
6+
* [#488](https://github.com/microsoft/terraform-provider-power-platform/issues/488) powerplatform_user - added support for adding user to environments without dataverse created.
7+
* [#431](https://github.com/microsoft/terraform-provider-power-platform/issues/431) powerplatform_environment_settings adding log_retention_period_in_days.
8+
9+
### 💫 Changed
10+
11+
* [#508](https://github.com/microsoft/terraform-provider-power-platform/issues/508) powerplatform_environment - removed 'known-after-apply' state for attributes that do not change during update
12+
13+
### 🪲 Fixed
14+
15+
* [#518](https://github.com/microsoft/terraform-provider-power-platform/issues/518) powerplatform_data_loss_prevention_policy added additional validation for default_action_rule_behavior and action_rules when both are empty
16+
17+
### 📚 Documentation
18+
19+
* [#513](https://github.com/microsoft/terraform-provider-power-platform/issues/513) Added documentation to environment_settings to mention using data_record and data_records to get environment settings from Dataverse

.changes/unreleased/added-20241106-200309.yaml

-5
This file was deleted.

.changes/unreleased/added-20241118-091212.yaml

-5
This file was deleted.

.changes/unreleased/added-20241126-185401.yaml

-5
This file was deleted.

.changes/unreleased/changed-20241028-134932.yaml

-5
This file was deleted.

.changes/unreleased/documentation-20241030-182727.yaml

-5
This file was deleted.

.changes/unreleased/fixed-20241112-121238.yaml

-5
This file was deleted.

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
77
and is generated by [Changie](https://github.com/miniscruff/changie).
88

9+
## 3.3.0 - 2024-11-28
10+
11+
### ✨ Added
12+
13+
* [#478](https://github.com/microsoft/terraform-provider-power-platform/issues/478) adding powerplatform_enterprise_policy resource
14+
* [#488](https://github.com/microsoft/terraform-provider-power-platform/issues/488) powerplatform_user - added support for adding user to environments without dataverse created.
15+
* [#431](https://github.com/microsoft/terraform-provider-power-platform/issues/431) powerplatform_environment_settings adding log_retention_period_in_days.
16+
17+
### 💫 Changed
18+
19+
* [#508](https://github.com/microsoft/terraform-provider-power-platform/issues/508) powerplatform_environment - removed 'known-after-apply' state for attributes that do not change during update
20+
21+
### 🪲 Fixed
22+
23+
* [#518](https://github.com/microsoft/terraform-provider-power-platform/issues/518) powerplatform_data_loss_prevention_policy added additional validation for default_action_rule_behavior and action_rules when both are empty
24+
25+
### 📚 Documentation
26+
27+
* [#513](https://github.com/microsoft/terraform-provider-power-platform/issues/513) Added documentation to environment_settings to mention using data_record and data_records to get environment settings from Dataverse
928

1029
## 3.2.0 - 2024-10-29
1130

DEVELOPER.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,13 @@ Use the `preview` extension to the MAJOR.MINOR.PATCH format for preview release
216216

217217
### Using the CLI
218218

219-
Use the `git tag` command on the `main` branch (ensure main is up to date) and then push that release back to origin.
219+
As a last PR to `main` branch before new release, create documentation using [Changie](https://github.com/miniscruff/changie):
220+
221+
``` bash
222+
changie batch 1.0.0-preview
223+
```
224+
225+
to release, use the `git tag` command on the `main` branch (ensure main is up to date) and then push that release back to origin.
220226

221227
``` bash
222228
git tag -a v1.0.0-preview -m "v1.0.0-preview"

0 commit comments

Comments
 (0)