-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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: revert cache lookup changes #9313
fix: revert cache lookup changes #9313
Conversation
ericzzzzzzz
commented
Feb 15, 2024
•
edited
Loading
edited
- Revert the changes from fix(lookupRemote): fixed lookup.go lookupRemote to compare remote and cached digests #9278 , fix: Scope Issue with the 'entry' variable when looking up remote images and tests additions #9211, fix: puling images when working with a remote repository (#9177) #9181
- The rational is here : fix(lookupRemote): fixed lookup.go lookupRemote caching mechanism #9306 (comment)
…mote and cached digests (GoogleContainerTools#9278)" This reverts commit 9ff4546.
…mote images and tests additions (GoogleContainerTools#9211)" This reverts commit ffe769c.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #9313 +/- ##
==========================================
- Coverage 70.48% 63.55% -6.93%
==========================================
Files 515 635 +120
Lines 23150 32781 +9631
==========================================
+ Hits 16317 20834 +4517
- Misses 5776 10340 +4564
- Partials 1057 1607 +550 ☔ View full report in Codecov by Sentry. |
Will there be a patch release soon? |
Ping, any chance for a new release? We're badly affected by this at $WORK, and I'd prefer very much to simply ask all our devs to upgrade their Skaffold to the newest version from official sources, rather than creating an unofficial distribution channel with an in-house-built Skaffold binary 😞 CC @ericzzzzzzz 🙏 |
Gently ping. Any patch release? |
Summary: @nserrino and I recently ran into some issues where skaffold wouldn't rebuild a new UI image despite there being changes to the code. On further investigation, it looks like this was a bug in skaffold. Upgrade skaffold to ensure that we don't run into this again. See GoogleContainerTools/skaffold#9313 Relevant Issues: N/A Type of change: /kind infra Test Plan: skaffolding controlplane should still work, and update images as expected. Signed-off-by: Vihang Mehta <vihang@gimletlabs.ai> GitOrigin-RevId: f9a969039e46718e92a0f66185ce8f2d25417daf
Summary: @nserrino and I recently ran into some issues where skaffold wouldn't rebuild a new UI image despite there being changes to the code. On further investigation, it looks like this was a bug in skaffold. Upgrade skaffold to ensure that we don't run into this again. See GoogleContainerTools/skaffold#9313 Relevant Issues: N/A Type of change: /kind infra Test Plan: skaffolding controlplane should still work, and update images as expected. Signed-off-by: Vihang Mehta <vihang@gimletlabs.ai> GitOrigin-RevId: f9a969039e46718e92a0f66185ce8f2d25417daf