From 32d4a9c1cd7c74c8c5c4865fcfc21ef570673cf0 Mon Sep 17 00:00:00 2001 From: Jay Hou Date: Wed, 17 Aug 2022 11:35:23 -0400 Subject: [PATCH] Update CHANGELOG.md (#2799) * Update CHANGELOG.md Prepare CHANGELOG.md for v.1.5.0 release. * Update CHANGELOG.md --- CHANGELOG.md | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8f6b8395e..4d2448d00a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,30 @@ ## HEAD -* Deprecate `--tree_ids_with_no_ephemeral_nodes` flag by setting it to all trees - (`*`) by default. -* Updated golangci-lint to v1.47.3 (developers should update to this version) +## v.1.5.0 + +### Storage + +* Ephemeral nodes are no-longer written for any tree by default (and have not been read since the v1.4.0 release), the corresponding `--tree_ids_with_no_ephemeral_nodes` flag is now deprecated (and will be removed in a future release). + +### Cleanup +* Format code according to go1.19rc2 by @mhutchinson in https://github.com/google/trillian/pull/2785 * Delete merkle package, use [github.com/transparency-dev/merkle](https://pkg.go.dev/github.com/transparency-dev/merkle) instead. -* #2792: Fixed order-dependent unit test. + +### Misc +* Fix order-dependent test by @hickford in https://github.com/google/trillian/pull/2792 + +### Dependency updates +* Updated golangci-lint to v1.47.3 (developers should update to this version) by @mhutchinson in https://github.com/google/trillian/pull/2791 +* Bump google.golang.org/api from 0.87.0 to 0.88.0 by @dependabot in https://github.com/google/trillian/pull/2783 +* Bump cloud.google.com/go/spanner from 1.35.0 to 1.36.0 by @dependabot in https://github.com/google/trillian/pull/2784 +* Bump google.golang.org/api from 0.88.0 to 0.90.0 by @dependabot in https://github.com/google/trillian/pull/2789 +* Bump golang.org/x/tools from 0.1.11 to 0.1.12 by @dependabot in https://github.com/google/trillian/pull/2790 +* Bump google.golang.org/protobuf from 1.28.0 to 1.28.1 by @dependabot in https://github.com/google/trillian/pull/2788 +* Bump google.golang.org/api from 0.90.0 to 0.91.0 by @dependabot in https://github.com/google/trillian/pull/2796 +* Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0 by @dependabot in https://github.com/google/trillian/pull/2795 +* Bump github.com/fullstorydev/grpcurl from 1.8.6 to 1.8.7 by @dependabot in https://github.com/google/trillian/pull/2794 +* Bump google.golang.org/api from 0.91.0 to 0.92.0 by @dependabot in https://github.com/google/trillian/pull/2798 ## v1.4.2