Skip to content

chore: update config-db to 0.0.1381#595

Merged
flankbot merged 1 commit into
mainfrom
chore/update-chart-deps-20260527034158
May 27, 2026
Merged

chore: update config-db to 0.0.1381#595
flankbot merged 1 commit into
mainfrom
chore/update-chart-deps-20260527034158

Conversation

@flankbot
Copy link
Copy Markdown
Contributor

@flankbot flankbot commented May 27, 2026

Updated chart dependencies from new chart releases:

  • config-db in chart/Chart.yaml: 0.0.1380 → 0.0.1381
  • config-db in agent-chart/Chart.yaml: 0.0.1380 → 0.0.1381

Auto-generated by charts repo publish workflow.

Summary by CodeRabbit

  • Chores
    • Updated internal dependencies to their latest versions.

Review Change Stack

@flankbot flankbot enabled auto-merge (squash) May 27, 2026 03:42
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 27, 2026

Walkthrough

This PR synchronizes two Helm chart dependencies to version 0.0.1381. The config-db dependency in agent-chart/Chart.yaml and the apm-hub dependency in chart/Chart.yaml are both incremented from 0.0.1380 in a coordinated version bump.

Changes

Helm Chart Dependency Update

Layer / File(s) Summary
Update chart dependencies to 0.0.1381
agent-chart/Chart.yaml, chart/Chart.yaml
The config-db dependency in the agent chart and apm-hub dependency in the main chart are both bumped from 0.0.1380 to 0.0.1381.

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title states 'update config-db to 0.0.1381', which is accurate and matches the primary change. However, the PR actually updates config-db in two separate files (chart/Chart.yaml and agent-chart/Chart.yaml), but the title mentions only one scope implicitly. The title correctly identifies the main change but is partially incomplete regarding scope.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ 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-20260527034158
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch chore/update-chart-deps-20260527034158

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: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@agent-chart/Chart.yaml`:
- Line 11: Update the dependency lockfile to match the bumped Chart version:
regenerate agent-chart/Chart.lock so the config-db entry is updated from
0.0.1161 to 0.0.1381 (or otherwise reflects the current Chart.yaml
dependencies). Run the chart dependency lock command (e.g., helm dependency
update/helm dependency build or the repo's lock generation step) and commit the
updated Chart.lock alongside Chart.yaml so packaging pipelines use the correct
pinned config-db version.

In `@chart/Chart.yaml`:
- Line 16: Chart version was bumped in Chart.yaml (version: "0.0.1381") but the
chart/Chart.lock snapshot is stale; run the Helm dependency update to refresh
the lockfile (e.g., run helm dependency update or the repo's dependency update
script) so Chart.lock reflects the new dependency versions (ensure entries like
apm-hub and config-db match the bumped versions), then commit the updated
chart/Chart.lock 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: fa6918fa-53fc-479d-9032-f9ac61ac2783

📥 Commits

Reviewing files that changed from the base of the PR and between 2b2b9bd and f36dd72.

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

Comment thread agent-chart/Chart.yaml
dependencies:
- name: config-db
version: "0.0.1380"
version: "0.0.1381"
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 | ⚡ Quick win

Sync dependency lockfile with this version bump.

Line 11 updates config-db to 0.0.1381, but agent-chart/Chart.lock (Lines 1-4) still pins config-db to 0.0.1161. Please regenerate and commit the lockfile to avoid stale/non-reproducible dependency resolution in packaging pipelines.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@agent-chart/Chart.yaml` at line 11, Update the dependency lockfile to match
the bumped Chart version: regenerate agent-chart/Chart.lock so the config-db
entry is updated from 0.0.1161 to 0.0.1381 (or otherwise reflects the current
Chart.yaml dependencies). Run the chart dependency lock command (e.g., helm
dependency update/helm dependency build or the repo's lock generation step) and
commit the updated Chart.lock alongside Chart.yaml so packaging pipelines use
the correct pinned config-db version.

Comment thread chart/Chart.yaml
condition: apm-hub.enabled
- name: config-db
version: "0.0.1380"
version: "0.0.1381"
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 | ⚡ Quick win

Refresh chart/Chart.lock after dependency version change.

Line 16 bumps config-db to 0.0.1381, but the current chart/Chart.lock snapshot is stale (e.g., it still shows apm-hub at 0.0.47 in Lines 1-4). Please run dependency update and commit the updated lockfile so release artifacts resolve the intended versions.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@chart/Chart.yaml` at line 16, Chart version was bumped in Chart.yaml
(version: "0.0.1381") but the chart/Chart.lock snapshot is stale; run the Helm
dependency update to refresh the lockfile (e.g., run helm dependency update or
the repo's dependency update script) so Chart.lock reflects the new dependency
versions (ensure entries like apm-hub and config-db match the bumped versions),
then commit the updated chart/Chart.lock alongside the Chart.yaml change.

@flankbot flankbot merged commit bc492d2 into main May 27, 2026
11 checks passed
@flankbot flankbot deleted the chore/update-chart-deps-20260527034158 branch May 27, 2026 03:51
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