From 5d73a59913b03df2467279cc2c81573e6b154206 Mon Sep 17 00:00:00 2001 From: Chris Lee Date: Sat, 2 May 2026 15:19:46 +1000 Subject: [PATCH 1/2] feat(github-app-playground): bump appVersion to 1.8.0 --- charts/github-app-playground/Chart.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/charts/github-app-playground/Chart.yaml b/charts/github-app-playground/Chart.yaml index d7c1fc2..1fd879f 100644 --- a/charts/github-app-playground/Chart.yaml +++ b/charts/github-app-playground/Chart.yaml @@ -23,7 +23,7 @@ version: 0.11.0 # 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" @@ -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`)." + - 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)." From b13ba0382c6c8480ea57cc3d54d3bfd0dbe8836f Mon Sep 17 00:00:00 2001 From: Chris Lee Date: Sat, 2 May 2026 15:23:33 +1000 Subject: [PATCH 2/2] fix(github-app-playground): bump chart version to 0.11.1 (chart-testing requires) --- charts/github-app-playground/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/github-app-playground/Chart.yaml b/charts/github-app-playground/Chart.yaml index 1fd879f..b543c08 100644 --- a/charts/github-app-playground/Chart.yaml +++ b/charts/github-app-playground/Chart.yaml @@ -17,7 +17,7 @@ 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