You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
## v0.2.2
2
+
3
+
BUG FIXES:
4
+
5
+
* resource/config_property: Fixed "Provider produced inconsistent result after apply" error when managing `ENCRYPTEDSTRING` type properties. The provider now correctly handles the API's `HiddenDecryptedPropertyPlaceholder` response and preserves the configured value in state
6
+
7
+
ENHANCEMENTS:
8
+
9
+
* tests: Added acceptance test `TestAccConfigPropertyResource_EncryptedString_APIKey` to verify encrypted config property handling
10
+
* docs: Removed read-only fields `include_children` and `global` from `dependencytrack_policy` resource example
11
+
1
12
## v0.2.1
2
13
3
14
BREAKING CHANGES:
@@ -26,13 +37,6 @@ ENHANCEMENTS:
26
37
* resource/user_team_membership: Works with managed, LDAP, and OIDC users
27
38
* tests: Added acceptance tests for `dependencytrack_user_team_membership` resource using API key authentication
28
39
29
-
BUG FIXES:
30
-
31
-
* build: Fixed artifact path in GitHub workflow to use correct binary name `terraform-provider-dependencytrack`
32
-
* build: Updated .gitignore to reflect correct binary name
33
-
* module: Renamed Go module from `terraform-provider-dependency-track` to `terraform-provider-dependencytrack` for consistency
34
-
* docs: Fixed GitHub repository URLs in CHANGELOG.md to use correct repository name
0 commit comments