Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/google/trillian from 1.4.0 to 1.4.1 in /hack/tools #818

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 11, 2022

Bumps github.com/google/trillian from 1.4.0 to 1.4.1.

Release notes

Sourced from github.com/google/trillian's releases.

v1.4.1

This release mostly contains refactoring and dependency updates, and some improvements in log operation cycle.

Improved log operation

  • Add undeletetree command #2638
  • Query information_schema compatible with MySQL 8 #2652
  • Gracefully exit the program when lease expires #2655
  • Fix MySQL world-writable config warning #2713
  • Update provision tree script in k8s to use createtree #2676

Merkle refactoring

Minor refactoring

  • Check the tile height invariant stricter #2726
  • Remake dumplib into integration test #2710
  • Remove unused code and data [#2709, #2711]

Some changes technically break semver, but most of this code was not intended for external use. E.g.:

Dependency updates

  • bitbucket.org/creachadair/shell: 0.0.6 -> 0.0.7 #2637
  • cloud.google.com/go/spanner: 1.25.0 -> 1.31.0 [#2630, #2639, #2650, #2697]
  • contrib.go.opencensus.io/exporter/stackdriver: 0.13.8 -> 0.13.12 [#2634, #2699, #2723]
  • github.com/apache/beam: 2.32.0+incompatible -> 2.33.0+incompatible #2620
  • github.com/fullstorydev/grpcurl: 1.8.2 -> 1.8.6 [#2621, #2674]
  • github.com/google/go-cmp: 0.5.7 -> 0.5.8 #2729
  • github.com/prometheus/client_golang: 1.11.0 -> 1.12.1 #2662
  • github.com/pseudomuto/protoc-gen-doc: 1.5.0 -> 1.5.1 #2677
  • github.com/transparency-dev/merkle: v0.0.1 #2734
  • go.etcd.io/etcd/*/v3: 3.5.0 -> 3.5.4 [#2631, #2667, #2716]
  • golang.org/x/tools: 0.1.5 -> 0.1.10 [#2615, #2618, ..., #2684]
  • google.golang.org/api: 0.54.0 -> 0.77.0 [#2613, #2619, ..., #2728]
  • google.golang.org/grpc: 1.40.0 -> 1.44.0 [#2617, #2635, #2643, #2661]
  • google.golang.org/grpc/cmd/protoc-gen-go-grpc: 1.1.0 -> 1.2.0 #2645
  • google.golang.org/protobuf: 1.27.1 -> 1.28.0 #2686
  • protoc: 3.12.4 -> 3.20.1 #2731

Full Changelog: google/trillian@v1.4.0...v1.4.1

Changelog

Sourced from github.com/google/trillian's changelog.

TRILLIAN Changelog

HEAD

  • countFromInformationSchema function to add support for MySQL 8.

Removals

Misc improvements

  • #2712: Fix MySQL world-writable config warning.
  • #2726: Check the tile height invariant stricter. No changes required.

Dependency updates

  • #2731: Update protoc from v3.12.4 to v3.20.1
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner May 11, 2022 11:23
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 11, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #818 (176c45b) into main (5ed77ae) will decrease coverage by 0.05%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #818      +/-   ##
==========================================
- Coverage   47.64%   47.59%   -0.06%     
==========================================
  Files          62       62              
  Lines        5503     5503              
==========================================
- Hits         2622     2619       -3     
- Misses       2572     2574       +2     
- Partials      309      310       +1     
Impacted Files Coverage Δ
pkg/types/alpine/v0.0.1/entry.go 55.00% <0.00%> (-1.25%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5ed77ae...176c45b. Read the comment docs.

cpanato
cpanato previously approved these changes May 11, 2022
@cpanato cpanato requested a review from bobcallaway May 11, 2022 12:33
Bumps [github.com/google/trillian](https://github.com/google/trillian) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/google/trillian/releases)
- [Changelog](https://github.com/google/trillian/blob/master/CHANGELOG.md)
- [Commits](google/trillian@v1.4.0...v1.4.1)

---
updated-dependencies:
- dependency-name: github.com/google/trillian
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/hack/tools/github.com/google/trillian-1.4.1 branch from 176c45b to a653857 Compare May 12, 2022 14:56
@dlorenc dlorenc merged commit 4a741fe into main May 12, 2022
@dlorenc dlorenc deleted the dependabot/go_modules/hack/tools/github.com/google/trillian-1.4.1 branch May 12, 2022 19:05
@github-actions github-actions bot added this to the v1.0.0 milestone May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants