-
-
Notifications
You must be signed in to change notification settings - Fork 633
Deprecate ServeRenewalInfo feature flag #8585
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
Deprecate ServeRenewalInfo feature flag #8585
Conversation
features/features.go
Outdated
| // ServeRenewalInfo exposes the renewalInfo endpoint in the directory and for | ||
| // GET requests. WARNING: This feature is a draft and highly unstable. | ||
| ServeRenewalInfo bool |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jsha
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally looks good other than that one fix. Thanks!
Great. Apologies about that. Was a bad merge on my part |
|
Thanks for this contribution! For future reference, no need to merge main at the very end, unless an actual merge conflict has shown up. |
Fixes #8341
IN-8593 tracked the corresponding prod config change