diff options
| author | xuzhang3 <Zhangxu894765> | 2021-07-16 14:48:57 +0800 |
|---|---|---|
| committer | xuzhang3 <Zhangxu894765> | 2021-07-16 14:48:57 +0800 |
| commit | 63f36d99cc76e0f3767f585e8d91f3171fe6dc49 (patch) | |
| tree | 9023bdbc349803d0748d40cf6575779ea5af613d /CHANGELOG.md | |
| parent | 934303aa35ad27f9bd13848cf478cbc5277f5a3a (diff) | |
change log update for v0.1.6
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6add4182..c4f65305 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,20 @@ ## 0.1.6 (Unreleased) FEATURES: + * **New Resource** `serviceendpoint_generic` [#402](https://github.com/microsoft/terraform-provider-azuredevops/issues/402) * **New Resource** `serviceendpoint_generic_git` [#402](https://github.com/microsoft/terraform-provider-azuredevops/issues/402) IMPROVEMENTS: * `resource_git_repository` - Support import private repository. [#236](https://github.com/microsoft/terraform-provider-azuredevops/issues/236) +* `resource_git_repository` - Support import private repository. [#236](https://github.com/microsoft/terraform-provider-azuredevops/issues/236) * `azuredevops_git_permissions` - Can create permissions on non-existent branches. [#411](https://github.com/microsoft/terraform-provider-azuredevops/issues/411) +* `azuredevops_repository_policy_author_email_pattern` - Support project level repository policy setting [#113](https://github.com/microsoft/terraform-provider-azuredevops/issues/113) +* `azuredevops_repository_policy_file_path_pattern` - Support project level repository policy setting [#113](https://github.com/microsoft/terraform-provider-azuredevops/issues/113) +* `azuredevops_git_permissions` - Will not check branch existence [#411](https://github.com/microsoft/terraform-provider-azuredevops/issues/411) BUG FIX: * `azuredevops_git_repository` - Changing the `init_type` will recreate the repository. [#406](https://github.com/microsoft/terraform-provider-azuredevops/issues/406) +* `azuredevops_serviceendpoint_kubernetes` - Import crash. [#414](https://github.com/microsoft/terraform-provider-azuredevops/issues/414) ## 0.1.5 FEATURES: |
