This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
Release v0.3.0
Features and Enhancement:
- Support local build Support local build from local repository #347
This feature only works for k3s cluster. - Support Riofile yaml Support using Riofile to define services and bring up stack #346
You can useRiofile
to define your stack(a compilation of services and configmaps). Examples are available at https://github.com/rancher/rio/tree/master/stacks. The syntax is similar todocker-compose
with some of fields transformed to friendly names.
Bug fixes:
- Fixed an issue where autoscaler is not collect metric between revision correctly #344
- Fixed an issue where user and group is not passed in CLI #258
- Fixed several CLI bugs #340
- Fixed the custom specified secrets is not respected in cluster-domain #336
- Fixed an issue where protocol is not parsed correctly when adding external service #341
- Fixed an issue that installer should not wait for features that are disabled. #330