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 image ghcr.io/siderolabs/installer ( v1.7.4 → v1.7.5 ) #702

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

kireque-bot[bot]
Copy link
Contributor

@kireque-bot kireque-bot bot commented Jun 22, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/siderolabs/installer patch v1.7.4 -> v1.7.5

Release Notes

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

v1.7.5

Compare Source

Talos 1.7.5 (2024-06-21)

Welcome to the v1.7.5 release of Talos!

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

Component Updates

Linux: 6.6.33
Flannel: 0.25.3
Containerd: 1.7.18

Talos is built with Go 1.22.4.

Contributors
  • Andrey Smirnov
  • Noel Georgi
  • Dmitriy Matrenichev
  • Marcel Richter
Changes
7 commits

Changes from siderolabs/extras
1 commit

Changes from siderolabs/pkgs
4 commits

Changes from siderolabs/tools
1 commit

Dependency Changes
  • github.com/docker/docker v26.0.0 -> v26.0.2
  • github.com/miekg/dns v1.1.58 -> v1.1.59
  • github.com/siderolabs/extras v1.7.0-1-gbb76755 -> v1.7.0-2-g7c627a8
  • github.com/siderolabs/pkgs v1.7.0-17-ga201d27 -> v1.7.0-21-gc58ed7f
  • github.com/siderolabs/talos/pkg/machinery v1.7.4 -> v1.7.5
  • github.com/siderolabs/tools v1.7.0-2-g345db93 -> v1.7.0-3-g6c94771
  • google.golang.org/grpc v1.62.1 -> v1.63.2

Previous release can be found at v1.7.4

Images
ghcr.io/siderolabs/flannel:v0.25.3
ghcr.io/siderolabs/install-cni:v1.7.0-2-g7c627a8
registry.k8s.io/coredns/coredns:v1.11.1
gcr.io/etcd-development/etcd:v3.5.13
registry.k8s.io/kube-apiserver:v1.30.1
registry.k8s.io/kube-controller-manager:v1.30.1
registry.k8s.io/kube-scheduler:v1.30.1
registry.k8s.io/kube-proxy:v1.30.1
ghcr.io/siderolabs/kubelet:v1.30.1
ghcr.io/siderolabs/installer:v1.7.5
registry.k8s.io/pause:3.8

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.


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

This PR has been generated by Renovate Bot.

…v1.7.5 )

| datasource | package                      | from   | to     |
| ---------- | ---------------------------- | ------ | ------ |
| docker     | ghcr.io/siderolabs/installer | v1.7.4 | v1.7.5 |
@kireque-bot kireque-bot bot added renovate/container Issue relates to a Renovate container update type/patch Issue relates to a patch version bump area/kubernetes Issue relates to Kubernetes cluster/main labels Jun 22, 2024
@kireque-bot
Copy link
Contributor Author

kireque-bot bot commented Jun 22, 2024

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

@@ -19,13 +19,13 @@

   - name: system-upgrade-controller
   interval: 30m
   path: ./kubernetes/main/apps/system-upgrade/system-upgrade-controller/plans
   postBuild:
     substitute:
       KUBERNETES_VERSION: v1.30.2
-      TALOS_VERSION: v1.7.4
+      TALOS_VERSION: v1.7.5
     substituteFrom:
     - kind: ConfigMap
       name: cluster-settings
   prune: true
   retryInterval: 1m
   sourceRef:
--- 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.7.4
+    image: ghcr.io/siderolabs/talosctl:v1.7.5
   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.7.4
+    image: ghcr.io/siderolabs/talosctl:v1.7.5
   version: v1.30.2
 
--- 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,24 +17,24 @@

       operator: In
       values:
       - talos
     - key: feature.node.kubernetes.io/system-os_release.VERSION_ID
       operator: NotIn
       values:
-      - v1.7.4
+      - v1.7.5
   prepare:
     args:
     - --nodes=$(NODE_IP)
     - health
     - --server=false
     envs:
     - name: NODE_IP
       valueFrom:
         fieldRef:
           fieldPath: status.hostIP
-    image: ghcr.io/siderolabs/talosctl:v1.7.4
+    image: ghcr.io/siderolabs/talosctl:v1.7.5
   secrets:
   - ignoreUpdates: true
     name: talos
     path: /var/run/secrets/talos.dev
   serviceAccountName: system-upgrade
   tolerations:
@@ -52,9 +52,9 @@

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

@kireque-bot
Copy link
Contributor Author

kireque-bot bot commented Jun 22, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.03s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY secretlint yes no 1.5s
✅ YAML prettier 2 0 0.47s
✅ YAML yamllint 2 0 0.31s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@kireque kireque merged commit 1184fcf into main Jun 25, 2024
15 checks passed
@kireque kireque deleted the renovate/main-patch-talos branch June 25, 2024 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Issue relates to Kubernetes cluster/main renovate/container Issue relates to a Renovate container update type/patch Issue relates to a patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant