Skip to content

IOEB Platform v2026.07.22.1

Choose a tag to compare

@PolarSnowLeopard PolarSnowLeopard released this 22 Jul 11:18
fdaf6f8

IOEB Platform v2026.07.22.1

This GitHub Release is part of the coordinated IOEB production release.

  • Component: frontend
  • Repository: fdueblab/ioeb
  • Requested ref: fdaf6f8
  • Resolved commit: fdaf6f8
  • Deploy targets: frontend, docs

Summary

Platform production release.

Pre-release Checks

  • release approved through Platform Release workflow
  • dev health check passed before release
  • production health check passed before release

Rollback

  • databaseBackup: none
  • previousVersion: v2026.07.01.1

Manifest

{
  "version": "v2026.07.22.1",
  "releaseOrder": [
    "backend",
    "agent",
    "frontend"
  ],
  "components": [
    {
      "name": "backend",
      "repo": "fdueblab/ioeb_backend",
      "ref": "b7dd290bcccf89039db3ae7d583d2048f46eccb3",
      "deploys": [
        "backend"
      ],
      "releaseWorkflows": [
        "CI"
      ]
    },
    {
      "name": "agent",
      "repo": "fdueblab/Micro-Agent",
      "ref": "5d84fd970f637231d1645229e41a43f337110601",
      "deploys": [
        "agent"
      ],
      "releaseWorkflows": [
        "CI"
      ]
    },
    {
      "name": "frontend",
      "repo": "fdueblab/ioeb",
      "ref": "fdaf6f819838168d5bdeaf52c0cead20bf5a1f5c",
      "deploys": [
        "frontend",
        "docs"
      ],
      "releaseWorkflows": [
        "CI",
        "Build & Deploy Docs"
      ]
    }
  ],
  "checks": [
    "release approved through Platform Release workflow",
    "dev health check passed before release",
    "production health check passed before release"
  ],
  "rollback": {
    "databaseBackup": "none",
    "previousVersion": "v2026.07.01.1"
  }
}