Skip to content

Commit 0c1914e

Browse files
authored
update CHANGELOG for v1.1.1 (#1462)
Signed-off-by: Bob Callaway <[email protected]>
1 parent cf42ace commit 0c1914e

File tree

2 files changed

+23
-8
lines changed

2 files changed

+23
-8
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# v1.1.1
2+
3+
## Functional Enhancements
4+
* Refactor Trillian client with exported methods (#1454)
5+
* Switch to official redis-go client (#1459)
6+
* Remove replace in go.mod (#1444)
7+
* Add Rekor OID info. (#1390)
8+
9+
## Quality Enhancements
10+
* remove legacy encrypted cosign key (#1446)
11+
* swap cjson dependency (#1441)
12+
* Update release readme (#1456)
13+
14+
## Bug Fixes
15+
* Merge pull request from GHSA-2h5h-59f5-c5x9
16+
17+
## Contributors
18+
* Billy Lynch
19+
* Bob Callaway
20+
* Carlos Tadeu Panato Junior
21+
* Ceridwen Coghlan
22+
* Hayden B
23+
124
# v1.1.0
225

326
## Functional Enhancements

pkg/types/jar/v0.0.1/entry_test.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -154,14 +154,6 @@ Hr/+CxFvaJWmpYqNkLDGRU+9orzh5hI2RrcuaQ==
154154
}
155155

156156
func TestJarMetadataSize(t *testing.T) {
157-
type TestCase struct {
158-
caseDesc string
159-
entry V001Entry
160-
expectUnmarshalSuccess bool
161-
expectCanonicalizeSuccess bool
162-
expectedVerifierSuccess bool
163-
}
164-
165157
jarBytes, _ := os.ReadFile("tests/test.jar")
166158

167159
os.Setenv("MAX_JAR_METADATA_SIZE", "10")

0 commit comments

Comments
 (0)