Skip to content

fix(github-app-playground): bump chart to v0.11.1 / appVersion 1.8.0 - #30

Merged
chrisleekr merged 2 commits into
mainfrom
feat/github-app-playground-v1.8.0-bump
May 2, 2026
Merged

fix(github-app-playground): bump chart to v0.11.1 / appVersion 1.8.0#30
chrisleekr merged 2 commits into
mainfrom
feat/github-app-playground-v1.8.0-bump

Conversation

@chrisleekr

@chrisleekr chrisleekr commented May 2, 2026

Copy link
Copy Markdown
Owner

Summary

Bumps the github-app-playground Helm chart to v0.11.1 and appVersion to v1.8.0 (upstream release).

This is a code-only upstream release — no .env.example or src/config.ts changes between v1.7.0 and v1.8.0. Chart version is bumped patch (0.11.0 → 0.11.1) because the only delta is appVersion + changelog; no chart-side surface change. (CI's chart-testing requires every chart-modifying PR to bump version.)

flowchart LR
    Old["Chart 0.11.0<br/>appVersion 1.7.0"]:::before
    Arrow["appVersion + patch bump<br/>no values/configmap deltas"]:::change
    New["Chart 0.11.1<br/>appVersion 1.8.0"]:::after
    Old --> Arrow --> New
    classDef before fill:#fff4e5,stroke:#cc6600,color:#1a1a1a
    classDef change fill:#e0e7ff,stroke:#3730a3,color:#1a1a1a
    classDef after  fill:#d1fae5,stroke:#065f46,color:#1a1a1a
Loading

Changes

Chart metadata

  • Chart.yaml: version 0.11.0 → 0.11.1 (patch — no chart-surface change), appVersion "1.7.0" → "1.8.0"
  • artifacthub.io/changes: appended three new entries reflecting upstream v1.8.0 (one changed for unified bot-reply format, two fixed for logger/security redaction)

Upstream v1.8.0 contents (informational)

Verification

  • helm lint — clean
  • helm templateapp.kubernetes.io/version: "1.8.0" and helm.sh/chart: github-app-playground-0.11.1 rendered on all manifests

Notes

  • No new env vars, secrets, RBAC, volumes, or service-port changes
  • No new database migrations
  • Existing deployments upgrade by image-tag only — no chart-value changes required

@coderabbitai

coderabbitai Bot commented May 2, 2026

Copy link
Copy Markdown
📝 Walkthrough

Walkthrough

The Helm chart appVersion is bumped from 1.7.0 to 1.8.0, and the artifacthub.io/changes annotation is updated with corresponding release notes documenting the version change and feature updates.

Changes

Helm Chart Version Bump

Layer / File(s) Summary
Chart Metadata
charts/github-app-playground/Chart.yaml
appVersion field updated from "1.7.0" to "1.8.0".
Release Notes
charts/github-app-playground/Chart.yaml
artifacthub.io/changes annotation rewritten with updated changelog entries reflecting the 1.8.0 release and feature updates.

Estimated Code Review Effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly Related PRs

  • PR #29 – Both update the same Helm chart metadata (appVersion and artifacthub.io/changes annotation) in charts/github-app-playground/Chart.yaml.
  • PR #28 – Both modify charts/github-app-playground/Chart.yaml to bump the appVersion and update the release notes annotation.
  • PR #27 – Both update the same chart file with appVersion increment and changelog annotation changes.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
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.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: bumping the github-app-playground chart to v0.11.1 and appVersion to 1.8.0, which aligns with the changeset.

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

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch

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.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1

Caution

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

⚠️ Outside diff range comments (1)
charts/github-app-playground/Chart.yaml (1)

20-26: ⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Bump chart version when changing appVersion.

appVersion was updated to 1.8.0, but version is still 0.11.0. Helm consumers rely on chart version to detect/pull updates; without a chart version bump, this release may not propagate correctly.

Suggested fix
-version: 0.11.0
+version: 0.12.0
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@charts/github-app-playground/Chart.yaml` around lines 20 - 26, Update the
Helm chart metadata so the chart `version` is bumped to reflect the `appVersion`
change: edit Chart.yaml and increment the top-level `version` field (e.g., from
0.11.0 to 0.11.1 or your repo's next chart version) to ensure Helm consumers
detect the new release; ensure you only change the `version` field and leave
`appVersion: "1.8.0"` intact.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@charts/github-app-playground/Chart.yaml`:
- Line 50: The artifacthub.io/changes entry currently describes both v1.7.0 +
v1.8.0 and extra config keys which is broader than this PR; update the
Chart.yaml description (artifacthub.io/changes) to only mention the incremental
v1.8.0 changes introduced here — remove references to v1.7.0 and any keys not
added by this PR, and limit the text to the actual new features/config keys
added in this diff (adjust the description string under
description/artifacthub.io/changes and ensure it only lists the new v1.8.0
additions such as the PR-shepherding workflow and the exact config keys
introduced by this chart change).

---

Outside diff comments:
In `@charts/github-app-playground/Chart.yaml`:
- Around line 20-26: Update the Helm chart metadata so the chart `version` is
bumped to reflect the `appVersion` change: edit Chart.yaml and increment the
top-level `version` field (e.g., from 0.11.0 to 0.11.1 or your repo's next chart
version) to ensure Helm consumers detect the new release; ensure you only change
the `version` field and leave `appVersion: "1.8.0"` intact.
🪄 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: ASSERTIVE

Plan: Pro

Run ID: 46adfec2-ce4e-43a1-b486-4cb5aefbdf66

📥 Commits

Reviewing files that changed from the base of the PR and between fe5aa09 and 5d73a59.

📒 Files selected for processing (1)
  • charts/github-app-playground/Chart.yaml

artifacthub.io/changes: |
- kind: added
description: "Bumped appVersion to 1.7.0. Adds the upstream PR-shepherding (`bot:ship`) workflow: scoped commands, iteration loop, tickle scheduler, and four scoped executors. Exposes 8 new optional config keys mirroring src/config.ts: `botAppLogin` (group 5) and group 13 ship-loop tunables (`maxWallClockPerShipRun`, `maxShipIterations`, `cronTickleIntervalMs`, `mergeableNullBackoffMsList`, `reviewBarrierSafetyMarginMs`, `fixAttemptsPerSignatureCap`, `shipForbiddenTargetBranches`)."
description: "Bumped appVersion to 1.8.0 (covers upstream v1.7.0 + v1.8.0). Adds the upstream PR-shepherding (`bot:ship`) workflow: scoped commands, iteration loop, tickle scheduler, and four scoped executors. Exposes 8 new optional config keys mirroring src/config.ts: `botAppLogin` (group 5) and group 13 ship-loop tunables (`maxWallClockPerShipRun`, `maxShipIterations`, `cronTickleIntervalMs`, `mergeableNullBackoffMsList`, `reviewBarrierSafetyMarginMs`, `fixAttemptsPerSignatureCap`, `shipForbiddenTargetBranches`)."

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 | 🟡 Minor | ⚡ Quick win

Keep artifacthub.io/changes scoped to this release delta.

This entry describes v1.7.0 + v1.8.0 and new config keys, which appears broader than the actual chart diff in this PR. Consider narrowing it to only the incremental v1.8.0 changes to avoid misleading consumers.

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

In `@charts/github-app-playground/Chart.yaml` at line 50, The
artifacthub.io/changes entry currently describes both v1.7.0 + v1.8.0 and extra
config keys which is broader than this PR; update the Chart.yaml description
(artifacthub.io/changes) to only mention the incremental v1.8.0 changes
introduced here — remove references to v1.7.0 and any keys not added by this PR,
and limit the text to the actual new features/config keys added in this diff
(adjust the description string under description/artifacthub.io/changes and
ensure it only lists the new v1.8.0 additions such as the PR-shepherding
workflow and the exact config keys introduced by this chart change).

@chrisleekr chrisleekr changed the title feat(github-app-playground): bump appVersion to 1.8.0 fix(github-app-playground): bump chart to v0.11.1 / appVersion 1.8.0 May 2, 2026
@chrisleekr
chrisleekr merged commit c242194 into main May 2, 2026
2 checks passed
@chrisleekr
chrisleekr deleted the feat/github-app-playground-v1.8.0-bump branch May 2, 2026 05: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