From b66760fccdddfc98fa107ec38c86c5e2814e559d Mon Sep 17 00:00:00 2001 From: Craig Jellick Date: Wed, 16 Sep 2020 14:54:09 -0700 Subject: [PATCH] Add 1.19 to channel.yaml This will cause 1.19.* releases to be aggregated into a v1.19 channel on https://update.k3s.io/v1-release/channels Signed-off-by: Craig Jellick --- channel.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/channel.yaml b/channel.yaml index 62f7b2dcca..9b055d19d4 100644 --- a/channel.yaml +++ b/channel.yaml @@ -22,6 +22,10 @@ channels: excludeRegexp: ^[^+]+- - name: v1.18-testing latestRegexp: v1\.18\..* +# Starting with 1.19, we aren't going to add a *-testing channel for minor releases +- name: v1.19 + latestRegexp: v1\.19\..* + excludeRegexp: ^[^+]+- github: owner: rancher repo: k3s