ldlb
ldlb
Cleanup `CheckRenewalExemptionAtWFE` feature flag,it now determines exemption based on the `isRenewal` parameter. fixes: #7511
Add an optional `--kubeconfig` parameter to allow explicitly specifying the location of the Kubernetes configuration file.
fix: #5264
The reproduction process is as follows: 1. Use the following command to issue a certificate `acme.sh --sign-csr --csr ./domaint.csr --key-file ./private.key --dns dns_dp --home ./ --debug 2` *** 2. When...
Remove deprecated features:`--manual-public-ip-logging-ok` and `certbot-route53:auth` #9988
https://datatracker.ietf.org/doc/html/draft-ietf-acme-ari-03#name-renewalinfo-objects
fixes: #5971 I'm not sure if this is reasonable, so please let me know if there are any issues.
### What happened? The following code will cause a null pointer exception on the first iteration of the loop if `span.TraceID` has a zero value. ### Steps to reproduce https://github.com/jaegertracing/jaeger/blob/main/plugin/storage/grpc/shared/grpc_client.go#L193-L209...