Skip to content

Commit 7c1aecb

Browse files
authored
chore: release notes for 0.3.0 (#48)
1 parent efa1394 commit 7c1aecb

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
124
## 0.2.0
225

326
This release adds support for customer managed encryption keys and includes bug fixes for optional string attributes.

0 commit comments

Comments
 (0)