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
* go pkg version updates
* update github actions versions
- golangci/golangci-lint-action from 8.0.0 to 9.0.0
- actions/upload-artifact from 4 to 5
* add changelog entry for 0.2.0 release
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,20 @@
1
+
## 0.2.0
2
+
3
+
This release adds support for customer managed encryption keys and includes bug fixes for optional string attributes.
4
+
5
+
FEATURES:
6
+
7
+
***New Data Source**: `keycard_aws_kms_key_policy` - Generate AWS KMS key policies for Keycard zones with proper IAM permissions ([#39](https://github.com/keycardai/terraform-provider-keycard/pull/39))
* Validate length of optional string attributes across all resources to prevent "Provider produced inconsistent result" errors when empty strings are provided ([#38](https://github.com/keycardai/terraform-provider-keycard/pull/38))
0 commit comments