-
Notifications
You must be signed in to change notification settings - Fork 46
Snapshot version 8 from main. #566
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
Merged
Conversation
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
PiperOrigin-RevId: 372173950
…ctory URL from DigiCert. (#534) * Fix EAB/HMAC flow. The lego client was being reset, losing all it's challenge solvers after ResolveAccountByKey is called. * Add instructions in the README as to how to retrieve old style ACME Directory URL
Chrome feature flag AllowSignedHTTPExchangeCertsWithoutExtension was removed in M89. https://bugs.chromium.org/p/chromium/issues/detail?id=862003 Fortunately, the ability to test SXGs using certificates lacking the CanSignHttpExchanges(Draft) extension is still possible thanks to an update to the --ignore-certificate-errors-spki-list command line flag. https://bugs.chromium.org/p/chromium/issues/detail?id=956471 Update instructions to include an example of 1) how to launch Chrome using this flag, and 2) how to generate a certificate public hash suitable for use by this flag. Additional information about flag: https://chromium.googlesource.com/chromium/src/+/refs/tags/89.0.4389.130/services/network/public/cpp/network_switches.cc#24
PiperOrigin-RevId: 375586004
PiperOrigin-RevId: 375756231
PiperOrigin-RevId: 378016870
PiperOrigin-RevId: 381960296
Update Prometheus client library to the latest release. Signed-off-by: SuperQ <[email protected]>
In order to provide various runtime code profiling featuers, add the standard Go pprof endpoint. This will allow investigations into excessive CPU and memory use. Signed-off-by: SuperQ <[email protected]>
This is an overhaul of the Prometheus metrics. The goal is to improve usability by following best practices. Use Histograms rather than summaries. * Summaries can not be aggregated, this makes them unusable when you run multiple instances of the service. * Histograms provide the ability to use "heatmap" views of the data. Drop counters that duplicate data we already have in the histogram `_count` metric. Rename metrics to follow Prometheus naming conventions. For example, prefixing custom metrics with the app name as a `Namespace`. Related to #357 Signed-off-by: SuperQ <[email protected]>
Add a `-version` flag and metric to make it possible to monitor the deployed version. Update the build instructions to use a Makefile to simplify building for various Go versions. Signed-off-by: SuperQ <[email protected]>
Update to the latest go-acme/lego major version. Signed-off-by: SuperQ <[email protected]>
Update several Go modules to current releases. Un-pin some hard-coded overrides that don't seem to impact build/test. Add `update-go-deps` make target to simplify updating. Signed-off-by: SuperQ <[email protected]>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
To be compatible with the new API: - Rename CertChainItem to AugmentedCertificate. - Remove PEM decoding from util.ParsePrivateKey as that is now handled by signedexchange.ParsePrivateKey. - Add a separate parser for an RSA private key as signedexchange.ParsePrivateKey no longer allows that type. Likewise, update tests to use ECDSA key as appropriate.
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
PiperOrigin-RevId: 388316442
banaag
approved these changes
Aug 3, 2021
Contributor
|
🎉 |
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.
Notable changes:
<img>tags./cc @SuperQ