Use the latest 3 minor k3s versions (#1233)

* Use the latest 3 minor k3s versions

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>

* Use latest luet

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>

---------

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
Dimitris Karakasilis
2025-01-21 09:57:27 +02:00
committed by GitHub
parent f528293e15
commit 31746c87a5
4 changed files with 24 additions and 6 deletions

View File

@@ -31,6 +31,8 @@ jobs:
downloadAllMeta: true
downloadFromList: true
downloadMeta: true
# renovate: datasource=github-releases depName=mudler/luet
luetVersion: 0.36.0
- name: Build packages 🔧
uses: luet-lab/luet-github-action@v0.2.2
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
@@ -48,6 +50,8 @@ jobs:
values: values/arm64.yaml
buildx: true
platform: linux/arm64
# renovate: datasource=github-releases depName=mudler/luet
luetVersion: 0.36.0
- name: Create repo 🔧
uses: luet-lab/luet-github-action@v0.2.2
id: create_repo
@@ -61,6 +65,8 @@ jobs:
createRepo: true
pushCache: true
revisionSHA: true
# renovate: datasource=github-releases depName=mudler/luet
luetVersion: 0.36.0
- name: Summary info
run: |
echo "Repo created at quay.io/kairos/packages-arm64:${{ steps.create_repo.outputs.LUET_PUSHED_REPO }}-repository.yaml" >> $GITHUB_STEP_SUMMARY

View File

@@ -56,6 +56,8 @@ jobs:
downloadAllMeta: true
downloadFromList: false
downloadMeta: true
# renovate: datasource=github-releases depName=mudler/luet
luetVersion: 0.36.0
- name: Build packages 🔧
uses: luet-lab/luet-github-action@v0.2.2
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
@@ -71,6 +73,8 @@ jobs:
pushFinalImages: true
pushCache: true
values: values/amd64.yaml
# renovate: datasource=github-releases depName=mudler/luet
luetVersion: 0.36.0
- name: Create repo 🔧
uses: luet-lab/luet-github-action@v0.2.2
id: create_repo
@@ -84,6 +88,8 @@ jobs:
createRepo: true
pushCache: true
revisionSHA: true
# renovate: datasource=github-releases depName=mudler/luet
luetVersion: 0.36.0
- name: Summary info
run: |
echo "Repo created at quay.io/kairos/packages:${{ steps.create_repo.outputs.LUET_PUSHED_REPO }}-repository.yaml" >> $GITHUB_STEP_SUMMARY

View File

@@ -57,6 +57,8 @@ jobs:
values: values/arm64.yaml
buildx: true
platform: linux/arm64
# renovate: datasource=github-releases depName=mudler/luet
luetVersion: 0.36.0
build:
runs-on: fast
@@ -75,6 +77,8 @@ jobs:
downloadAllMeta: false
downloadFromList: true
downloadMeta: true
# renovate: datasource=github-releases depName=mudler/luet
luetVersion: 0.36.0
- name: Build packages 🔧
uses: luet-lab/luet-github-action@v0.2.2
with:
@@ -87,3 +91,5 @@ jobs:
pushFinalImages: false
pushCache: false
values: values/amd64.yaml
# renovate: datasource=github-releases depName=mudler/luet
luetVersion: 0.36.0

View File

@@ -1,7 +1,7 @@
packages:
- name: k3s-openrc
category: k8s
version: "1.32.1-rc1"
version: "1.32.0"
k3s_version: "1"
labels:
github.owner: "k3s-io"
@@ -14,7 +14,7 @@ packages:
description: " Lightweight Kubernetes "
- name: k3s-openrc
category: k8s
version: "1.30.7"
version: "1.31.4"
k3s_version: "1"
labels:
github.owner: "k3s-io"
@@ -27,7 +27,7 @@ packages:
description: " Lightweight Kubernetes "
- name: k3s-openrc
category: k8s
version: "1.29.11"
version: "1.30.8"
k3s_version: "1"
labels:
github.owner: "k3s-io"
@@ -40,7 +40,7 @@ packages:
description: " Lightweight Kubernetes "
- name: k3s-systemd
category: k8s
version: "1.32.1-rc1"
version: "1.32.0"
k3s_version: "1"
labels:
github.owner: "k3s-io"
@@ -53,7 +53,7 @@ packages:
description: " Lightweight Kubernetes "
- name: k3s-systemd
category: k8s
version: "1.30.7"
version: "1.31.4"
k3s_version: "1"
labels:
github.owner: "k3s-io"
@@ -66,7 +66,7 @@ packages:
description: " Lightweight Kubernetes "
- name: k3s-systemd
category: k8s
version: "1.29.11"
version: "1.30.8"
k3s_version: "1"
labels:
github.owner: "k3s-io"