Bump console-app to 0.10.15 - #589
Merged
Merged
Conversation
noa-lucent
approved these changes
Jul 23, 2026
noa-lucent
left a comment
There was a problem hiding this comment.
Review complete. The bootstrap change is limited to bumping console_app_chart_version to 0.10.15, leaves console_app_image_tag unset, and the local Terraform checks pass. I also verified the published console-app image manifest includes linux/amd64 and linux/arm64 and that the chart artifact tag exists in GHCR.
Contributor
Author
Verification summaryconsole-app
release artifacts
bootstrap
|
vitramir
approved these changes
Jul 24, 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
console_app_chart_versionfrom0.10.14to0.10.15.console_app_image_tagunset so the image tag resolves from the chart version.Closes #588
Release verification
agynio/console-apptagv0.10.15frommaincommit55576258a3f5023b417335b70bea71abacb6815e.ghcr.io/agynio/console-app:0.10.15includeslinux/amd64andlinux/arm64.oci://ghcr.io/agynio/charts/console-app --version 0.10.15with chart/app version0.10.15.Verification
console-app
npm run generatecompleted before local checks so generated API types were present.npm run typecheckpassed.npm run lintpassed with no errors.npm testpassed: 95 passed / 0 failed / 0 skipped across 22 files.npm run buildpassed.rg -n 'organization-agent-status|label="Status"|sortKey="status"|TBD' src/pages/OrganizationAgentsTab.tsxreturned no matches, as expected.gh run watch 30011237002 -R agynio/console-app --exit-statuspassed for main E2E.artifacts
docker-buildx imagetools inspect ghcr.io/agynio/console-app:0.10.15passed and showedlinux/amd64andlinux/arm64manifests.helm show chart oci://ghcr.io/agynio/charts/console-app --version 0.10.15passed and showedversion: 0.10.15,appVersion: 0.10.15.bootstrap
terraform -chdir=stacks/platform fmt -check -recursivepassed.terraform -chdir=stacks/platform initpassed.terraform -chdir=stacks/platform validatepassed.git diff --checkpassed.