-
Notifications
You must be signed in to change notification settings - Fork 2
chore: update canary-checker to 1.1.3-beta.150 #622
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,7 +16,7 @@ dependencies: | |
| version: "0.0.1386" | ||
| repository: https://flanksource.github.io/charts | ||
| - name: canary-checker | ||
| version: "1.1.3-beta.149" | ||
| version: "1.1.3-beta.150" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Chart dependency declaration and lockfile are inconsistent Line 19 bumps Suggested fix# Regenerate and commit chart/Chart.lock so canary-checker resolves to 1.1.3-beta.150
# (e.g., run Helm dependency update for chart, then commit the lockfile change)🤖 Prompt for AI Agents |
||
| repository: https://flanksource.github.io/charts | ||
| - name: flanksource-ui | ||
| version: "1.4.278" | ||
|
|
||
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.
Dependency bump is not realized while lockfile is stale
Line 14 updates
canary-checkerto1.1.3-beta.150, butagent-chart/Chart.lockstill pinscanary-checkerto1.1.3-beta.63. This breaks the chart/lock contract and can deploy the old dependency despite this PR.Suggested fix
🤖 Prompt for AI Agents