Skip to content

Commit 0be94a7

Browse files
Update changelog
1 parent 5db5509 commit 0be94a7

12 files changed

+54
-53
lines changed

.changes/0.22.0.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## 0.22.0 (July 01, 2025)
2+
3+
BREAKING CHANGES:
4+
5+
* generate: The `.ProviderShortName` template function now uses the rendered provider name to derive the provider short name. Users that pass in the `--rendered-provider-name` flag might see a different output for this function ([#492](https://github.com/hashicorp/terraform-plugin-docs/issues/492))
6+
7+
NOTES:
8+
9+
* generate: Generated import documentation will now contain more information about which methods are supported by the provider (CLI command, config by ID, config by identity). ([#495](https://github.com/hashicorp/terraform-plugin-docs/issues/495))
10+
11+
FEATURES:
12+
13+
* generate: Added support for defining import example file (`import-by-string-id.tf`) using Terraform configuration and the `id` attribute ([#472](https://github.com/hashicorp/terraform-plugin-docs/issues/472))
14+
* generate: Added support for defining import example file (`import-by-identity.tf`) using Terraform configuration and the `identity` attribute (managed resource identity) ([#496](https://github.com/hashicorp/terraform-plugin-docs/issues/496))
15+
16+
ENHANCEMENTS:
17+
18+
* validate: Add `allowed-guide-subcategories` and `allowed-resource-subcategories` to provide a list of allowed subcategories ([#456](https://github.com/hashicorp/terraform-plugin-docs/issues/456))
19+
* validate: Add `allowed-guide-subcategories-file` and `allowed-resource-subcategories-file` to provide a file containing a list of allowed subcategories ([#456](https://github.com/hashicorp/terraform-plugin-docs/issues/456))
20+
* generate: Default resource and function templates now use `.RenderedProviderName` instead of `.ProviderName` ([#492](https://github.com/hashicorp/terraform-plugin-docs/issues/492))
21+
* generate: Remove trailing whitespace from default function template when `.HasVariadic` evaluates to false ([#489](https://github.com/hashicorp/terraform-plugin-docs/issues/489))
22+
23+
BUG FIXES:
24+
25+
* validate: Fixed a bug that caused all non-index files to be detected as guides ([#456](https://github.com/hashicorp/terraform-plugin-docs/issues/456))
26+
* generate: Remove `subcategory` field from default provider templates ([#446](https://github.com/hashicorp/terraform-plugin-docs/issues/446))
27+

.changes/unreleased/BREAKING CHANGES-20250613-135104.yaml

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

.changes/unreleased/BUG FIXES-20250318-151955.yaml

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

.changes/unreleased/BUG FIXES-20250613-152846.yaml

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

.changes/unreleased/ENHANCEMENTS-20250318-152238.yaml

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

.changes/unreleased/ENHANCEMENTS-20250318-152345.yaml

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

.changes/unreleased/ENHANCEMENTS-20250613-134814.yaml

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

.changes/unreleased/ENHANCEMENTS-20250613-162958.yaml

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

.changes/unreleased/FEATURES-20250616-181322.yaml

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

.changes/unreleased/FEATURES-20250625-173710.yaml

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

0 commit comments

Comments
 (0)