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

Releases: rancher/rio

v0.8.0

12 Oct 16:49
af7ad68
Compare
Choose a tag to compare

Enhancements and bug fixes

  • Update installed linkerd version to stable-2.8.1
  • Update installed gloo version to 1.4.15
  • Update tekton version to v0.16.3
  • Letsencrypt controller is running inside Rio instead of cert-manager in order to avoid conflicts
  • Fixed an issue where rio webhook fails to run in k8s 1.19. #1058

Important

Rio is currently in Beta. We will strive to maintain API compatibility throughout Beta, but this cannot be guaranteed. Additionally, upgrading Rio from Alpha releases is not thoroughly tested.

v0.8.0-rc3: Merge pull request #1061 from StrongMonkey/fix-webhook

09 Oct 15:56
af7ad68
Compare
Choose a tag to compare

v0.8.0-rc2: Merge pull request #1052 from StrongMonkey/update-components

07 Aug 22:18
0437269
Compare
Choose a tag to compare

v0.8.0-rc1: Merge pull request #1012 from daxmc99/bash_complete

03 Jun 23:56
ba0009c
Compare
Choose a tag to compare
Add bash/zsh completion

v0.7.1

05 May 23:08
d4c5f27
Compare
Choose a tag to compare

Enhancements and bug fixes

  • Fixed an issue where staging a service will fail in non-default namespace #993
  • Fixed an issue where autoscaling occasionally gets no healthy upstream #607
  • Fixed an issue where CLI can't specify name when creating secret #954
  • RDNS url is now configured when installing through rio install --rdns-url #1020
  • Fixed an issue where request timeout is not set for app service #1031
  • Fixed an issue where PersistentVolumeClaim can't be used by rio service #1034

Known Issues

  • Webhook creation failure not always reported, and inconsistent error messaging. #971

Important

Rio is currently in Beta. We will strive to maintain API compatibility throughout Beta, but this cannot be guaranteed. Additionally, upgrading Rio from Alpha releases is not thoroughly tested.

v0.7.1-rc2: Merge pull request #1036 from StrongMonkey/fix-persist-volume

05 May 00:48
d4c5f27
Compare
Choose a tag to compare
Fix persistentvolume failing to update issue

v0.7.1-rc1: Merge pull request #1013 from rancher-max/secret-name

28 Feb 00:21
121e584
Compare
Choose a tag to compare
Add option to specify secret name

v0.7.0

06 Jan 23:25
4afd490
Compare
Choose a tag to compare

V0.7.0

Features and Enhancements

  • Rio now only installs minimum features by default. Build, autoscaling, and dashboard features will be off until they are used or turned manually on via feature config. Service mesh is only enabled if total memory is greater than 3GB. #915
  • Deployment via tags, rather than commits, is now available to use. Requires webhook. #542
  • Ingress controller has been added, which allows an existing ingress controller to route traffic to rio services. #915
  • The feature CLI command has been re-introduced, and both it and systemlogs now live under the “rio system” command.

Minor enhancements and bug fixes

  • Options are now available for setting the Lets Encrypt email address during install. #930
  • Setting up a webhook now requires using CLI flags with the run command. Previously Rio automatically setup a webhook if a secret with name of “githubtoken” was found. #962
  • Automatic template service rollout now defaults to 60 seconds. There has also been improvements to the rollout algorithm. #924
  • Specifying an incorrect param in CLI no longer causes it to hang. #707
  • Improved cleanup during uninstall. #613
  • Fixed bug where clusterdomain's httpPort and httpsPort were not being set. #850
  • Gloo has been upgraded to 1.2.0. #914
  • Linkerd has been upgraded to 2.6.1. #977

Known Issues

  • Intermittent 503’s on new or freshly scaled services #861
  • Webhook creation failure not always reported, and inconsistent error messaging. #971

Important

Rio is currently in Beta. We will strive to maintain API compatibility throughout Beta, but this cannot be guaranteed. Additionally, upgrading Rio from Alpha releases is not thoroughly tested.

v0.7.0-rc3

03 Jan 23:09
4afd490
Compare
Choose a tag to compare
v0.7.0-rc3 Pre-release
Pre-release
Merge pull request #981 from daxmc99/update_linkerd

Update to linkerd 2.6.1

v0.7.0-rc2

18 Dec 17:24
7ce2d33
Compare
Choose a tag to compare
v0.7.0-rc2 Pre-release
Pre-release
Merge pull request #947 from cbron/templating-weight-bug

New template service gets standard weight