Skip to content

chore: update canary-checker to 1.1.3-beta.97#425

Open
flankbot wants to merge 1 commit intomainfrom
chore/update-chart-deps-20260414110343
Open

chore: update canary-checker to 1.1.3-beta.97#425
flankbot wants to merge 1 commit intomainfrom
chore/update-chart-deps-20260414110343

Conversation

@flankbot
Copy link
Copy Markdown
Contributor

@flankbot flankbot commented Apr 14, 2026

Updated chart dependencies from new chart releases:

  • canary-checker in chart/Chart.yaml: 1.1.3-beta.93 → 1.1.3-beta.97
  • canary-checker in agent-chart/Chart.yaml: 1.1.3-beta.93 → 1.1.3-beta.97

Auto-generated by charts repo publish workflow.

Summary by CodeRabbit

  • Chores
    • Updated the canary-checker dependency to the latest beta version (1.1.3-beta.97) in Helm chart configurations. This maintenance update brings the latest improvements, bug fixes, and stability enhancements for the canary checker component, ensuring your deployments benefit from recent optimizations and enhanced reliability.

@flankbot flankbot enabled auto-merge (squash) April 14, 2026 11:03
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 14, 2026

Walkthrough

Updated the canary-checker Helm chart dependency version from 1.1.3-beta.93 to 1.1.3-beta.97 in both the primary chart and agent chart configuration files. No other chart metadata or dependencies were modified.

Changes

Cohort / File(s) Summary
Helm Chart Dependencies
agent-chart/Chart.yaml, chart/Chart.yaml
Bumped canary-checker dependency version from 1.1.3-beta.93 to 1.1.3-beta.97 across both chart manifests.

Possibly related PRs

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and concisely describes the main change: updating the canary-checker dependency version across the Helm charts.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/update-chart-deps-20260414110343
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch chore/update-chart-deps-20260414110343

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@chart/Chart.yaml`:
- Line 19: The Chart.yaml version bump to 1.1.3-beta.97 is not reflected in the
lockfiles; regenerate the Chart.lock files for both the main chart and the agent
chart so their dependency versions match Chart.yaml (currently showing older
betas). In each chart directory run the Helm dependency update flow to produce
updated Chart.lock files, verify the canary-checker entry now shows
1.1.3-beta.97, and commit the updated Chart.lock files alongside the Chart.yaml
change.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: a4307a22-3693-4146-8650-4f4abfc969ec

📥 Commits

Reviewing files that changed from the base of the PR and between 464fe8d and b96c6e0.

📒 Files selected for processing (2)
  • agent-chart/Chart.yaml
  • chart/Chart.yaml

Comment thread chart/Chart.yaml
repository: https://flanksource.github.io/charts
- name: canary-checker
version: "1.1.3-beta.93"
version: "1.1.3-beta.97"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "Locating Chart.lock files..."
fd -i '^Chart\.lock$'

echo
echo "Checking canary-checker entries in lockfiles..."
for f in $(fd -i '^Chart\.lock$'); do
  echo "---- $f ----"
  rg -n -C2 'name:\s*canary-checker|version:\s*"?1\.1\.3-beta\.97"?' "$f" || true
done

Repository: flanksource/mission-control-chart

Length of output: 615


Update lockfiles to match Chart.yaml version bumps.

The canary-checker version update to 1.1.3-beta.97 in Chart.yaml is not reflected in the lockfiles. Both chart/Chart.lock (currently 1.1.3-beta.92) and agent-chart/Chart.lock (currently 1.1.3-beta.63) must be regenerated to ensure deterministic dependency resolution during helm install.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@chart/Chart.yaml` at line 19, The Chart.yaml version bump to 1.1.3-beta.97 is
not reflected in the lockfiles; regenerate the Chart.lock files for both the
main chart and the agent chart so their dependency versions match Chart.yaml
(currently showing older betas). In each chart directory run the Helm dependency
update flow to produce updated Chart.lock files, verify the canary-checker entry
now shows 1.1.3-beta.97, and commit the updated Chart.lock files alongside the
Chart.yaml change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant