-
Notifications
You must be signed in to change notification settings - Fork 552
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Dan Lorenc <[email protected]>
- Loading branch information
dlorenc
authored
Mar 20, 2021
1 parent
8e45e43
commit 083406c
Showing
2 changed files
with
35 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,35 @@ | ||
# Changelog | ||
|
||
## v0.1.0 | ||
|
||
This is the first release of `cosign`! | ||
|
||
The main goal of this release is to release something we can start using to sign other releases of [sigstore](sigstore.dev) projects, including `cosign` itself. | ||
|
||
We expect many flags, commands, and formats to change going forward. | ||
No backwards compatiblity is promised or implied. | ||
|
||
### Enhancements | ||
|
||
This release added a feature to `cosign` called `cosign`. | ||
The `cosign` feature can be used to sign container images and blobs. | ||
Detailed documentation can be found in the [README](README.md) and the [Detailed Usage](USAGE.md). | ||
|
||
### Bug Fixes | ||
|
||
There was no way to sign container images. Now there is! | ||
|
||
### Contributors | ||
|
||
We would love to thank the contributors: | ||
|
||
* dlorenc | ||
* priyawadhwa | ||
* Ahmet Alp Balkan | ||
* Ivan Font | ||
* Jason Hall | ||
* Chris Norman | ||
* Jon Johnson | ||
* Kim Lewandowski | ||
* Luke Hinds | ||
* Bob Callaway |