diff --git a/.github/workflows/build-arm64.yaml b/.github/workflows/build-arm64.yaml index 0f96964..9c9dd98 100644 --- a/.github/workflows/build-arm64.yaml +++ b/.github/workflows/build-arm64.yaml @@ -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 diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2bff504..c37f4bf 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index ef79f42..21f26a1 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -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 diff --git a/packages/k8s/k3s/collection.yaml b/packages/k8s/k3s/collection.yaml index f8be047..6b82847 100644 --- a/packages/k8s/k3s/collection.yaml +++ b/packages/k8s/k3s/collection.yaml @@ -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"