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.5.4 (patch) #1233

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

bot-blake[bot]
Copy link
Contributor

@bot-blake bot-blake bot commented Oct 17, 2023

This PR contains the following updates:

Package Update Change
ghcr.io/buroa/installer patch v1.5.3 -> v1.5.4
ghcr.io/siderolabs/talosctl patch v1.5.3 -> v1.5.4

Release Notes

siderolabs/talos (ghcr.io/buroa/installer)

v1.5.4

Compare Source

Talos 1.5.4 (2023-10-17)

Welcome to the v1.5.4 release of Talos!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.

Component Updates

Linux: 6.1.58

Talos is built with Go 1.21.3.

Contributors
  • Andrey Smirnov
  • Thomas Way
  • Utku Ozdemir
Changes
9 commits

  • @​9cf7980 release(v1.5.4): prepare release
  • @​b72abb6 test: fix 'talosctl gen' tests
  • @​69f1ea2 fix: handle secure boot state policy pcr digest error
  • @​738092f fix: use tpm2 hash algorithm constants and allow non-SHA-256 PCRs
  • @​21d874a fix: clear the encryption config in META when STATE is reset
  • @​58b16b9 feat: support service account auth in cli
  • @​124c2ff fix: the node IP for kubelet shouldn't change if nothing matches
  • @​8f83925 feat: update Linux to 6.1.58
  • @​db4c5ce feat: update Go to 1.20.10

Changes from siderolabs/extras
1 commit

Changes from siderolabs/pkgs
2 commits

Changes from siderolabs/tools
1 commit

Dependency Changes
  • github.com/siderolabs/extras v1.5.0-1-g9d5f16f -> v1.5.0-2-g6241ac7
  • github.com/siderolabs/pkgs v1.5.0-11-gd6d7236 -> v1.5.0-13-g45cf9b0
  • github.com/siderolabs/talos/pkg/machinery v1.5.3 -> v1.5.4
  • github.com/siderolabs/tools v1.5.0-1-g4d58a1b -> v1.5.0-2-g8adf637
  • golang.org/x/net v0.13.0 -> v0.17.0
  • golang.org/x/sys v0.10.0 -> v0.13.0
  • golang.org/x/term v0.10.0 -> v0.13.0
  • golang.org/x/text v0.11.0 -> v0.13.0
  • google.golang.org/grpc v1.57.0 -> v1.57.1

Previous release can be found at v1.5.3

Images
ghcr.io/siderolabs/flannel:v0.22.1
ghcr.io/siderolabs/install-cni:v1.5.0-2-g6241ac7
registry.k8s.io/coredns/coredns:v1.10.1
gcr.io/etcd-development/etcd:v3.5.9
registry.k8s.io/kube-apiserver:v1.28.2
registry.k8s.io/kube-controller-manager:v1.28.2
registry.k8s.io/kube-scheduler:v1.28.2
registry.k8s.io/kube-proxy:v1.28.2
ghcr.io/siderolabs/kubelet:v1.28.2
ghcr.io/siderolabs/installer:v1.5.4
registry.k8s.io/pause:3.6

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.

@bot-blake bot-blake bot requested a review from buroa as a code owner October 17, 2023 21:59
@bot-blake bot-blake bot force-pushed the renovate/patch-talos branch from 4c2aac4 to 08dd4dd Compare October 17, 2023 22:01
@bot-blake bot-blake bot changed the title fix(container): update image ghcr.io/siderolabs/talosctl to v1.5.4 fix(container): update talos group to v1.5.4 (patch) Oct 17, 2023
@bot-blake bot-blake bot added the area/kubernetes Changes made in the kubernetes directory label Oct 17, 2023
@bot-blake
Copy link
Contributor Author

bot-blake bot commented Oct 17, 2023

--- 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,9 +23,9 @@

     - --to=$(SYSTEM_UPGRADE_PLAN_LATEST_VERSION)
     envs:
     - name: NODE_IP
       valueFrom:
         fieldRef:
           fieldPath: status.hostIP
-    image: ghcr.io/siderolabs/talosctl:v1.5.3
+    image: ghcr.io/siderolabs/talosctl:v1.5.4
   version: v1.28.2
 
--- 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

@@ -28,8 +28,8 @@

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

@bot-blake bot-blake bot force-pushed the renovate/patch-talos branch from 08dd4dd to dabdb5b Compare October 17, 2023 22:10
@bot-blake bot-blake bot force-pushed the renovate/patch-talos branch from dabdb5b to 5e22489 Compare October 17, 2023 22:12
@buroa buroa force-pushed the master branch 3 times, most recently from 7ae99df to ed7f876 Compare October 17, 2023 22:19
@bot-blake bot-blake bot force-pushed the renovate/patch-talos branch from 5e22489 to e2a21f0 Compare October 17, 2023 22:19
@bot-blake bot-blake bot added the area/talos Changes made in the talos directory label Oct 17, 2023
@bot-blake bot-blake bot force-pushed the renovate/patch-talos branch from e2a21f0 to 9f4d8dd Compare October 17, 2023 22:23
@bot-blake bot-blake bot force-pushed the renovate/patch-talos branch from 9f4d8dd to caff490 Compare October 17, 2023 22:26
@bot-blake bot-blake bot force-pushed the renovate/patch-talos branch from caff490 to fd0ffff Compare October 17, 2023 22:31
@bot-blake bot-blake bot force-pushed the renovate/patch-talos branch from fd0ffff to 3fb5cbe Compare October 17, 2023 22:41
@buroa buroa force-pushed the master branch 2 times, most recently from 1ee45fe to a87a7b8 Compare October 17, 2023 22:49
@bot-blake bot-blake bot force-pushed the renovate/patch-talos branch from 3fb5cbe to 67f5784 Compare October 17, 2023 22:50
@bot-blake bot-blake bot force-pushed the renovate/patch-talos branch from 67f5784 to 9c10997 Compare October 17, 2023 22:55
@bot-blake bot-blake bot force-pushed the renovate/patch-talos branch from 4ffbda4 to a6ad400 Compare October 17, 2023 23:13
@buroa buroa merged commit f517054 into master Oct 17, 2023
@buroa buroa deleted the renovate/patch-talos branch October 17, 2023 23:16
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 renovate/container type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants