-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare for initial official release (#20)
- Creates the CHANGELOG - Updates the release workflow Signed-off-by: Andrew Harding <[email protected]>
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changelog | ||
|
||
## [0.1.0] - 2022-05-16 | ||
|
||
First official release! The SPIRE controller manager supports: | ||
- Registering workloads using the ClusterSPIFFEID custom resource | ||
- Establishing federation relationships with foreign trust domains using the ClusterFederatedTrustDomain resource | ||
- Full management of the Validating Admission Controller webhook credentials |