Skip to content

IOEB Platform v2026.08.12.2

Choose a tag to compare

@PolarSnowLeopard PolarSnowLeopard released this 12 Aug 04:12
c6200f2

IOEB Platform v2026.08.12.2

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

  • Component: frontend
  • Repository: fdueblab/ioeb
  • Requested ref: c6200f2
  • Resolved commit: c6200f2
  • 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

Manifest

{
  "version": "v2026.08.12.2",
  "releaseOrder": [
    "backend",
    "agent",
    "frontend"
  ],
  "components": [
    {
      "name": "backend",
      "repo": "fdueblab/ioeb_backend",
      "ref": "3ddac90806ff0f9c5b187e8dbb645da1c4996c58",
      "deploys": [
        "backend"
      ],
      "releaseWorkflows": [
        "CI"
      ]
    },
    {
      "name": "agent",
      "repo": "fdueblab/Micro-Agent",
      "ref": "238a151a1517904d949946642862355ddfa98597",
      "deploys": [
        "agent"
      ],
      "releaseWorkflows": [
        "CI"
      ]
    },
    {
      "name": "frontend",
      "repo": "fdueblab/ioeb",
      "ref": "c6200f272d9784eb0e9921d223c727d58847a002",
      "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"
  }
}