Skip to content

Conversation

@nitisht
Copy link
Member

@nitisht nitisht commented Jan 3, 2026

Summary by CodeRabbit

Release Notes

  • Chores
    • Released Helm chart v2.5.5
    • Updated chart description for improved clarity
    • Removed optional logging service dependencies from chart
    • Updated container image to v2.5.5

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 3, 2026

Walkthrough

This pull request updates the Parseable Helm chart from version 2.5.4 to 2.5.5, removing the vector and fluent-bit chart dependencies, updating the container image tag, and refreshing the chart registry index with the new release metadata.

Changes

Cohort / File(s) Summary
Chart Definition
helm/Chart.yaml
Version and appVersion bumped to 2.5.5; description updated; vector (0.20.1) and fluent-bit (0.48.0) dependencies removed from the dependencies block.
Values Configuration
helm/values.yaml
Parseable container image tag updated from v2.5.4 to v2.5.5.
Chart Registry Index
index.yaml
New parseable chart entry (v2.5.5) added with full metadata; all existing entry timestamps updated from 2025-12-13 to 2026-01-03; index generation timestamp updated to reflect new build time.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

  • #1481: Directly related chart release that removes the vector dependency and bumps chart/app versions.
  • #1350: Performs similar Helm chart release pattern—updating Chart.yaml, values.yaml, and index.yaml entries.
  • #1286: Modifies the same Helm chart metadata and adds/updates the parseable chart entry in the registry.

Poem

🐰 Version hops from 2.5.4 to 2.5.5, so bright,
Vector and fluent-bit bid their fond goodnight,
Image tags dance to the rhythm of change,
Index records timestamps, refreshed and arranged,
A new release bounds forth—dependencies light!

Pre-merge checks

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Description check ⚠️ Warning No pull request description was provided. The required template sections (Description, rationale, key changes, and testing checklist) are completely missing. Add a description explaining the purpose of the 2.5.5 release, what changed (dependency removals, version bumps), and confirmation of testing and documentation updates.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change - updating the Helm chart to version 2.5.5, which is the primary focus of this changeset across Chart.yaml, values.yaml, and index.yaml.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

📜 Recent review details

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between dd2e30e and 037d4f2.

📒 Files selected for processing (4)
  • helm-releases/parseable-2.5.5.tgz
  • helm/Chart.yaml
  • helm/values.yaml
  • index.yaml
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (9)
  • GitHub Check: Build Default aarch64-unknown-linux-gnu
  • GitHub Check: coverage
  • GitHub Check: Quest Smoke and Load Tests for Standalone deployments
  • GitHub Check: Quest Smoke and Load Tests for Distributed deployments
  • GitHub Check: Build Default aarch64-apple-darwin
  • GitHub Check: Build Default x86_64-pc-windows-msvc
  • GitHub Check: Build Kafka x86_64-unknown-linux-gnu
  • GitHub Check: Build Default x86_64-unknown-linux-gnu
  • GitHub Check: Build Kafka aarch64-apple-darwin
🔇 Additional comments (4)
helm/values.yaml (1)

4-4: LGTM! Version bump is correct.

The image tag has been properly updated to match the new chart version 2.5.5.

helm/Chart.yaml (1)

3-6: LGTM! Chart metadata updated correctly.

The chart version, appVersion, and description have been properly updated for the 2.5.5 release.

index.yaml (2)

35-59: LGTM! New chart entry is well-formed.

The new parseable 2.5.5 entry has been properly added to the chart registry with all required metadata, including correct version numbers, dependencies, description, and package URL.


1479-1479: Generated timestamp updated correctly.

The index generation timestamp has been updated to reflect the new chart addition.


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.

@nitisht nitisht changed the title update helm chart to latest release chore: update helm chart to latest release Jan 3, 2026
Copy link
Contributor

@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: 0

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
helm/Chart.yaml (1)

14-22: Update vector and fluent-bit Helm chart dependencies to latest versions.

The dependencies are correctly defined in Chart.yaml, but both versions are outdated:

  • vector: current 0.20.1 → latest 0.49.0
  • fluent-bit: current 0.48.0 → latest 0.53.0

Update to the latest compatible versions.

📜 Review details

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between dd2e30e and 037d4f2.

📒 Files selected for processing (4)
  • helm-releases/parseable-2.5.5.tgz
  • helm/Chart.yaml
  • helm/values.yaml
  • index.yaml
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (9)
  • GitHub Check: Build Default aarch64-unknown-linux-gnu
  • GitHub Check: coverage
  • GitHub Check: Quest Smoke and Load Tests for Standalone deployments
  • GitHub Check: Quest Smoke and Load Tests for Distributed deployments
  • GitHub Check: Build Default aarch64-apple-darwin
  • GitHub Check: Build Default x86_64-pc-windows-msvc
  • GitHub Check: Build Kafka x86_64-unknown-linux-gnu
  • GitHub Check: Build Default x86_64-unknown-linux-gnu
  • GitHub Check: Build Kafka aarch64-apple-darwin
🔇 Additional comments (4)
helm/values.yaml (1)

4-4: LGTM! Version bump is correct.

The image tag has been properly updated to match the new chart version 2.5.5.

helm/Chart.yaml (1)

3-6: LGTM! Chart metadata updated correctly.

The chart version, appVersion, and description have been properly updated for the 2.5.5 release.

index.yaml (2)

35-59: LGTM! New chart entry is well-formed.

The new parseable 2.5.5 entry has been properly added to the chart registry with all required metadata, including correct version numbers, dependencies, description, and package URL.


1479-1479: Generated timestamp updated correctly.

The index generation timestamp has been updated to reflect the new chart addition.

@nitisht nitisht merged commit 16dfa94 into parseablehq:main Jan 3, 2026
12 checks passed
@nitisht nitisht deleted the helm-2.5.5 branch January 3, 2026 15:48
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