Skip to content

build(deps): update image ghcr.io/home-operations/charts/tuppr ( 0.1.28 ➜ 0.1.34 )#862

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-home-operations-charts-tuppr-0.x
Open

build(deps): update image ghcr.io/home-operations/charts/tuppr ( 0.1.28 ➜ 0.1.34 )#862
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-home-operations-charts-tuppr-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 13, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/home-operations/charts/tuppr patch 0.1.280.1.34

Release Notes

home-operations/tuppr (ghcr.io/home-operations/charts/tuppr)

v0.1.34

Compare Source

Features
  • expose maintenance Window Info (63f4e4d)
Bug Fixes
  • deps: update module google.golang.org/grpc (v1.81.0 → v1.81.1) (#​279) (3285689)
  • jobs: error when multiple jobs share the same app label (ae790dc)
  • kubernetesupgrade: requeue instead of failing on transient verify errors (43f04f1)
  • kubernetesupgrade: use shared label constants for job metadata (8b748f8)
  • talos: only retry transient errors in client (0dcf6dd)
  • talosupgrade: honor per-node version annotation in verification (248fd84)
  • talosupgrade: pick upgrade image from runtime extensions (1c35fdd)
  • talosupgrade: use IsAlreadyExists to detect job conflicts (97633b8)
  • talosupgrade: use named constant for postHookIndex status key (3ddcc1e)
Code Refactoring
  • kubernetesupgrade: cache discovery client across reconciles (cb5df26)
  • maintenance: move 5m requeue cap into WindowResult.RequeueAfter (c236a63)
  • upgradeaudit: share status-patch helper across controllers (355ab57)
  • upgradeaudit: share timing-field sync between audit helpers (cee251a)

v0.1.33

Compare Source

Features
  • metrics: expose per-node target version and active upgrade node (f1ecb13)

v0.1.32

Compare Source

Bug Fixes
  • talosupgrade: pick a control-plane IP for --endpoints on workers (84e822a)
  • talosupgrade: refuse generic installer reuse on managed platforms (1e80a16)
  • talosupgrade: retry node label updates on conflict (bf8ec45)

v0.1.31

Compare Source

Features
  • healthcheck: support label selectors (#​275) (2860e05)
  • mise: update tool helm (4.1.4 → 4.2.0) (096ca0e)
Miscellaneous Chores

v0.1.30

Compare Source

Bug Fixes

Configuration

📅 Schedule: (in timezone America/Chicago)

  • 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 was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 13, 2026

--- kubernetes/apps/system-upgrade/tuppr/app Kustomization: system-upgrade/tuppr OCIRepository: system-upgrade/tuppr

+++ kubernetes/apps/system-upgrade/tuppr/app Kustomization: system-upgrade/tuppr OCIRepository: system-upgrade/tuppr

@@ -10,9 +10,9 @@

 spec:
   interval: 15m
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: 0.1.28
+    tag: 0.1.34
   url: oci://ghcr.io/home-operations/charts/tuppr
 

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 13, 2026

--- HelmRelease: system-upgrade/tuppr Deployment: system-upgrade/tuppr

+++ HelmRelease: system-upgrade/tuppr Deployment: system-upgrade/tuppr

@@ -35,13 +35,13 @@

           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           runAsUser: 65532
-        image: ghcr.io/home-operations/tuppr:0.1.28
+        image: ghcr.io/home-operations/tuppr:0.1.34
         imagePullPolicy: IfNotPresent
         command:
         - /manager
         args:
         - --log-level=debug
         - --leader-elect=true

@renovate renovate Bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from 47232e6 to 3190a5e Compare May 14, 2026 12:52
@renovate renovate Bot changed the title build(deps): update image ghcr.io/home-operations/charts/tuppr ( 0.1.28 ➜ 0.1.30 ) build(deps): update image ghcr.io/home-operations/charts/tuppr ( 0.1.28 ➜ 0.1.31 ) May 14, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from 3190a5e to da8341a Compare May 14, 2026 20:29
@renovate renovate Bot changed the title build(deps): update image ghcr.io/home-operations/charts/tuppr ( 0.1.28 ➜ 0.1.31 ) build(deps): update image ghcr.io/home-operations/charts/tuppr ( 0.1.28 ➜ 0.1.32 ) May 14, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from da8341a to 5643ac7 Compare May 15, 2026 13:15
@renovate renovate Bot changed the title build(deps): update image ghcr.io/home-operations/charts/tuppr ( 0.1.28 ➜ 0.1.32 ) build(deps): update image ghcr.io/home-operations/charts/tuppr ( 0.1.28 ➜ 0.1.33 ) May 15, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-home-operations-charts-tuppr-0.x branch from 5643ac7 to ee72a13 Compare May 16, 2026 16:40
@renovate renovate Bot changed the title build(deps): update image ghcr.io/home-operations/charts/tuppr ( 0.1.28 ➜ 0.1.33 ) build(deps): update image ghcr.io/home-operations/charts/tuppr ( 0.1.28 ➜ 0.1.34 ) May 16, 2026
@rcdailey rcdailey force-pushed the main branch 3 times, most recently from 32a6375 to 2c33e31 Compare May 17, 2026 01:55
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.

0 participants