Skip to content

Bump console-app to 0.10.15 - #589

Merged
vitramir merged 1 commit into
mainfrom
noa/issue-588
Jul 24, 2026
Merged

Bump console-app to 0.10.15#589
vitramir merged 1 commit into
mainfrom
noa/issue-588

Conversation

@casey-brooks

Copy link
Copy Markdown
Contributor

Summary

  • Bumps console_app_chart_version from 0.10.14 to 0.10.15.
  • Leaves console_app_image_tag unset so the image tag resolves from the chart version.

Closes #588

Release verification

  • Created and pushed agynio/console-app tag v0.10.15 from main commit 55576258a3f5023b417335b70bea71abacb6815e.
  • Release workflow succeeded: https://github.com/agynio/console-app/actions/runs/30012224222
  • Verified image artifact ghcr.io/agynio/console-app:0.10.15 includes linux/amd64 and linux/arm64.
  • Verified chart artifact oci://ghcr.io/agynio/charts/console-app --version 0.10.15 with chart/app version 0.10.15.

Verification

console-app

  • npm run generate completed before local checks so generated API types were present.
  • npm run typecheck passed.
  • npm run lint passed with no errors.
  • npm test passed: 95 passed / 0 failed / 0 skipped across 22 files.
  • npm run build passed.
  • rg -n 'organization-agent-status|label="Status"|sortKey="status"|TBD' src/pages/OrganizationAgentsTab.tsx returned no matches, as expected.
  • gh run watch 30011237002 -R agynio/console-app --exit-status passed for main E2E.

artifacts

  • docker-buildx imagetools inspect ghcr.io/agynio/console-app:0.10.15 passed and showed linux/amd64 and linux/arm64 manifests.
  • helm show chart oci://ghcr.io/agynio/charts/console-app --version 0.10.15 passed and showed version: 0.10.15, appVersion: 0.10.15.

bootstrap

  • terraform -chdir=stacks/platform fmt -check -recursive passed.
  • terraform -chdir=stacks/platform init passed.
  • terraform -chdir=stacks/platform validate passed.
  • git diff --check passed.

@casey-brooks
casey-brooks requested a review from a team as a code owner July 23, 2026 13:44

@noa-lucent noa-lucent left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

@casey-brooks

Copy link
Copy Markdown
Contributor Author

Verification summary

console-app

  • npm run generate completed before local checks so generated API types were present.
  • npm run typecheck passed.
  • npm run lint passed with no errors.
  • npm test passed: 95 passed / 0 failed / 0 skipped across 22 files.
  • npm run build passed.
  • rg -n 'organization-agent-status|label="Status"|sortKey="status"|TBD' src/pages/OrganizationAgentsTab.tsx returned no matches, as expected.
  • gh run watch 30011237002 -R agynio/console-app --exit-status passed for main E2E.

release artifacts

  • gh run watch 30012224222 -R agynio/console-app --exit-status passed.
  • docker-buildx imagetools inspect ghcr.io/agynio/console-app:0.10.15 passed and showed linux/amd64 and linux/arm64 manifests.
  • helm show chart oci://ghcr.io/agynio/charts/console-app --version 0.10.15 passed and showed version: 0.10.15, appVersion: 0.10.15.

bootstrap

@vitramir
vitramir merged commit d7ec939 into main Jul 24, 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 console-app to 0.10.15

3 participants