Skip to content

Commit 5901298

Browse files
mattdotgithub-actions[bot]
andauthored
Prepare for release of v3.1 (#481)
* Refactor changeFormat in .changie.yaml to use Microsoft repository URL * update changelog --------- Co-authored-by: github-actions[bot] <tfmod442916@users.noreply.github.com>
1 parent 050a43c commit 5901298

File tree

7 files changed

+31
-28
lines changed

7 files changed

+31
-28
lines changed

.changes/3.1.0.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 3.1.0 - 2024-10-02
2+
3+
### ✨ Added
4+
5+
* [#471](https://github.com/microsoft/terraform-provider-power-platform/issues/471) adding `unique_name` to `powerplatform_environments` & `powerplatform_environment`
6+
* [#467](https://github.com/microsoft/terraform-provider-power-platform/issues/467) added `disable_on_destroy` attribute to `powerplatform_record`
7+
8+
### 🪲 Fixed
9+
10+
* [#468](https://github.com/microsoft/terraform-provider-power-platform/issues/468) `powerplatform_environment`: `environment_type` change triggers update not recreate
11+
* [#477](https://github.com/microsoft/terraform-provider-power-platform/issues/477) Fixed `powerplatform_rest` resources that only have a destroy

.changes/unreleased/added-20240930-125638.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/added-20241002-142330.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/fixed-20240927-111725.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/unreleased/fixed-20241001-211351.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changie.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,29 @@ changelogPath: CHANGELOG.md
55
versionExt: md
66
versionFormat: '## {{.Version}} - {{.Time.Format "2006-01-02"}}'
77
kindFormat: '### {{.Kind}}'
8-
changeFormat: "* [#{{.Custom.Issue}}](https://github.com/{{.Env.GITHUB_REPOSITORY}}/issues/{{.Custom.Issue}}) {{.Body}}"
8+
changeFormat: "* [#{{.Custom.Issue}}](https://github.com/microsoft/terraform-provider-power-platform/issues/{{.Custom.Issue}}) {{.Body}}"
99
kinds:
1010
- label: 💥 Breaking
1111
key: breaking
12-
# auto: major
12+
auto: major
1313
- label: ✨ Added
1414
key: added
15-
# auto: minor
15+
auto: minor
1616
- label: 💫 Changed
1717
key: changed
18-
# auto: minor
18+
auto: minor
1919
- label: ⚰️ Deprecated
2020
key: deprecated
21-
# auto: minor
21+
auto: minor
2222
- label: 🗑️ Removed
2323
key: removed
24-
# auto: major
24+
auto: major
2525
- label: 🪲 Fixed
2626
key: fixed
27-
# auto: patch
27+
auto: patch
2828
- label: 🚨 Security
2929
key: security
30-
# auto: patch
30+
auto: patch
3131
newlines:
3232
afterChangelogHeader: 1
3333
beforeChangelogVersion: 1

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
77
and is generated by [Changie](https://github.com/miniscruff/changie).
88

99

10+
## 3.1.0 - 2024-10-02
11+
12+
### ✨ Added
13+
14+
* [#471](https://github.com/microsoft/terraform-provider-power-platform/issues/471) adding `unique_name` to `powerplatform_environments` & `powerplatform_environment`
15+
* [#467](https://github.com/microsoft/terraform-provider-power-platform/issues/467) added `disable_on_destroy` attribute to `powerplatform_record`
16+
17+
### 🪲 Fixed
18+
19+
* [#468](https://github.com/microsoft/terraform-provider-power-platform/issues/468) `powerplatform_environment`: `environment_type` change triggers update not recreate
20+
* [#477](https://github.com/microsoft/terraform-provider-power-platform/issues/477) Fixed `powerplatform_rest` resources that only have a destroy
21+
1022
## 3.0.0 - 2024-09-24
1123

1224
### 💥 Breaking

0 commit comments

Comments
 (0)