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 <craig@rancher.com>
This commit is contained in:
Craig Jellick 2020-09-16 14:54:09 -07:00
parent 8c6d3567fe
commit b66760fccd

View File

@ -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