From ac7d19a54ec8a524bb8ed280d6c83c60537e628a Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-provider-devex Date: Tue, 26 Nov 2024 14:35:54 +0000 Subject: [PATCH] Update changelog --- .changes/0.20.1.md | 8 ++++++++ .changes/unreleased/BUG FIXES-20241118-125001.yaml | 6 ------ .changes/unreleased/BUG FIXES-20241118-125100.yaml | 7 ------- .changes/unreleased/BUG FIXES-20241118-125204.yaml | 6 ------ CHANGELOG.md | 8 ++++++++ 5 files changed, 16 insertions(+), 19 deletions(-) create mode 100644 .changes/0.20.1.md delete mode 100644 .changes/unreleased/BUG FIXES-20241118-125001.yaml delete mode 100644 .changes/unreleased/BUG FIXES-20241118-125100.yaml delete mode 100644 .changes/unreleased/BUG FIXES-20241118-125204.yaml diff --git a/.changes/0.20.1.md b/.changes/0.20.1.md new file mode 100644 index 00000000..dfe21ccb --- /dev/null +++ b/.changes/0.20.1.md @@ -0,0 +1,8 @@ +## 0.20.1 (November 26, 2024) + +BUG FIXES: + +* validate: Fixed a bug that caused false positive validation errors for resource types that have the same name as the provider. ([#419](https://github.com/hashicorp/terraform-plugin-docs/issues/419)) +* generate: Fixed a bug that caused all generated resource documentation to have the same content when the provider has a resource type with the same name as the provider. ([#419](https://github.com/hashicorp/terraform-plugin-docs/issues/419)) +* generate: Fixed a bug that would return an error when a static file exists in both `templates` and `docs`, which will now be ignored. ([#421](https://github.com/hashicorp/terraform-plugin-docs/issues/421)) + diff --git a/.changes/unreleased/BUG FIXES-20241118-125001.yaml b/.changes/unreleased/BUG FIXES-20241118-125001.yaml deleted file mode 100644 index 52155315..00000000 --- a/.changes/unreleased/BUG FIXES-20241118-125001.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: BUG FIXES -body: 'validate: Fixed a bug that caused false positive validation errors for resource - types that have the same name as the provider.' -time: 2024-11-18T12:50:01.114497-05:00 -custom: - Issue: "419" diff --git a/.changes/unreleased/BUG FIXES-20241118-125100.yaml b/.changes/unreleased/BUG FIXES-20241118-125100.yaml deleted file mode 100644 index 0e1f7342..00000000 --- a/.changes/unreleased/BUG FIXES-20241118-125100.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: BUG FIXES -body: 'generate: Fixed a bug that caused all generated resource documentation to have - the same content when the provider has a resource type with the same name as the - provider.' -time: 2024-11-18T12:51:00.736136-05:00 -custom: - Issue: "419" diff --git a/.changes/unreleased/BUG FIXES-20241118-125204.yaml b/.changes/unreleased/BUG FIXES-20241118-125204.yaml deleted file mode 100644 index 17cefc0d..00000000 --- a/.changes/unreleased/BUG FIXES-20241118-125204.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: BUG FIXES -body: 'generate: Fixed a bug that would return an error when a static file exists - in both `templates` and `docs`, which will now be ignored.' -time: 2024-11-18T12:52:04.748022-05:00 -custom: - Issue: "421" diff --git a/CHANGELOG.md b/CHANGELOG.md index 52f01b97..2f9b32e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.20.1 (November 26, 2024) + +BUG FIXES: + +* validate: Fixed a bug that caused false positive validation errors for resource types that have the same name as the provider. ([#419](https://github.com/hashicorp/terraform-plugin-docs/issues/419)) +* generate: Fixed a bug that caused all generated resource documentation to have the same content when the provider has a resource type with the same name as the provider. ([#419](https://github.com/hashicorp/terraform-plugin-docs/issues/419)) +* generate: Fixed a bug that would return an error when a static file exists in both `templates` and `docs`, which will now be ignored. ([#421](https://github.com/hashicorp/terraform-plugin-docs/issues/421)) + ## 0.20.0 (November 06, 2024) NOTES: