Skip to content

Commit

Permalink
Use the latest 3 minor k3s versions (#1233)
Browse files Browse the repository at this point in the history
* Use the latest 3 minor k3s versions

Signed-off-by: Dimitris Karakasilis <[email protected]>

* Use latest luet

Signed-off-by: Dimitris Karakasilis <[email protected]>

---------

Signed-off-by: Dimitris Karakasilis <[email protected]>
  • Loading branch information
jimmykarily authored Jan 21, 2025
1 parent f528293 commit 31746c8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand All @@ -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/[email protected]
id: create_repo
Expand All @@ -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
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand All @@ -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/[email protected]
id: create_repo
Expand All @@ -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
6 changes: 6 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/[email protected]
with:
Expand All @@ -87,3 +91,5 @@ jobs:
pushFinalImages: false
pushCache: false
values: values/amd64.yaml
# renovate: datasource=github-releases depName=mudler/luet
luetVersion: 0.36.0
12 changes: 6 additions & 6 deletions packages/k8s/k3s/collection.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 31746c8

Please sign in to comment.