This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
v0.4.0: Merge pull request #402 from StrongMonkey/fix-stack-up
Features and Enhancement:
- Support watching remote Riofile Rio now supports watching Riofile managed by git in remote repository. #355
- Support ingress install mode Support ingress install mode. This will be default install mode starting v0.4.0. #363
- More enhancement for Riofile support Enhance Riofile support. Now in edit and export you can export Riofile format. Add rio stack cli to view stack created by Riofile. #355
- Support host-network Add host networking support. User can specify hostNetwork by putting
--net=host
in CLI or Riofile. #343
Bug fixes:
- Fixed an issue where deployment created by Rio can't be autoscaled from third-party components #367
- Fixed an issue where Rio can't be installed in area where GCR registry is blocked #329
- Fixed an issue where configMap and secret can't be added in CLI #369
- Fixed an issue where scale is not shown properly in CLI #364
- Fixed an issue where Rio will not re-sync Riofile if service managed by Riofile is deleted #360