fix(cli): add upgrader for patch l4 probe port and upgrade node-exporter#3402
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit aaaf137. Configure here.
aaaf137 to
3ebf448
Compare
eball
approved these changes
Jun 17, 2026
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 free
to 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.

break change for patch l4 probeport and upgrade node-exporter
v1.12.6,v1.12.7
None
fix: lsblk command add sysroot in container node_exporter#9
Note
Medium Risk
Patches live
l4-bfl-proxyprobe ports during upgrade; mis-timed rollout could briefly mark the proxy unready, though retries and NotFound skip limit blast radius.Overview
Adds upgrade automation for a breaking l4-bfl-proxy health-check port change (8081 → 18081) and rolls node-exporter to 0.0.11.
The 1.12.6 system-component upgrade path now runs a
PatchL4BFLProxyProbePorttask after the base component upgrades. A new daily upgrader1.12.7-20260617reusesupgradeNodeExporter()and the same probe patch so clusters on that line get both fixes without a full main-line release only.patchL4BFLProxyProbePortstrategically merges theos-network/l4-bfl-proxydeployment so theproxycontainer’s liveness and readinesshttpGetports match the new binary; it retries on conflict, skips cleanly if the deployment is missing, and times out after two minutes.Bundled image bumps:
beclab/node-exporter:0.0.11in the Prometheus node-exporter DaemonSet manifest andplatform/prometheus/.olares/Olares.yamlprebuilt container list.Reviewed by Cursor Bugbot for commit 3ebf448. Bugbot is set up for automated code reviews on this repo. Configure here.