Skip to content

Commit

Permalink
Prepare for release of v3.1 (#481)
Browse files Browse the repository at this point in the history
* Refactor changeFormat in .changie.yaml to use Microsoft repository URL

* update changelog

---------

Co-authored-by: github-actions[bot] <[email protected]>
  • Loading branch information
mattdot and github-actions[bot] authored Oct 2, 2024
1 parent 050a43c commit 5901298
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 28 deletions.
11 changes: 11 additions & 0 deletions .changes/3.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## 3.1.0 - 2024-10-02

### ✨ Added

* [#471](https://github.com/microsoft/terraform-provider-power-platform/issues/471) adding `unique_name` to `powerplatform_environments` & `powerplatform_environment`
* [#467](https://github.com/microsoft/terraform-provider-power-platform/issues/467) added `disable_on_destroy` attribute to `powerplatform_record`

### 🪲 Fixed

* [#468](https://github.com/microsoft/terraform-provider-power-platform/issues/468) `powerplatform_environment`: `environment_type` change triggers update not recreate
* [#477](https://github.com/microsoft/terraform-provider-power-platform/issues/477) Fixed `powerplatform_rest` resources that only have a destroy
5 changes: 0 additions & 5 deletions .changes/unreleased/added-20240930-125638.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/added-20241002-142330.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/fixed-20240927-111725.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/fixed-20241001-211351.yaml

This file was deleted.

16 changes: 8 additions & 8 deletions .changie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,29 @@ changelogPath: CHANGELOG.md
versionExt: md
versionFormat: '## {{.Version}} - {{.Time.Format "2006-01-02"}}'
kindFormat: '### {{.Kind}}'
changeFormat: "* [#{{.Custom.Issue}}](https://github.com/{{.Env.GITHUB_REPOSITORY}}/issues/{{.Custom.Issue}}) {{.Body}}"
changeFormat: "* [#{{.Custom.Issue}}](https://github.com/microsoft/terraform-provider-power-platform/issues/{{.Custom.Issue}}) {{.Body}}"
kinds:
- label: 💥 Breaking
key: breaking
# auto: major
auto: major
- label: ✨ Added
key: added
# auto: minor
auto: minor
- label: 💫 Changed
key: changed
# auto: minor
auto: minor
- label: ⚰️ Deprecated
key: deprecated
# auto: minor
auto: minor
- label: 🗑️ Removed
key: removed
# auto: major
auto: major
- label: 🪲 Fixed
key: fixed
# auto: patch
auto: patch
- label: 🚨 Security
key: security
# auto: patch
auto: patch
newlines:
afterChangelogHeader: 1
beforeChangelogVersion: 1
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## 3.1.0 - 2024-10-02

### ✨ Added

* [#471](https://github.com/microsoft/terraform-provider-power-platform/issues/471) adding `unique_name` to `powerplatform_environments` & `powerplatform_environment`
* [#467](https://github.com/microsoft/terraform-provider-power-platform/issues/467) added `disable_on_destroy` attribute to `powerplatform_record`

### 🪲 Fixed

* [#468](https://github.com/microsoft/terraform-provider-power-platform/issues/468) `powerplatform_environment`: `environment_type` change triggers update not recreate
* [#477](https://github.com/microsoft/terraform-provider-power-platform/issues/477) Fixed `powerplatform_rest` resources that only have a destroy

## 3.0.0 - 2024-09-24

### 💥 Breaking
Expand Down

0 comments on commit 5901298

Please sign in to comment.