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

fix(container): update talos group to v1.8.1 (patch) #3772

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mchesterbot[bot]
Copy link
Contributor

@mchesterbot mchesterbot bot commented Oct 8, 2024

This PR contains the following updates:

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

Release Notes

siderolabs/talos (ghcr.io/siderolabs/talosctl)

v1.8.1

Compare Source

Talos 1.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.

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 release(v1.8.1): prepare release
  • @​362c9f8 test: skip lvm test if not enough user disks available
  • @​7930500 chore: checkout extensions from release-1.8, not main
  • @​f6d6306 fix: wipe system partitions correctly via kernel args
  • @​4d279c6 fix: volume encryption with failing keyslots
  • @​070defa fix: update grpc-go the latest patch release
  • @​a2d12fd feat: update Flannel to v0.25.7
  • @​e2f560b feat: bring in lpfc kernel module driver
  • @​788336a feat: enable QEDF driver
  • @​e4341fa fix: make /var/run empty on reboots
  • @​66228ef fix: multiple fixes for LVM activation
  • @​5f4515f fix: prevent file descriptors leaks to child processes
  • @​a55103e chore: ignore more plugins for system containerd
  • @​ffcdc0b fix: build talosctl without tcell_minimal
  • @​d29f660 feat: add support for CI Network config in nocloud
  • @​01e580b feat: update Go 1.22.8, Linux, pkgs

Changes from siderolabs/pkgs
8 commits

Changes from siderolabs/tools
1 commit

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

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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@mchesterbot mchesterbot bot requested a review from mchestr as a code owner October 8, 2024 19:16
@mchesterbot mchesterbot bot added renovate/container renovate/github-release type/patch area/kubernetes Changes made in the kubernetes directory area/talos Changes made in the talos directory area/taskfile labels Oct 8, 2024
@mchesterbot
Copy link
Contributor Author

mchesterbot bot commented Oct 8, 2024

--- kubernetes/apps/kube-system/system-upgrade-controller/plans Kustomization: flux-system/cluster-apps-system-upgrade-controller-plans Plan: kube-system/kubernetes

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

@@ -23,13 +23,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
   upgrade:
@@ -39,9 +39,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: 1.31.1
 
--- kubernetes/apps/kube-system/system-upgrade-controller/plans Kustomization: flux-system/cluster-apps-system-upgrade-controller-plans Plan: kube-system/talos

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

@@ -48,8 +48,8 @@

     envs:
     - name: NODE_IP
       valueFrom:
         fieldRef:
           fieldPath: status.hostIP
     image: ghcr.io/siderolabs/talosctl
-  version: v1.8.0
+  version: v1.8.1
 
--- kubernetes/apps/kube-system/system-upgrade-controller/plans Kustomization: flux-system/cluster-apps-system-upgrade-controller-plans Plan: kube-system/talos-nvidia

+++ kubernetes/apps/kube-system/system-upgrade-controller/plans Kustomization: flux-system/cluster-apps-system-upgrade-controller-plans Plan: kube-system/talos-nvidia

@@ -43,8 +43,8 @@

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory area/talos Changes made in the talos directory area/taskfile renovate/container renovate/github-release type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants