Release v1.6.1
Patch release with bug fixes for bot deployment issues discovered after v1.6.0.
Fixes
- fix: Example bot deploys now resolve
@alexanderwanyoike/the0-reactfrom GitHub Packages (#142)- Add
.npmrcto all example bot frontends pointing scoped packages to GitHub Packages - Un-ignore
.npmrcin.gitignore(public registry URL only, no secrets)
- Add
- fix: Runtime image resolution for bot containers (#143)
- Default
UniversalRuntimeImagenow points toghcr.io/alexanderwanyoike/the0/runtime:latest - Source-mode compose sets
image+RUNTIME_IMAGEenv var so locally built images are used - Pod generator test updated to expect GHCR image URL
- Default
- fix: Rust example bot compilation (#144)
- Switch
reqwestfromnative-tlstorustls-tlsto fixnon-exhaustive patternserror
- Switch
What's Changed
- Fix example bot deploys: use GitHub Packages for @alexanderwanyoike scope by @alexanderwanyoike in #142
- Fix runtime image resolution for bot containers by @alexanderwanyoike in #143
- Fix rust-sma-crossover build: switch to rustls-tls by @alexanderwanyoike in #144
- Release v1.6.1 by @alexanderwanyoike in #145
Full Changelog: v1.6.0...v1.6.1