|
| 1 | +# v0.10.0 |
| 2 | + |
| 3 | +** Note: Rekor will not send `application/yaml` responses anymore only `application/json` responses |
| 4 | + |
| 5 | +## Enhancements |
| 6 | + |
| 7 | +* Drop application/yaml content type (https://github.com/sigstore/rekor/pull/933) |
| 8 | +* Return 404 if entry isn't found in log (https://github.com/sigstore/rekor/pull/915) |
| 9 | +* reuse dsse signature wrappers instead of having a copy (https://github.com/sigstore/rekor/pull/912) |
| 10 | + |
| 11 | +## Others |
| 12 | + |
| 13 | +* update go mod in hack/tools to go1.18 (https://github.com/sigstore/rekor/pull/935) |
| 14 | +* Enable Scorecard badge (https://github.com/sigstore/rekor/pull/941) |
| 15 | +* Add rekor test harness to presubmit tests (https://github.com/sigstore/rekor/pull/921) |
| 16 | +* Bump imjasonh/setup-ko from 0.4 to 0.5 (https://github.com/sigstore/rekor/pull/940) |
| 17 | +* update go builder and cosign image (https://github.com/sigstore/rekor/pull/934) |
| 18 | +* Bump sigs.k8s.io/release-utils from 0.7.2 to 0.7.3 (https://github.com/sigstore/rekor/pull/937) |
| 19 | +* Bump github.com/google/trillian from 1.4.1 to 1.4.2 in /hack/tools (https://github.com/sigstore/rekor/pull/939) |
| 20 | +* Bump sigstore/cosign-installer from 2.4.1 to 2.5.0 (https://github.com/sigstore/rekor/pull/936) |
| 21 | +* Bump github.com/go-openapi/strfmt from 0.21.2 to 0.21.3 (https://github.com/sigstore/rekor/pull/930) |
| 22 | +* Update cosign image in validate-release job (https://github.com/sigstore/rekor/pull/931) |
| 23 | +* Bump sigs.k8s.io/release-utils from 0.7.1 to 0.7.2 (https://github.com/sigstore/rekor/pull/927) |
| 24 | +* Bump github.com/veraison/go-cose from 1.0.0-alpha.1 to 1.0.0-rc.1 (https://github.com/sigstore/rekor/pull/928) |
| 25 | +* Bump actions/dependency-review-action from 2.0.2 to 2.0.4 (https://github.com/sigstore/rekor/pull/925) |
| 26 | +* Bump github/codeql-action from 2.1.15 to 2.1.16 (https://github.com/sigstore/rekor/pull/924) |
| 27 | +* Bump golang from 1.18.3 to 1.18.4 (https://github.com/sigstore/rekor/pull/919) |
| 28 | +* Bump google.golang.org/grpc from 1.47.0 to 1.48.0 (https://github.com/sigstore/rekor/pull/920) |
| 29 | +* Bump actions/setup-go from 3.2.0 to 3.2.1 (https://github.com/sigstore/rekor/pull/916) |
| 30 | +* Updates on the release job/makefile cleanup (https://github.com/sigstore/rekor/pull/914) |
| 31 | +* add changelog for v0.9.1 (https://github.com/sigstore/rekor/pull/911) |
| 32 | + |
| 33 | +## Contributors |
| 34 | + |
| 35 | +* Azeem Shaikh (@azeemshaikh38) |
| 36 | +* Bob Callaway (@bobcallaway) |
| 37 | +* Carlos Tadeu Panato Junior (@cpanato) |
| 38 | +* Hayden Blauzvern (@haydentherapper) |
| 39 | +* Priya Wadhwa (@priyawadhwa) |
| 40 | + |
1 | 41 | # v0.9.1 |
2 | 42 |
|
3 | 43 | ## Enhancements |
|
0 commit comments