From c7a8eef977b4c7103c8edcc1e30ad69ba202d4df Mon Sep 17 00:00:00 2001 From: Pedro Tashima Date: Tue, 2 Jan 2024 14:44:06 -0300 Subject: [PATCH] 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 * add v1.29 channel Signed-off-by: Pedro Tashima --------- Signed-off-by: Pedro Tashima Co-authored-by: Pedro Tashima --- channel.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/channel.yaml b/channel.yaml index 6afc8e4b60..667f2ccf7c 100644 --- a/channel.yaml +++ b/channel.yaml @@ -1,7 +1,7 @@ # Example channels config channels: - name: stable - latest: v1.28.4+k3s2 + latest: v1.28.5+k3s1 - name: latest latestRegexp: .* excludeRegexp: (^[^+]+-|v1\.25\.5\+k3s1|v1\.26\.0\+k3s1) @@ -53,6 +53,9 @@ channels: - name: v1.28 latestRegexp: v1\.28\..* excludeRegexp: ^[^+]+- +- name: v1.29 + latestRegexp: v1\.29\..* + excludeRegexp: ^[^+]+- github: owner: k3s-io repo: k3s