Skip to content

Commit

Permalink
Update CHANGELOG.md (#2799)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

Prepare CHANGELOG.md for v.1.5.0 release.

* Update CHANGELOG.md
  • Loading branch information
jiggoha authored Aug 17, 2022
1 parent d5c0e73 commit 32d4a9c
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 32d4a9c

Please sign in to comment.