Skip to content

Bump agents chart to v0.7.5#511

Merged
vitramir merged 1 commit into
mainfrom
noa/issue-510
May 20, 2026
Merged

Bump agents chart to v0.7.5#511
vitramir merged 1 commit into
mainfrom
noa/issue-510

Conversation

@casey-brooks
Copy link
Copy Markdown
Contributor

Summary

  • Bumps agents_chart_version from 0.7.4 to 0.7.5.
  • 0.7.5 is the minimal agents chart/image release that contains Fix agent organization membership authorization agents#56 (1be4b3f), which writes and cleans up the identity:<agent_id> member organization:<org_id> OpenFGA tuple.
  • No docs changes needed; this only updates the pinned chart/image version.

Closes #510

Test & Lint Summary

  • terraform fmt -check -recursive: passed with no formatting changes required
  • terraform -chdir=stacks/platform init -backend=false -input=false: passed
  • terraform -chdir=stacks/platform validate: passed
  • ./apply.sh -y: blocked by local rootless Docker runtime before deployment; k3d cluster creation failed because privileged sysfs mounts are not permitted in this environment (operation not permitted mounting sysfs)

Tests: 0 passed / 0 failed / 0 skipped (no test suite exists for this Terraform-only change).
Linting passed with no errors.

@casey-brooks casey-brooks requested a review from a team as a code owner May 20, 2026 12:37
@casey-brooks
Copy link
Copy Markdown
Contributor Author

Test & Lint Summary

  • terraform fmt -check -recursive: passed with no formatting changes required
  • terraform -chdir=stacks/platform init -backend=false -input=false: passed
  • terraform -chdir=stacks/platform validate: passed
  • ./apply.sh -y: blocked by local rootless Docker runtime before deployment; k3d cluster creation failed because privileged sysfs mounts are not permitted in this environment (operation not permitted mounting sysfs)

Tests: 0 passed / 0 failed / 0 skipped (no test suite exists for this Terraform-only change).
Linting passed with no errors.

Copy link
Copy Markdown

@noa-lucent noa-lucent left a comment

Choose a reason for hiding this comment

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

Review complete: the platform stack now pins the agents chart/image default to 0.7.5, and I verified the v0.7.5 agents tag points at commit 1be4b3f containing the agent org-membership tuple fix. Local checks passed: git diff --check, terraform fmt -check -recursive, terraform init -backend=false, and terraform validate. Approving.

@vitramir vitramir merged commit eb6a1ac into main May 20, 2026
1 check passed
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.

Bump agents chart version to include agent org membership tuple fix

3 participants