MacStadium Release Notes
13 release notes curated from 1 source by the Releasebot Team. Last updated: Jun 6, 2026
MacStadium Products
- Jun 5, 2026
- Date parsed from source:Jun 5, 2026
- First seen by Releasebot:Jun 6, 2026
Orka Github Runer by MacStadium
v1.1.14
Orka Github Runer improves VM provisioning reliability with curl download retries, inflight provisioning tracking, startup reconciliation for existing VMs, and reuse of existing runner scale sets to avoid recreation on restart.
Changes
Retry on curl download error @ispasov (#68)
Track inflight provisioning @ispasov (#67)
Try not to overprovision VMs by tracking the inflight VM deployments
Reconcile VMs on startup @ispasov (#66)
Adds ENABLE_RECONCILIATION env var (default 'True')
Changes the default behavior where existing VMs were ignored on startup
VMs are picked up by prefix
Reconciles existing VMs on restart
Running VMs are adopted and cleaned up upon finish
Failed VMs or non running VMs are cleaned up immediately
Ensures no orphaned VMs using cluster resources
Allow reusing runner scale set if it exists @ispasov (#65)
Adds MANAGE_RUNNER_SCALE_SETS env var (default 'True').
Reuses the existing scale set on restart instead of recreating a new one
Allows for current jobs to continue
Original source - May 13, 2026
- Date parsed from source:May 13, 2026
- First seen by Releasebot:May 13, 2026
Orka Github Runer by MacStadium
v1.1.13
Orka Github Runer adds an optional Prometheus metrics endpoint for runner scale set statistics.
Changes
Add optional Prometheus metrics endpoint for runner scale set statistics @ccang-riot (#62)
Original source All of your release notes in one feed
Join Releasebot and get updates from MacStadium and hundreds of other software products.
- May 13, 2026
- Date parsed from source:May 13, 2026
- First seen by Releasebot:May 13, 2026
Orka Github Runer by MacStadium
v1.1.12
Orka Github Runer fixes node namespace checks and improves job identity tracking.
Changes
Check correct node namespace on Orka Client creation @cjflan (#61)
Improve the way we track job identities. @ispasov (#60)
Original source - Feb 20, 2026
- Date parsed from source:Feb 20, 2026
- First seen by Releasebot:Feb 21, 2026
Orka Github Runer by MacStadium
v1.1.11
Changes
- Change the cancel context to be per runner @ispasov (#59)
- Fix NREs in message processor @ispasov (#58)
- Introduce VM Tracker @ispasov (#57)
- Remove flaky test @ispasov (#56)
- Split provisioning and execution @ispasov (#55)
- Add more logging @ispasov (#54)
- Change deletion order @ispasov (#53)
- Cancel provisioning on job completion @ispasov (#52)
- Jan 22, 2026
- Date parsed from source:Jan 22, 2026
- First seen by Releasebot:Feb 3, 2026
Orka Github Runer by MacStadium
v1.1.10
Changes
- Implement runner de-registration handling in RunnerProvisioner @owenmartin-toast (#51)
Similar to MacStadium with recent updates:
- 1Password release notes193 release notes · Latest Jun 30, 2026
- Okta release notes73 release notes · Latest Jul 7, 2026
- Proton release notes195 release notes · Latest Jul 3, 2026
- Ubiquiti release notes745 release notes · Latest Jul 6, 2026
- Cloudflare release notes1199 release notes · Latest Jul 7, 2026
- Tailscale release notes110 release notes · Latest Jul 6, 2026
- Jan 6, 2026
- Date parsed from source:Jan 6, 2026
- First seen by Releasebot:May 13, 2026
Orka Github Runer by MacStadium
v1.1.9
Orka Github Runer adds environment group ID support and typo fixes with documentation updates.
Changes
- fix typo in env @cjflan (#45)
- Support defining group ID in environment @relwell (#44)
- Update README.md @celanthe (#30)
- docs: update TESTING.MD documentation @celanthe (#29)
- Docs: mention compute billing @celanthe (#28)
- Jul 21, 2025
- Date parsed from source:Jul 21, 2025
- First seen by Releasebot:Feb 3, 2026
Orka Github Runer by MacStadium
v1.1.8
Changes
- Don't error out when unable to receive message @relwell (#25)
- Use exponential backoff to retry deletion of runners @relwell (#24)
- Jun 30, 2025
- Date parsed from source:Jun 30, 2025
- First seen by Releasebot:Feb 3, 2026
- Jun 25, 2025
- Date parsed from source:Jun 25, 2025
- First seen by Releasebot:Feb 3, 2026
Orka Github Runer by MacStadium
v1.1.6
What's Changed
- feat: Support Github Enterprise Server by @ebellefontaine in #21
- Add release drafter workflow by @ispasov in #19
- docs: update README re: GHES Support by @celanthe in #20
New Contributors
- @celanthe made their first contribution in #20
- @ebellefontaine made their first contribution in #21
Full Changelog: 1.1.5...1.1.6
Original source - May 16, 2025
- Date parsed from source:May 16, 2025
- First seen by Releasebot:Feb 3, 2026
Orka Github Runer by MacStadium
v1.1.5
What's Changed
- Add code and open source the Orka GitHub Actions integration by @spikeburton in #8
- OK-3710 Handle ignored and abandoned statuses by @ispasov in #10
- OK-3711 Reverse the order of creating the runner and VM by @ispasov in #11
- Improve Runner Provisioning by @ispasov in #17
Full Changelog: 1.1.4...1.1.5
Original source - Dec 11, 2024
- Date parsed from source:Dec 11, 2024
- First seen by Releasebot:Feb 3, 2026
Orka Github Runer by MacStadium
v1.1.4
What's Changed
- Add runner name validation. Runner names now must be valid Orka VM names by @ispasov
- Update the env configuration example by @ispasov in #6
- Full Changelog: 1.1.3...1.1.4
- Aug 8, 2024
- Date parsed from source:Aug 8, 2024
- First seen by Releasebot:Feb 3, 2026
Orka Github Runer by MacStadium
v1.1.2
Release Notes
Allow both http and https domains for the ORKA_URL domain
With this change the TLS domain for Orka will be valid
Allow trailing backslashes on ORKA_URL
This change ensures that a trailing backslash on the ORKA_URL environment variable is stripped if it exists
Change the docker image
Change base container image from gcr.io/distroless/static:nonroot to alpine to allow setting KUBECONFIG environment variable
Original source - Jul 31, 2024
- Date parsed from source:Jul 31, 2024
- First seen by Releasebot:Feb 3, 2026
Orka Github Runer by MacStadium
v1.1.1
Resolve 409 Errors
Resolve 409 Errors: Address and fix the 409 errors encountered during runner provisioning failures.
Enhance Image Distribution
Enhance Image Distribution: Build and distribute the runner image to support both amd64 and arm64 architectures, ensuring compatibility across different platforms and environments.
Original source
This is the end. You've seen all the release notes in this feed!
Curated by the Releasebot team
Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.
Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.