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 ghcr.io/jfroy/siderolabs/imager ( v1.9.1000 β†’ v1.9.3001 ) #682

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 21, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/jfroy/siderolabs/imager patch v1.9.1000 -> v1.9.3001

Configuration

πŸ“… Schedule: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" in timezone America/Los_Angeles, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title feat(container): update ghcr.io/jfroy/siderolabs/imager ( v1.8.3000 β†’ v1.9.1000 ) feat(container): update ghcr.io/jfroy/siderolabs/imager ( v1.8.3000 β†’ v1.9.1000 ) - autoclosed Dec 21, 2024
@renovate renovate bot closed this Dec 21, 2024
@renovate renovate bot deleted the renovate/ghcr.io-jfroy-siderolabs-imager-1.x branch December 21, 2024 20:17
@renovate renovate bot changed the title feat(container): update ghcr.io/jfroy/siderolabs/imager ( v1.8.3000 β†’ v1.9.1000 ) - autoclosed feat(container): update ghcr.io/jfroy/siderolabs/imager ( v1.8.3000 β†’ v1.9.1000 ) Dec 26, 2024
@renovate renovate bot reopened this Dec 26, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-jfroy-siderolabs-imager-1.x branch from c365104 to c928979 Compare December 26, 2024 08:13
@renovate renovate bot changed the title feat(container): update ghcr.io/jfroy/siderolabs/imager ( v1.8.3000 β†’ v1.9.1000 ) fix(container): update ghcr.io/jfroy/siderolabs/imager ( v1.9.1000 β†’ v1.9.2000 ) Dec 26, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-jfroy-siderolabs-imager-1.x branch from c928979 to fa78d9c Compare December 26, 2024 10:20
Copy link

github-actions bot commented Dec 26, 2024

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

+++ kubernetes/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/apps/talos-admin/system-upgrade-controller/plans
   postBuild:
     substitute:
       KUBERNETES_VERSION: v1.31.4
-      TALOS_VERSION: v1.9.1000
+      TALOS_VERSION: v1.9.3001
     substituteFrom:
     - kind: ConfigMap
       name: cluster-settings
     - kind: Secret
       name: cluster-secrets
     - kind: ConfigMap
--- kubernetes/apps/talos-admin/system-upgrade-controller/plans Kustomization: flux-system/system-upgrade-controller-plans Plan: talos-admin/kubernetes

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

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

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

     - --to=$(SYSTEM_UPGRADE_PLAN_LATEST_VERSION)
     envs:
     - name: NODE_IP
       valueFrom:
         fieldRef:
           fieldPath: status.hostIP
-    image: ghcr.io/jfroy/siderolabs/talosctl:v1.9.1000
+    image: ghcr.io/jfroy/siderolabs/talosctl:v1.9.3001
   version: v1.31.4
 
--- kubernetes/apps/talos-admin/system-upgrade-controller/plans Kustomization: flux-system/system-upgrade-controller-plans Plan: talos-admin/talos

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

@@ -17,24 +17,24 @@

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

     key: node-role.kubernetes.io/control-plane
     operator: Exists
   upgrade:
     args:
     - $(SYSTEM_UPGRADE_PLAN_LATEST_VERSION)
     image: ghcr.io/jfroy/tnu:latest
-  version: v1.9.1000
+  version: v1.9.3001
 

@renovate renovate bot force-pushed the renovate/ghcr.io-jfroy-siderolabs-imager-1.x branch from fa78d9c to 0409e52 Compare December 27, 2024 18:37
@renovate renovate bot changed the title fix(container): update ghcr.io/jfroy/siderolabs/imager ( v1.9.1000 β†’ v1.9.2000 ) fix(container): update ghcr.io/jfroy/siderolabs/imager ( v1.9.1000 β†’ v1.9.3001 ) Dec 27, 2024
@jfroy jfroy merged commit a935775 into main Dec 27, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant