Commit b66760fc authored by Craig Jellick's avatar Craig Jellick

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/channelsSigned-off-by: 's avatarCraig Jellick <craig@rancher.com>
parent 8c6d3567
...@@ -22,6 +22,10 @@ channels: ...@@ -22,6 +22,10 @@ channels:
excludeRegexp: ^[^+]+- excludeRegexp: ^[^+]+-
- name: v1.18-testing - name: v1.18-testing
latestRegexp: v1\.18\..* 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: github:
owner: rancher owner: rancher
repo: k3s repo: k3s
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment