Skip to content

MFA-Forge v0.1.26-rc.26

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 May 19:15
v0.1.26-rc.26
fcbe081

MFA-Forge 0.1.26-rc.26

0.1.26-rc.26 is the public RC cut to validate the literal installed edge RC25 -> RC26 with automatic launcher startup on GUI open, before unlock, using the helper handoff path for passive MSI apply.

Scope

  • release line: RC26
  • numeric version: 0.1.26
  • RC tag: v0.1.26-rc.26
  • intended MSI asset: MFA-Forge-RC26-x64.msi
  • intended checksum asset: MFA-Forge-RC26-x64.msi.sha256.txt

Validation target

  • exact installed baseline: local RC25
  • exact target: published RC26
  • exact path to prove: RC25 installed -> open GUI -> launcher discovers RC26 -> helper copy -> checksum verification -> passive MSI update -> installed binaries become 0.1.26

Local pre-publication evidence

  • local MSI path: target/rc/MFA-Forge-RC26-x64.msi
  • local pre-publication SHA256: A3BEA4E2736A94CF0A4C28C8D2D349C358C1983BF8A36533D1A9B2CAF5BAE1A3

Public release evidence

  • published tag: v0.1.26-rc.26
  • prerelease URL: https://github.com/wnunezc/MFA-Forge/releases/tag/v0.1.26-rc.26
  • workflow URL: https://github.com/wnunezc/MFA-Forge/actions/runs/25573838338
  • public MSI asset: MFA-Forge-RC26-x64.msi
  • public checksum asset: MFA-Forge-RC26-x64.msi.sha256.txt
  • public SHA256: C41442E5DCDF5D4BDA5BC1CB403D8FC3953D10A03BBFFB66D305DF12A3B515A5
  • local/public MSI hashes are not byte-identical in this line either

Installed validation result

  • exact baseline installed before the test:
    • mfa-forge-gui.exe -> 0.1.25
    • mfa-forge-agent.exe -> 0.1.25
    • mfa-forge-mcp.exe -> 0.1.25
    • mfa-forge-launcher.exe -> 0.1.25
  • exact trigger executed:
    • clear C:/Users/wnune/AppData/Local/OpsZone/MFA-Forge/data/updates/startup
    • open C:/Users/wnune/AppData/Local/MFA-Forge/bin/mfa-forge-gui.exe
  • observed updater path:
    • launcher auto report created
    • helper copy created in startup dir
    • public MSI and checksum downloaded to startup dir
    • checksum verified: expected = actual = C41442E5DCDF5D4BDA5BC1CB403D8FC3953D10A03BBFFB66D305DF12A3B515A5
    • installer command: msiexec.exe /i C:\Users\wnune\AppData\Local\OpsZone\MFA-Forge\data\updates\startup\MFA-Forge-RC26-x64.msi /passive
    • install result: exit_code = 0
  • post-update installed versions:
    • mfa-forge-gui.exe -> 0.1.26
    • mfa-forge-agent.exe -> 0.1.26
    • mfa-forge-mcp.exe -> 0.1.26
    • mfa-forge-launcher.exe -> 0.1.26
  • conclusion:
    • the literal edge RC25 installed -> open GUI -> update to RC26 before unlock is validated end to end