update stable channel to v1.28.5+k3s1 and add v1.29 channel (#9110)

* update stable channel to v1.28.5+k3s1

Signed-off-by: Pedro Tashima <pedro.tashima@suse.com>

* add v1.29 channel

Signed-off-by: Pedro Tashima <pedro.tashima@suse.com>

---------

Signed-off-by: Pedro Tashima <pedro.tashima@suse.com>
Co-authored-by: Pedro Tashima <pedro.tashima@suse.com>
This commit is contained in:
Pedro Tashima 2024-01-02 14:44:06 -03:00 committed by GitHub
parent d87851d46e
commit c7a8eef977
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
# Example channels config # Example channels config
channels: channels:
- name: stable - name: stable
latest: v1.28.4+k3s2 latest: v1.28.5+k3s1
- name: latest - name: latest
latestRegexp: .* latestRegexp: .*
excludeRegexp: (^[^+]+-|v1\.25\.5\+k3s1|v1\.26\.0\+k3s1) excludeRegexp: (^[^+]+-|v1\.25\.5\+k3s1|v1\.26\.0\+k3s1)
@ -53,6 +53,9 @@ channels:
- name: v1.28 - name: v1.28
latestRegexp: v1\.28\..* latestRegexp: v1\.28\..*
excludeRegexp: ^[^+]+- excludeRegexp: ^[^+]+-
- name: v1.29
latestRegexp: v1\.29\..*
excludeRegexp: ^[^+]+-
github: github:
owner: k3s-io owner: k3s-io
repo: k3s repo: k3s