From 5072901241fc6370a78457219e7aa2da490f399f Mon Sep 17 00:00:00 2001 From: Bob Callaway Date: Sun, 3 Dec 2023 13:40:05 -0300 Subject: [PATCH] changelog for v1.3.4 (#1868) * changelog for v1.3.4 Signed-off-by: Bob Callaway * add myself back Signed-off-by: Bob Callaway --------- Signed-off-by: Bob Callaway --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de6b338f8..019ee0f26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +# v1.3.4 + +## New Features +* add mysql indexstorage backend +* add s3 storage for attestations + +## Bug Fixes +* fix: Do not check for pubsub.topics.get on initialization (#1853) +* fix optional field in cose schema + +## Quality Enhancements +* Update ranges.go (#1852) +* update indexstorage interface to reduce roundtrips (#1838) +* use a single validator library in rekor-cli (#1818) +* Remove go-playground/validator dependency from pkg/pki (#1817) + +## Contributors +* Bob Callaway +* Carlos Tadeu Panato Junior +* Hayden B +* James Alseth +* Kenny Leung +* Noah Kreiger +* Zach Steindler + # v1.3.3 ## New Features