-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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: webhook incorrectly misses cache on GenerateManifests (#9670) #9671
fix: webhook incorrectly misses cache on GenerateManifests (#9670) #9671
Conversation
Signed-off-by: Nicolas Fillot <nfillot@weborama.com>
49da93a
to
4cec93d
Compare
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.
@nfillot you've already put a lot of time into investigating this issue, but if it's reasonably easy, could you add a unit test to demonstrate what goes wrong without the change?
If it's not an easy test, I'm happy just to merge the typo fix. :-)
Codecov Report
@@ Coverage Diff @@
## master #9671 +/- ##
=======================================
Coverage 45.85% 45.85%
=======================================
Files 226 226
Lines 26675 26675
=======================================
Hits 12231 12231
Misses 12783 12783
Partials 1661 1661
Continue to review full report at Codecov.
|
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.
lgtm!
Signed-off-by: Nicolas Fillot <nfillot@weborama.com> Co-authored-by: Nicolas Fillot <nfillot@weborama.com> Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>
Signed-off-by: Nicolas Fillot <nfillot@weborama.com> Co-authored-by: Nicolas Fillot <nfillot@weborama.com> Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>
Signed-off-by: Nicolas Fillot <nfillot@weborama.com> Co-authored-by: Nicolas Fillot <nfillot@weborama.com> Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>
Cherry-picked onto 2.2 for release with 2.2.11, 2.3 for release with 2.3.6, and 2.4 for release with 2.4.3. Thanks! |
Fixes #9670
Checklist: