build(deps): bump github.com/google/certificate-transparency-go from 1.1.4 to 1.1.6#6975
Merged
aarongable merged 2 commits intoJul 21, 2023
Conversation
Contributor
|
We definitely want this update: getting the v1.1.5 public/private key consistency improvements that came out of a CT incident a few months ago is a really good idea. However, this update also transitively updates go-sql-driver, which is a very dangerous change for us. We need to update that dependency independently before this one can land. Unfortunately, even updating ctgo to just v1.1.5 also brings in that transitive update. I've filed #6976 and then we can return to this one. |
f63fe11 to
b2fd3e2
Compare
b2fd3e2 to
9cdd7e3
Compare
Bumps [github.com/google/certificate-transparency-go](https://github.com/google/certificate-transparency-go) from 1.1.4 to 1.1.6. - [Release notes](https://github.com/google/certificate-transparency-go/releases) - [Changelog](https://github.com/google/certificate-transparency-go/blob/master/CHANGELOG.md) - [Commits](google/certificate-transparency-go@v1.1.4...v1.1.6) --- updated-dependencies: - dependency-name: github.com/google/certificate-transparency-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
9cdd7e3 to
12fb6df
Compare
Member
|
Due to go.mod exclusions, there's no longer a |
pgporada
approved these changes
Jul 21, 2023
aarongable
approved these changes
Jul 21, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update google/certificate-transparency-go from 1.1.4 to 1.1.6
Release notes: https://github.com/google/certificate-transparency-go/releases/tag/v1.1.6
Changelog: google/certificate-transparency-go@v1.1.4...v1.1.6
Update prometheus/client_golang from v1.14.0 to v1.15.1
Release notes: https://github.com/prometheus/client_golang/releases/tag/v1.15.1
Changelog: prometheus/client_golang@v1.14.0...v1.15.1
Update prometheus/client_model from v0.3.0 to v0.4.0
Release notes: https://github.com/prometheus/client_model/releases/tag/v0.4.0
Changelog: prometheus/client_model@v0.3.0...v0.4.0
Update x/sync from v0.1.0 to v0.2.0
Changelog: golang/sync@v0.1.0...v0.2.0
Minor updates to various indirect dependencies as well.
The prometheus/client_golang update changes the type of
prometheus.Desc.variableLabelsfrom[]stringtoprometheus.ConstrainedLabels, which changes the string representation of that field, necessitating a minor test expectations update in //rocsp/metrics_test.Fixes #4548