Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions charts/github-app-playground/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.11.0
version: 0.11.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.7.0"
appVersion: "1.8.0"

kubeVersion: ">= 1.31.0"

Expand All @@ -47,6 +47,12 @@ annotations:
# https://artifacthub.io/docs/topics/annotations/helm/
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).

- kind: changed
description: "Bot reply format unified across workflows; research/resolve guards hardened (upstream #91)."
- kind: fixed
description: "Logger now redacts file paths and scrubs `err.*` before pino emits (upstream #89)."
- kind: fixed
description: "Raw error messages are redacted before being posted in public PR comments (upstream #90)."
- kind: fixed
description: "Idempotency: durable check is now scoped with `since=triggerTimestamp` (upstream #69)."
Loading