Skip to content

Commit b81819a

Browse files
committed
chore(kube_constants): bump pf image tag to 7b4fe36
Update the Panfactum image tag to the latest build commit hash (7b4fe36) to pull in recent upstream changes.
1 parent 6e6ce48 commit b81819a

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.claude/log/1776171192041.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"changes": [
3+
{
4+
"motivation": "Update the panfactum (pf) image to the latest build commit hash 7b4fe367.",
5+
"summary": "Updated `image_tag` in `packages/infrastructure/kube_constants/main.tf` from `9aab1917...` to `7b4fe367...`."
6+
}
7+
],
8+
"problems": [
9+
"No documentation or README explains where to update the PF image tag — the agent had to search across multiple files (flake.nix, demo_cicd/main.tf, kube_constants outputs) before locating the single authoritative location in `packages/infrastructure/kube_constants/main.tf`. A note in TOC.md or a top-level comment in that file would prevent this discovery overhead."
10+
],
11+
"session_id": "204871cf-bfad-410b-95ee-31b8aad98af1",
12+
"timestamp": "2026-04-14T12:53:32.582Z"
13+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
locals {
2-
image_tag = "9aab1917f0f4ec17b27c365c724504a8d5e4219e"
2+
image_tag = "7b4fe36705dbfdadc48b159772815758e2a450f9"
33
image_registry = "public.ecr.aws"
44
}

packages/website/src/content/docs/main/modules/kube_constants/reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ Description: A Kubernetes Priority Class that is higher than the default but low
5454

5555
No requirements.
5656

57-
5857
{/* eslint-enable import-x/order */}
58+
5959
{/* lint enable no-duplicate-headings */}

0 commit comments

Comments
 (0)