Skip to content

Commit

Permalink
Refactor changelog header template (#465)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <[email protected]>
  • Loading branch information
mattdot and github-actions[bot] authored Sep 24, 2024
1 parent 4d0f5c4 commit f27373e
Show file tree
Hide file tree
Showing 17 changed files with 56 additions and 71 deletions.
27 changes: 27 additions & 0 deletions .changes/3.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## 3.0.0 - 2024-09-24

### 💥 Breaking

* [#458](https://github.com/microsoft/terraform-provider-power-platform/issues/458) `powerplatform_solution.settings_file_checksum` is now generated using SHA256 instead of MD5.
* [#458](https://github.com/microsoft/terraform-provider-power-platform/issues/458) `powerplatform_solution.solution_file_checksum` is now generated using SHA256 instead of MD5.
* [#399](https://github.com/microsoft/terraform-provider-power-platform/issues/399) `powerplatform_tenant_settings.id` is now set to the tenant id instead of a random guid. This will cause a change in the id value of existing resources.
* [#412](https://github.com/microsoft/terraform-provider-power-platform/issues/412) Removed `powerplatform_solution.solution_name` property because it is no longer required or used by implementation
* [#457](https://github.com/microsoft/terraform-provider-power-platform/issues/457) Removed `id` attribute from datasource_tenant_application_packages, datasource_securityroles, datasource_connection_shares, datasource_connections, datasource_connectors, datasource_currencies, datasource_dlp_policy, datasource_environments, datasource_environment_settings, datasource_environment_templates, datasource_languages, datasource_billing_policies, datasource_locations, datasource_environment_powerapps, datasource_solutions, datasource_tenant_settings

### ✨ Added

* [#399](https://github.com/microsoft/terraform-provider-power-platform/issues/399) Environment Routing configuration added to `powerplatform_tenant_settings`
* [#401](https://github.com/microsoft/terraform-provider-power-platform/issues/401) `powerplatform_tenant` data source added to get information about current tenant
* [#401](https://github.com/microsoft/terraform-provider-power-platform/issues/401) `powerplatform_tenant_capcity` data source added for capacity information
* [#408](https://github.com/microsoft/terraform-provider-power-platform/issues/408) User defined timeouts implemented for all resources
* [#393](https://github.com/microsoft/terraform-provider-power-platform/issues/393) `powerplatform_environment_group` resource added to support basic creation of environment groups (no rules yet)

### 💫 Changed

* [#458](https://github.com/microsoft/terraform-provider-power-platform/issues/458) `powerplatform_rest.expected_http_status` type is changed from []int64 to []int. Practically, this should not affect any existing configurations.
* [#458](https://github.com/microsoft/terraform-provider-power-platform/issues/458) `powerplatform_rest_query.expected_http_status` type is changed from []int64 to []int. Practically, this should not affect any existing configurations.

### 🪲 Fixed

* [#376](https://github.com/microsoft/terraform-provider-power-platform/issues/376) Fixed timeout error in `powerplatform_billing_policy`
* [#452](https://github.com/microsoft/terraform-provider-power-platform/issues/452) Fixed authentication error when calling `powerplatform_rest` or `powerplatform_rest_query` on newly created environment
1 change: 1 addition & 0 deletions .changes/header.tpl.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
Expand Down
5 changes: 0 additions & 5 deletions .changes/unreleased/added-20240923-184000.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/added-20240923-184207.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/added-20240923-184251.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/added-20240923-184333.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/added-20240923-184447.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/breaking-20240923-183247.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/breaking-20240923-183435.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/breaking-20240923-183916.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/breaking-20240923-184830.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/breaking-20240924-161547.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/changed-20240923-183531.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/changed-20240923-183558.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/fixed-20240923-184605.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/fixed-20240923-185014.yaml

This file was deleted.

29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,36 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


No releases yet, this file will be updated when generating your first release.
## 3.0.0 - 2024-09-24

### 💥 Breaking

* [#458](https://github.com/microsoft/terraform-provider-power-platform/issues/458) `powerplatform_solution.settings_file_checksum` is now generated using SHA256 instead of MD5.
* [#458](https://github.com/microsoft/terraform-provider-power-platform/issues/458) `powerplatform_solution.solution_file_checksum` is now generated using SHA256 instead of MD5.
* [#399](https://github.com/microsoft/terraform-provider-power-platform/issues/399) `powerplatform_tenant_settings.id` is now set to the tenant id instead of a random guid. This will cause a change in the id value of existing resources.
* [#412](https://github.com/microsoft/terraform-provider-power-platform/issues/412) Removed `powerplatform_solution.solution_name` property because it is no longer required or used by implementation
* [#457](https://github.com/microsoft/terraform-provider-power-platform/issues/457) Removed `id` attribute from datasource_tenant_application_packages, datasource_securityroles, datasource_connection_shares, datasource_connections, datasource_connectors, datasource_currencies, datasource_dlp_policy, datasource_environments, datasource_environment_settings, datasource_environment_templates, datasource_languages, datasource_billing_policies, datasource_locations, datasource_environment_powerapps, datasource_solutions, datasource_tenant_settings

### ✨ Added

* [#399](https://github.com/microsoft/terraform-provider-power-platform/issues/399) Environment Routing configuration added to `powerplatform_tenant_settings`
* [#401](https://github.com/microsoft/terraform-provider-power-platform/issues/401) `powerplatform_tenant` data source added to get information about current tenant
* [#401](https://github.com/microsoft/terraform-provider-power-platform/issues/401) `powerplatform_tenant_capcity` data source added for capacity information
* [#408](https://github.com/microsoft/terraform-provider-power-platform/issues/408) User defined timeouts implemented for all resources
* [#393](https://github.com/microsoft/terraform-provider-power-platform/issues/393) `powerplatform_environment_group` resource added to support basic creation of environment groups (no rules yet)

### 💫 Changed

* [#458](https://github.com/microsoft/terraform-provider-power-platform/issues/458) `powerplatform_rest.expected_http_status` type is changed from []int64 to []int. Practically, this should not affect any existing configurations.
* [#458](https://github.com/microsoft/terraform-provider-power-platform/issues/458) `powerplatform_rest_query.expected_http_status` type is changed from []int64 to []int. Practically, this should not affect any existing configurations.

### 🪲 Fixed

* [#376](https://github.com/microsoft/terraform-provider-power-platform/issues/376) Fixed timeout error in `powerplatform_billing_policy`
* [#452](https://github.com/microsoft/terraform-provider-power-platform/issues/452) Fixed authentication error when calling `powerplatform_rest` or `powerplatform_rest_query` on newly created environment

0 comments on commit f27373e

Please sign in to comment.