Skip to content

Commit a69615e

Browse files
committed
chore: prepare release v0.10.0
1 parent e811a46 commit a69615e

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

.github/workflows/workflow.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Terraform CI
22
on:
33
push:
4+
pull_request:
45
merge_group:
56
types: [checks_requested]
67

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v0.10.0]
11+
1012
### Added
1113

1214
- New configuration option `applications_owners` to add application owners to applications and service principals
@@ -78,12 +80,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7880

7981
- Initial Release
8082

81-
[unreleased]: https://github.com/meshcloud/terraform-azure-meshplatform/compare/v0.8.0...HEAD
83+
[unreleased]: https://github.com/meshcloud/terraform-azure-meshplatform/compare/v0.10.0...HEAD
8284
[v0.1.0]: https://github.com/meshcloud/terraform-azure-meshplatform/releases/tag/v0.1.0
8385
[v0.2.0]: https://github.com/meshcloud/terraform-azure-meshplatform/releases/tag/v0.2.0
8486
[v0.3.0]: https://github.com/meshcloud/terraform-azure-meshplatform/releases/tag/v0.3.0
8587
[v0.4.0]: https://github.com/meshcloud/terraform-azure-meshplatform/releases/tag/v0.4.0
8688
[v0.5.0]: https://github.com/meshcloud/terraform-azure-meshplatform/releases/tag/v0.5.0
8789
[v0.6.0]: https://github.com/meshcloud/terraform-azure-meshplatform/releases/tag/v0.6.0
8890
[v0.7.0]: https://github.com/meshcloud/terraform-azure-meshplatform/releases/tag/v0.7.0
89-
[v0.8.0]: https://github.com/meshcloud/terraform-azure-meshplatform/releases/tag/v0.7.0
91+
[v0.8.0]: https://github.com/meshcloud/terraform-azure-meshplatform/releases/tag/v0.8.0
92+
[v0.9.0]: https://github.com/meshcloud/terraform-azure-meshplatform/releases/tag/v0.9.0
93+
[v0.10.0]: https://github.com/meshcloud/terraform-azure-meshplatform/releases/tag/v0.10.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Before opening a Pull Request, please do the following:
180180
| Name | Version |
181181
|------|---------|
182182
| <a name="provider_azuread"></a> [azuread](#provider\_azuread) | 2.53.1 |
183-
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | 3.113.0 |
183+
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | 3.114.0 |
184184

185185
## Modules
186186

modules/meshcloud-metering-service-principal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
| Name | Version |
1313
|------|---------|
1414
| <a name="provider_azuread"></a> [azuread](#provider\_azuread) | 2.53.1 |
15-
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | 3.113.0 |
15+
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | 3.114.0 |
1616
| <a name="provider_time"></a> [time](#provider\_time) | 0.12.0 |
1717

1818
## Modules

modules/meshcloud-replicator-service-principal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
| Name | Version |
1313
|------|---------|
1414
| <a name="provider_azuread"></a> [azuread](#provider\_azuread) | 2.53.1 |
15-
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | 3.113.0 |
15+
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | 3.114.0 |
1616
| <a name="provider_terraform"></a> [terraform](#provider\_terraform) | n/a |
1717
| <a name="provider_time"></a> [time](#provider\_time) | 0.12.0 |
1818

0 commit comments

Comments
 (0)