Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Release v0.3.0

Compare
Choose a tag to compare
@ibuildthecloud ibuildthecloud released this 03 Aug 00:39
· 675 commits to master since this release
3b547c8

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 use Riofile 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 to docker-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