diff options
| author | xuzhang3 <Zhangxu894765> | 2022-11-01 15:10:15 +0800 |
|---|---|---|
| committer | xuzhang3 <Zhangxu894765> | 2022-11-01 15:10:15 +0800 |
| commit | 8de174cd37a8685988bfb21c50e5ce92e2a332c6 (patch) | |
| tree | 62df9a627b8fb710ec9e8b819e6ae307c004b348 | |
| parent | 41d4e3e5b133eff91404969f99ef2ccf1eb7f85a (diff) | |
v0.3.0 changelog
| -rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e3bab09..fe502b07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ -## 0.2.3 Unreleased +## 0.2.3 +FEATURES: +* **New Data Resource** `azuredevops_serviceendpoint_azurerm` [#623](https://github.com/microsoft/terraform-provider-azuredevops/pull/623) +* **New Data Resource** `azuredevops_serviceendpoint_github` [#627](https://github.com/microsoft/terraform-provider-azuredevops/pull/627) + +BUG FIX: +* `azuredevops_project` - Fall back to organization default template if template ID not found. [#626](https://github.com/microsoft/terraform-provider-azuredevops/pull/626) +* `azuredevops_serviceendpoint_kubernetes` - Fix a plugin crash when the `cluster_context` attribute was not specified. [#638](https://github.com/microsoft/terraform-provider-azuredevops/pull/638) +* `azuredevops_build_definition_permissions` - Recreate the resource if relate build definition not found. [#644](https://github.com/microsoft/terraform-provider-azuredevops/pull/644) +* `azuredevops_serviceendpoint_artifactory` - Fix token lost when update other properties. [#656](https://github.com/microsoft/terraform-provider-azuredevops/pull/656) + +IMPROVEMENTS: +* `azuredevops_variable_group` - Support custom Key Vault secrets search depth. [#654](https://github.com/microsoft/terraform-provider-azuredevops/pull/654) +* `azuredevops_team` - Support export team `descriptor`. [#648](https://github.com/microsoft/terraform-provider-azuredevops/pull/648) +* Upgrade Terraform Plugin SDK to `v2.23.0` - [#587](https://github.com/microsoft/terraform-provider-azuredevops/issues/587) ## 0.2.2 |
