Uh oh!
There was an error while loading. Please reload this page.
Revert "chore: update dependencies (#89)" - #91
Merged
Conversation
This reverts commit 8a93696.
Greptile SummaryThis PR intentionally restores the previous brotli, MongoDB, protobuf, and zstd source pins so dependency-update automation can be rerun cleanly after its release workflow is fixed.
Confidence Score: 5/5The code change appears safe to merge, with the separately documented stale tag and draft-release cleanup remaining an operational prerequisite for rerunning automation. The reverted values preserve each version’s companion immutable reference, restore a prior known-good configuration, and do not conflict with repository validation or a documented minimum-version contract. Important Files Changed
Reviews (1): Last reviewed commit: "Revert "chore: update dependencies (#89)..." | Re-trigger Greptile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reverts the dependency bump merged as 8a93696 (#89), so the weekly automation has work to redo on a clean manual run once #90 lands.
The bump itself was correct — every pin moved with its companion reference, and the resulting image built and reported the right extension versions. It is being reverted only so the run can be repeated end to end, not because the content was wrong.
Restores:
0.20.0/45faa7966ddc2.3.3/06be1f01bb4c5.35.1/7ab8cd62e8b70.17.0/1774622c25aaOrder of operations
Leftovers that must be cleared first
The failed run got as far as tagging and drafting before it died, so two artefacts survive and will confuse the retry:
2.0.1→8a93696(the commit this PR reverts)374170913for2.0.1Both point at a commit that will no longer be main's tip. Left in place, the next run either resumes recovery against the reverted commit or drafts against a stale tag. I have not deleted either — that is destructive and yours to call.