Skip to content

Commit 083406c

Browse files
author
dlorenc
authored
Changelog for 0.1.0 release! (#107)
Signed-off-by: Dan Lorenc <[email protected]>
1 parent 8e45e43 commit 083406c

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: CI-Build
22

33
# Run this workflow every time a new commit pushed to your repository
44
on:
5-
pull_request:
65
push:
76
branches:
87
- main

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Changelog
2+
3+
## v0.1.0
4+
5+
This is the first release of `cosign`!
6+
7+
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.
8+
9+
We expect many flags, commands, and formats to change going forward.
10+
No backwards compatiblity is promised or implied.
11+
12+
### Enhancements
13+
14+
This release added a feature to `cosign` called `cosign`.
15+
The `cosign` feature can be used to sign container images and blobs.
16+
Detailed documentation can be found in the [README](README.md) and the [Detailed Usage](USAGE.md).
17+
18+
### Bug Fixes
19+
20+
There was no way to sign container images. Now there is!
21+
22+
### Contributors
23+
24+
We would love to thank the contributors:
25+
26+
* dlorenc
27+
* priyawadhwa
28+
* Ahmet Alp Balkan
29+
* Ivan Font
30+
* Jason Hall
31+
* Chris Norman
32+
* Jon Johnson
33+
* Kim Lewandowski
34+
* Luke Hinds
35+
* Bob Callaway

0 commit comments

Comments
 (0)