trosvald / home-ops

My OnPrem Kubernetes cluster. Deploy on top of Talos Linux, automated via Flux, renovate 🤖, and Github actions
0 stars 0 forks source link

fix(container): update ghcr.io/siderolabs/installer ( v1.8.0 → v1.8.1 ) #189

Closed monosense-arc[bot] closed 1 week ago

monosense-arc[bot] commented 1 week ago

This PR contains the following updates:

Package Update Change
ghcr.io/siderolabs/installer patch v1.8.0 -> v1.8.1

Release Notes

siderolabs/talos (ghcr.io/siderolabs/installer) ### [`v1.8.1`](https://redirect.github.com/siderolabs/talos/releases/tag/v1.8.1) [Compare Source](https://redirect.github.com/siderolabs/talos/compare/v1.8.0...v1.8.1) ##### [Talos 1.8.1](https://redirect.github.com/siderolabs/talos/releases/tag/v1.8.1) (2024-10-08) Welcome to the v1.8.1 release of Talos! Starting with Talos v1.8.0, only standard assets would be published as github release assets. These include: - `cloud-images.json` - `talosctl` binaries - `kernel` - `initramfs` - `metal` iso and disk images - `talosctl-cni-bundle` All other release assets can be downloaded from [Image Factory](https://www.talos.dev/latest/talos-guides/install/boot-assets/#image-factory). Please try out the release binaries and report any issues at https://github.com/siderolabs/talos/issues. ##### Component Updates Linux: 6.6.54 containerd: 2.0.0-rc.5 Flannel: 0.25.7 Talos is built with Go 1.22.8. ##### Contributors - Andrey Smirnov - Hexoplon - ekarlso ##### Changes
16 commits

- [@​`477752f`](https://redirect.github.com/siderolabs/talos/commit/477752fe6) release(v1.8.1): prepare release - [@​`362c9f8`](https://redirect.github.com/siderolabs/talos/commit/362c9f812) test: skip lvm test if not enough user disks available - [@​`7930500`](https://redirect.github.com/siderolabs/talos/commit/79305007f) chore: checkout extensions from release-1.8, not main - [@​`f6d6306`](https://redirect.github.com/siderolabs/talos/commit/f6d630624) fix: wipe system partitions correctly via kernel args - [@​`4d279c6`](https://redirect.github.com/siderolabs/talos/commit/4d279c65f) fix: volume encryption with failing keyslots - [@​`070defa`](https://redirect.github.com/siderolabs/talos/commit/070defad1) fix: update grpc-go the latest patch release - [@​`a2d12fd`](https://redirect.github.com/siderolabs/talos/commit/a2d12fd7b) feat: update Flannel to v0.25.7 - [@​`e2f560b`](https://redirect.github.com/siderolabs/talos/commit/e2f560b96) feat: bring in lpfc kernel module driver - [@​`788336a`](https://redirect.github.com/siderolabs/talos/commit/788336afb) feat: enable QEDF driver - [@​`e4341fa`](https://redirect.github.com/siderolabs/talos/commit/e4341fa66) fix: make /var/run empty on reboots - [@​`66228ef`](https://redirect.github.com/siderolabs/talos/commit/66228ef10) fix: multiple fixes for LVM activation - [@​`5f4515f`](https://redirect.github.com/siderolabs/talos/commit/5f4515f30) fix: prevent file descriptors leaks to child processes - [@​`a55103e`](https://redirect.github.com/siderolabs/talos/commit/a55103ee6) chore: ignore more plugins for system containerd - [@​`ffcdc0b`](https://redirect.github.com/siderolabs/talos/commit/ffcdc0bb7) fix: build talosctl without `tcell_minimal` - [@​`d29f660`](https://redirect.github.com/siderolabs/talos/commit/d29f66079) feat: add support for CI Network config in nocloud - [@​`01e580b`](https://redirect.github.com/siderolabs/talos/commit/01e580bdd) feat: update Go 1.22.8, Linux, pkgs

##### Changes from siderolabs/pkgs
8 commits

- [siderolabs/pkgs@`71d23b4`](https://redirect.github.com/siderolabs/pkgs/commit/71d23b4) feat: update Linux to 6.6.54 - [siderolabs/pkgs@`8906a9b`](https://redirect.github.com/siderolabs/pkgs/commit/8906a9b) feat: add lpfc kernel module - [siderolabs/pkgs@`3c57dff`](https://redirect.github.com/siderolabs/pkgs/commit/3c57dff) feat: enable QEDF driver - [siderolabs/pkgs@`1ecbd58`](https://redirect.github.com/siderolabs/pkgs/commit/1ecbd58) feat: update containerd to v2.0.0-rc.5 - [siderolabs/pkgs@`47dff98`](https://redirect.github.com/siderolabs/pkgs/commit/47dff98) fix: drop the LVM2 udev lvm rule - [siderolabs/pkgs@`480d765`](https://redirect.github.com/siderolabs/pkgs/commit/480d765) fix: force LVM to use `/run` as state directory - [siderolabs/pkgs@`c663212`](https://redirect.github.com/siderolabs/pkgs/commit/c663212) feat: enable transparent huge pages in madvise mode - [siderolabs/pkgs@`832f11b`](https://redirect.github.com/siderolabs/pkgs/commit/832f11b) feat: update Go to 1.22.8

##### Changes from siderolabs/tools
1 commit

- [siderolabs/tools@`7719230`](https://redirect.github.com/siderolabs/tools/commit/7719230) feat: update Go to 1.22.8

##### Dependency Changes - **github.com/klauspost/compress** v1.17.9 -> v1.17.10 - **github.com/siderolabs/go-blockdevice/v2** v2.0.2 -> v2.0.3 - **github.com/siderolabs/pkgs** v1.8.0-8-gdf1a1a5 -> v1.8.0-16-g71d23b4 - **github.com/siderolabs/talos/pkg/machinery** v1.8.0 -> v1.8.1 - **github.com/siderolabs/tools** v1.8.0-1-ga0c06c6 -> v1.8.0-2-g7719230 - **google.golang.org/grpc** v1.66.0 -> v1.66.3 Previous release can be found at [v1.8.0](https://redirect.github.com/siderolabs/talos/releases/tag/v1.8.0) ##### Images ghcr.io/siderolabs/flannel:v0.25.7 registry.k8s.io/coredns/coredns:v1.11.3 gcr.io/etcd-development/etcd:v3.5.16 registry.k8s.io/kube-apiserver:v1.31.1 registry.k8s.io/kube-controller-manager:v1.31.1 registry.k8s.io/kube-scheduler:v1.31.1 registry.k8s.io/kube-proxy:v1.31.1 ghcr.io/siderolabs/kubelet:v1.31.1 ghcr.io/siderolabs/installer:v1.8.1 registry.k8s.io/pause:3.9

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot.

monosense-arc[bot] commented 1 week ago
--- kubernetes/main/apps Kustomization: flux-system/cluster-apps Kustomization: flux-system/system-upgrade-controller-plans

+++ kubernetes/main/apps Kustomization: flux-system/cluster-apps Kustomization: flux-system/system-upgrade-controller-plans

@@ -20,13 +20,13 @@

   interval: 30m
   path: ./kubernetes/main/apps/system-upgrade/system-upgrade-controller/plans
   postBuild:
     substitute:
       KUBERNETES_VERSION: v1.31.1
       TALOS_SCHEMATIC_ID: e866d6d9706ab985d1afb439bdf57188637abbc1a586f2b3a7eadbceed5a9776
-      TALOS_VERSION: v1.8.0
+      TALOS_VERSION: v1.8.1
     substituteFrom:
     - kind: ConfigMap
       name: cluster-settings
     - kind: Secret
       name: cluster-secrets
   prune: true
--- kubernetes/main/apps/system-upgrade/system-upgrade-controller/plans Kustomization: flux-system/system-upgrade-controller-plans Plan: system-upgrade/kubernetes

+++ kubernetes/main/apps/system-upgrade/system-upgrade-controller/plans Kustomization: flux-system/system-upgrade-controller-plans Plan: system-upgrade/kubernetes

@@ -26,13 +26,13 @@

     - --server=false
     envs:
     - name: NODE_IP
       valueFrom:
         fieldRef:
           fieldPath: status.hostIP
-    image: ghcr.io/siderolabs/talosctl:v1.8.0
+    image: ghcr.io/siderolabs/talosctl:v1.8.1
   secrets:
   - ignoreUpdates: true
     name: talos
     path: /var/run/secrets/talos.dev
   serviceAccountName: system-upgrade
   tolerations:
@@ -48,9 +48,9 @@

     - --to=$(SYSTEM_UPGRADE_PLAN_LATEST_VERSION)
     envs:
     - name: NODE_IP
       valueFrom:
         fieldRef:
           fieldPath: status.hostIP
-    image: ghcr.io/siderolabs/talosctl:v1.8.0
+    image: ghcr.io/siderolabs/talosctl:v1.8.1
   version: v1.31.1

--- kubernetes/main/apps/system-upgrade/system-upgrade-controller/plans Kustomization: flux-system/system-upgrade-controller-plans Plan: system-upgrade/talos

+++ kubernetes/main/apps/system-upgrade/system-upgrade-controller/plans Kustomization: flux-system/system-upgrade-controller-plans Plan: system-upgrade/talos

@@ -17,13 +17,13 @@

       operator: In
       values:
       - talos
     - key: feature.node.kubernetes.io/system-os_release.VERSION_ID
       operator: NotIn
       values:
-      - v1.8.0
+      - v1.8.1
     - key: factory.talos.dev/schematic-prefix
       operator: In
       values:
       - e866d6d9706ab985d1afb439bdf57188
     - key: factory.talos.dev/schematic-suffix
       operator: In
@@ -36,13 +36,13 @@

     - --server=false
     envs:
     - name: NODE_IP
       valueFrom:
         fieldRef:
           fieldPath: status.hostIP
-    image: ghcr.io/siderolabs/talosctl:v1.8.0
+    image: ghcr.io/siderolabs/talosctl:v1.8.1
   secrets:
   - ignoreUpdates: true
     name: talos
     path: /var/run/secrets/talos.dev
   serviceAccountName: system-upgrade
   tolerations:
@@ -60,9 +60,9 @@

     - --wait=false
     envs:
     - name: NODE_IP
       valueFrom:
         fieldRef:
           fieldPath: status.hostIP
-    image: ghcr.io/siderolabs/talosctl:v1.8.0
-  version: v1.8.0
+    image: ghcr.io/siderolabs/talosctl:v1.8.1
+  version: v1.8.1