Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

Releases: rancher/rio

v0.4.0-rc4: Merge pull request #402 from StrongMonkey/fix-stack-up

27 Aug 00:19
a8d35ef
Compare
Choose a tag to compare
Reenqueue the stack after 10s

v0.4.0-rc3: Merge pull request #393 from StrongMonkey/docs

22 Aug 21:42
15a7bb7
Compare
Choose a tag to compare
Add whitespace

v0.4.0-rc2: Merge pull request #374 from StrongMonkey/improve-docs-2

21 Aug 22:31
e827c06
Compare
Choose a tag to compare

v0.4.0-rc1: Merge pull request #386 from StrongMonkey/fix-git-commit-panic

20 Aug 19:44
a9d91b7
Compare
Choose a tag to compare
Support remote Riofile watcher

Release v0.3.2

09 Aug 00:13
a6eeebe
Compare
Choose a tag to compare

Bug fixes

  • Fixed an issue where installer will give false-alarm warning message #382
  • Fixed an issue where rio rm occasionally returns error #361

v0.3.2-rc1: Merge pull request #375 from StrongMonkey/fix-domain

08 Aug 23:54
a6eeebe
Compare
Choose a tag to compare
Go profile use IP instead DNS, fix dns domain check

v0.3.1: Merge pull request #357 from StrongMonkey/add-discovery-client

06 Aug 00:04
e4253f2
Compare
Choose a tag to compare

Bug fixes

  • Fixed an issue where Riofile doesn't create resources under kubernetes manifest #356
  • Fixed an issue where secretRef and configmapRef doesn't work in environment variable #354
  • Fixed an issue where Riofile and rio scale occasionally scale services to zero replica. #351

v0.3.1-rc1: Merge pull request #357 from StrongMonkey/add-discovery-client

05 Aug 23:19
e4253f2
Compare
Choose a tag to compare
Disable strict caching for stack controller

Release v0.3.0

03 Aug 00:39
3b547c8
Compare
Choose a tag to compare

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

v0.3.0-rc2: Merge pull request #348 from StrongMonkey/progress-bar

02 Aug 20:47
939a256
Compare
Choose a tag to compare
Improve status bar display