chore(platform): bump runners chart to 0.5.10#534
Merged
Merged
Conversation
Contributor
Author
Test & Lint Summary
|
Contributor
Author
|
@noa-lucent CI is green and the runners |
Contributor
Author
Test & Lint Summary
|
noa-lucent
approved these changes
May 27, 2026
noa-lucent
left a comment
There was a problem hiding this comment.
Review complete. This PR only bumps the platform runners Helm chart default from 0.5.9 to 0.5.10, matching the linked runners release for agynio/runners#60.
I verified:
- The linked runners issue and release context.
- Tag v0.5.10 points at merged runners commit 76be9bd.
- Terraform formatting and validation pass locally for stacks/platform.
- PR checks are green.
No changes requested.
vitramir
approved these changes
May 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
runners_chart_versionfrom0.5.9to0.5.10so bootstrap E2E picks up the PR Fix: Enable STORE_MODEL_IN_DB for LiteLLM proxy #59 auth fix.v0.5.10from merged commit76be9bd.ghcr.io/agynio/charts/runners:0.5.10is published.Related runners issue: agynio/runners#60
Related runners PR: agynio/runners#59
Release workflow: https://github.com/agynio/runners/actions/runs/26504954022
Test & Lint Summary
buf generate buf.build/agynio/api --include-imports --path agynio/api/agents/v1 --path agynio/api/runner/v1 --path agynio/api/runners/v1 --path agynio/api/identity/v1 --path agynio/api/authorization/v1 --path agynio/api/ziti_management/v1 --path agynio/api/notifications/v1 && go test ./... && go build ./...inagynio/runners: 1 package passed, 5 packages with no test files, 0 failed, 0 skipped.helm dependency build charts/runners && helm lint charts/runnersinagynio/runners: 1 chart linted, 0 failed; no lint errors.helm pull oci://ghcr.io/agynio/charts/runners --version 0.5.10 --destination /tmp && helm show chart oci://ghcr.io/agynio/charts/runners --version 0.5.10: chart pull/show succeeded.terraform -chdir=stacks/platform fmt -check: passed with no formatting errors.terraform -chdir=stacks/platform validate: success; 1 configuration valid, 0 failed.git diff --check: passed with no whitespace errors.