Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump k3s and rke2 to v1.31.1 #93

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ storage:
# filename needs to be k3s.raw
- path: /etc/extensions/k3s.raw
contents:
source: https://github.com/flatcar/sysext-bakery/releases/download/latest/k3s-v1.29.2+k3s1-x86-64.raw
source: https://github.com/flatcar/sysext-bakery/releases/download/latest/k3s-v1.31.1+k3s1-x86-64.raw
links:
- path: /etc/systemd/system/multi-user.target.wants/k3s.service
target: /usr/local/lib/systemd/system/k3s.service
Expand All @@ -313,7 +313,7 @@ storage:
# filename needs to be k3s.raw
- path: /etc/extensions/k3s.raw
contents:
source: https://github.com/flatcar/sysext-bakery/releases/download/latest/k3s-v1.29.2+k3s1-x86-64.raw
source: https://github.com/flatcar/sysext-bakery/releases/download/latest/k3s-v1.31.1+k3s1-x86-64.raw
links:
- path: /etc/systemd/system/multi-user.target.wants/k3s-agent.service
target: /usr/local/lib/systemd/system/k3s-agent.service
Expand All @@ -337,7 +337,7 @@ storage:
# filename needs to be rke2.raw
- path: /etc/extensions/rke2.raw
contents:
source: https://github.com/flatcar/sysext-bakery/releases/download/latest/rke2-v1.29.2+rke2r1-x86-64.raw
source: https://github.com/flatcar/sysext-bakery/releases/download/latest/rke2-v1.31.1+rke2r1-x86-64.raw
- path: /etc/systemd/system/multi-user.target.wants/rke2-server.service
target: /usr/local/lib/systemd/system/rke2-server.service
overwrite: true
Expand All @@ -356,7 +356,7 @@ storage:
# filename needs to be rke2.raw
- path: /etc/extensions/rke2.raw
contents:
source: https://github.com/flatcar/sysext-bakery/releases/download/latest/rke2-v1.29.2+rke2r1-x86-64.raw
source: https://github.com/flatcar/sysext-bakery/releases/download/latest/rke2-v1.31.1+rke2r1-x86-64.raw
- path: /etc/systemd/system/multi-user.target.wants/rke2-agent.service
target: /usr/local/lib/systemd/system/rke2-agent.service
overwrite: true
Expand Down
8 changes: 6 additions & 2 deletions release_build_versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ wasmcloud-1.1.1

tailscale-1.70.0

k3s-v1.29.2+k3s1
k3s-v1.29.9+k3s1
k3s-v1.30.5+k3s1
k3s-v1.31.1+k3s1

rke2-v1.29.2+rke2r1
rke2-v1.29.9+rke2r1
rke2-v1.30.5+rke2r1
rke2-v1.31.1+rke2r1

nvidia_runtime-v1.16.1

Expand Down