Browse Source

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>
pull/2272/head v1.19.1+k3s1
Craig Jellick 4 years ago
parent
commit
b66760fccd
  1. 4
      channel.yaml

4
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

Loading…
Cancel
Save