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.2 (patch) #3772

Merged
merged 1 commit into from
Oct 29, 2024

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.2
siderolabs/talos patch v1.8.0 -> v1.8.2

Release Notes

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

v1.8.2

Compare Source

Talos 1.8.2 (2024-10-28)

Welcome to the v1.8.2 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.58
containerd: 2.0.0-rc.6
runc: 1.2.0
Kubernetes: 1.31.2

Talos is built with Go 1.22.8.

Contributors
  • Andrey Smirnov
  • Dmitriy Matrenichev
  • Joakim Nohlgård
  • Noel Georgi
  • Philip Schmid
  • Philipp Kleber
  • Serge Logvinov
Changes
18 commits

Changes from siderolabs/crypto
1 commit

Changes from siderolabs/go-circular
1 commit

Changes from siderolabs/pkgs
8 commits

Changes from siderolabs/siderolink
1 commit

Dependency Changes
  • github.com/klauspost/compress v1.17.10 -> v1.17.11
  • github.com/siderolabs/crypto v0.4.4 -> v0.5.0
  • github.com/siderolabs/go-circular v0.2.0 -> v0.2.1
  • github.com/siderolabs/pkgs v1.8.0-16-g71d23b4 -> v1.8.0-24-ge72b2f4
  • github.com/siderolabs/siderolink v0.3.10 -> v0.3.11
  • github.com/siderolabs/talos/pkg/machinery v1.8.1 -> v1.8.2
  • golang.org/x/time v0.6.0 -> v0.7.0
  • k8s.io/api v0.31.1 -> v0.31.2
  • k8s.io/apiserver v0.31.1 -> v0.31.2
  • k8s.io/client-go v0.31.1 -> v0.31.2
  • k8s.io/component-base v0.31.1 -> v0.31.2
  • k8s.io/kube-scheduler v0.31.1 -> v0.31.2
  • k8s.io/kubectl v0.31.1 -> v0.31.2
  • k8s.io/kubelet v0.31.1 -> v0.31.2
  • k8s.io/pod-security-admission v0.31.1 -> v0.31.2

Previous release can be found at v1.8.1

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.2
registry.k8s.io/kube-controller-manager:v1.31.2
registry.k8s.io/kube-scheduler:v1.31.2
registry.k8s.io/kube-proxy:v1.31.2
ghcr.io/siderolabs/kubelet:v1.31.2
ghcr.io/siderolabs/installer:v1.8.2
registry.k8s.io/pause:3.9

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.2
   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.2
   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.2
 
--- 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.2
 

@mchesterbot mchesterbot bot force-pushed the renovate/patch-talos branch from e9d2b37 to ea35ef9 Compare October 28, 2024 12:46
@mchesterbot mchesterbot bot changed the title fix(container): update talos group to v1.8.1 (patch) fix(container): update talos group (patch) Oct 28, 2024
@mchesterbot mchesterbot bot force-pushed the renovate/patch-talos branch from ea35ef9 to bbd2e78 Compare October 28, 2024 13:31
@mchesterbot mchesterbot bot changed the title fix(container): update talos group (patch) fix(container): update talos group to v1.8.2 (patch) Oct 28, 2024
@mchestr mchestr merged commit 5845d65 into main Oct 29, 2024
5 checks passed
@mchesterbot mchesterbot bot deleted the renovate/patch-talos branch October 29, 2024 01:47
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.

1 participant