-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Fix: fix time.ParseDuration bug #7249
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
Fix: fix time.ParseDuration bug #7249
Conversation
Signed-off-by: dongjiang <dongjiang1989@126.com>
Signed-off-by: dongjiang <dongjiang1989@126.com>
/cc @simonpasquier @slashpai PTAL |
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.
sorry for the late review! I think that the check needs to happen in checkPushoverConfigs() (called from checkAlertmanagerConfigResource()).
Signed-off-by: dongjiang <dongjiang1989@126.com>
Thanks @simonpasquier |
@dongjiang1989 can you check failing tests please? |
Signed-off-by: dongjiang <dongjiang1989@126.com>
Thanks @nicolastakashi |
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.
Waiting last review from @simonpasquier
Any update on this fix? Is there some nightly docker image that can be used to patch |
cc @simonpasquier @slashpai PTAL |
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.
thanks!
* fix time.ParseDuration bug Signed-off-by: dongjiang <dongjiang1989@126.com>
Description
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.
If it fixes a bug or resolves a feature request, be sure to link to that issue.
Close: #7245
Type of change
What type of changes does your code introduce to the Prometheus operator? Put an
x
in the box that apply.CHANGE
(fix or feature that would cause existing functionality to not work as expected)FEATURE
(non-breaking change which adds functionality)BUGFIX
(non-breaking change which fixes an issue)ENHANCEMENT
(non-breaking change which improves existing functionality)NONE
(if none of the other choices apply. Example, tooling, build system, CI, docs, etc.)Verification
Please check the Prometheus-Operator testing guidelines for recommendations about automated tests.
Changelog entry
Please put a one-line changelog entry below. This will be copied to the changelog file during the release process.