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
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,26 @@
1
+
## 0.3.0
2
+
3
+
This release adds support for application traits, conditional dependencies, and URL credentials for workload identity.
4
+
5
+
FEATURES:
6
+
7
+
***Application Traits**: Applications can now be assigned traits that ascribe behaviors and characteristics, enabling trait-specific workflows
8
+
***Conditional Dependencies**: Application dependencies can now be filtered to activate only when accessing specific resources provided by the application
9
+
10
+
RESOURCES:
11
+
12
+
*`keycard_application_url_credential` - New resource for managing URL credentials for application workload identity using OAuth client ID metadata documents
13
+
*`keycard_application` - Added `traits` attribute to assign behaviors and characteristics to applications
14
+
*`keycard_application_dependency` - Added `when_accessing` attribute to express conditional dependencies
15
+
16
+
DATA SOURCES:
17
+
18
+
*`keycard_application` - Added new `traits` attribute
19
+
20
+
DOCUMENTATION:
21
+
22
+
* Examples demonstrating new features
23
+
1
24
## 0.2.0
2
25
3
26
This release adds support for customer managed encryption keys and includes bug fixes for optional string attributes.
0 commit comments