This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
Releases: rancher/rio
Releases · rancher/rio
v0.4.0-rc4: Merge pull request #402 from StrongMonkey/fix-stack-up
Reenqueue the stack after 10s
v0.4.0-rc3: Merge pull request #393 from StrongMonkey/docs
Add whitespace
v0.4.0-rc2: Merge pull request #374 from StrongMonkey/improve-docs-2
Improve Docs
v0.4.0-rc1: Merge pull request #386 from StrongMonkey/fix-git-commit-panic
Support remote Riofile watcher
Release v0.3.2
v0.3.2-rc1: Merge pull request #375 from StrongMonkey/fix-domain
Go profile use IP instead DNS, fix dns domain check
v0.3.1: Merge pull request #357 from StrongMonkey/add-discovery-client
v0.3.1-rc1: Merge pull request #357 from StrongMonkey/add-discovery-client
Disable strict caching for stack controller
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
v0.3.0-rc2: Merge pull request #348 from StrongMonkey/progress-bar
Improve status bar display