Skip to content

Alien v1.9.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 20:40
· 521 commits to main since this release

Bug Fixes

  • unblock package and demo builds(10382bf)
  • unblock daemon-only stacks on standalone (preflights,deployment)(ef55422)
  • wire alien-deploy-clix end-to-end against standalone (deploy,manager)(87df220)
  • make route-table creation idempotent across retries (network)(daf6aca)
  • unblock alien release source-build push end-to-end (manager)(78c5934)
  • synthesize compute image config in BYO bridge (manager)(6fd3601)
  • bundle source vendor/ for cloud-daemon images too (build/rust)(837b012)
  • only trigger backfill when instance_type is set (preflights)(ddedb90)
  • allow deployment tokens to pull source-built daemon images (manager)(8a34d30)
  • clean up daemon rebase fallout(8433a66)
  • harden daemon endpoint validation(bed5111)
  • reuse the saved login session instead of re-opening browser OAuth (cli)(ab17bb2)
  • pass workspace to whoami so user tokens resolve (cli)(182a6ce)
  • reject OAuth callback with missing or mismatched state (cli)(9100849)
  • escape OAuth success-redirect URL in the callback page (cli)(db2fe5b)
  • validate compute machine selection after materialization (preflights)(2a90a88)
  • make link project flag create or reuse projects (cli)(953f4e6)

CI

  • raise TypeScript heap for generated SDK(7f38aee)

Documentation

  • keep managed compute examples generic(e17bb82)
  • note why token_expired refreshes unreadable tokens (cli)(fe781f3)

Features

  • build daemon source code and run it via LocalDaemonController (local)(4bd7f0e)
  • bundle source-tree vendor/ assets into daemon OCI image (local)(5af5ea4)
  • standalone-manager deploy path for cloud Daemons (local)(19248a6)
  • plumb CpuOptions.NestedVirtualization through launch templates (aws)(cac57d7)
  • expose Daemon.nestedVirtualization on TS builder + regen schemas (core)(c41b8a5)
  • persist externally-supplied DeploymentConfig (manager,cli)(7dec48d)
  • pick m8i for nested-virt workloads (preflights,catalog)(8970ca7)
  • add --targets flag + auto-select linux-x64 for nested-virt stacks (release)(8db5d10)

Miscellaneous

Refactor

  • move nestedVirtualization to ComputeCluster.capacityGroup (sdk)(cab6e63)

Testing

  • cover nested_virtualization end-to-end at the cheap layers(8955051)
  • update capacity group fixtures(38a0e93)
  • update endpoint output fixtures(c1fe02f)
  • update worker serialization snapshot(d13043c)
  • update helm public endpoint snapshots(7c07a4d)
  • allow conditioned service-linked role creation(ffa8d66)

Style

  • format daemon endpoint helper (core)(acbbf17)

Wip

  • checkpoint daemon integration work(8003cce)