Skip to content

feat(container): update image ghcr.io/home-operations/tuppr (0.1.40 → 0.2.7)#1875

Open
ixxel-bot[bot] wants to merge 1 commit into
mainfrom
renovate/cluster/system-upgrade-tuppr-genmachine
Open

feat(container): update image ghcr.io/home-operations/tuppr (0.1.40 → 0.2.7)#1875
ixxel-bot[bot] wants to merge 1 commit into
mainfrom
renovate/cluster/system-upgrade-tuppr-genmachine

Conversation

@ixxel-bot

@ixxel-bot ixxel-bot Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/home-operations/tuppr minor 0.1.400.2.7

Release Notes

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

v0.2.7

Compare Source

Bug Fixes
  • controllers: surface reconcile errors in TalosUpgrade/Kubernetes Upgrade status (#​342) (02af953)

v0.2.6

Compare Source

Bug Fixes
  • talos: default placement to hard, degrade to preferred on single-node (#​335) (5ab17c6)

v0.2.5

Compare Source

Features
  • deps: update module github.com/onsi/ginkgo/v2 (v2.29.0 → v2.30.0) (#​328) (827a597)
  • taint outdated nodes with PreferNoSchedule to reduce upgrade churn (578a6a2)
Miscellaneous Chores

v0.2.4

Compare Source

Features
  • github-release: update release helm-unittest/helm-unittest (v1.0.3 → v1.1.1) (#​316) (f98ea83)
  • mise: update tool cosign (3.0.6 → 3.1.1) (#​324) (0d653c8)
  • mise: update tool oxfmt (0.53.0 → 0.54.0) (#​319) (10f63b5)
  • talos: Add NoDrain to talos policy (#​325) (f4cb065)
Bug Fixes
  • deps: update module github.com/nicholas-fedor/shoutrrr (v0.16.0 → v0.16.1) (#​321) (be87ceb)

v0.2.3

Compare Source

Features
  • chart: digest pinning, generated README + values schema, CI caching (#​312) (65545b9)
Bug Fixes

v0.2.2

Compare Source

Features
  • make controller upgrade first (3b43bcf)
Miscellaneous Chores
  • disable automerge for Go toolchain dependencies (76555e7)
  • update release-please-config.json to simplify paths (6256955)

v0.2.1

Compare Source

Features
  • mise: update tool hcloud (1.61.0 → 1.65.0) (aabeb88)
  • mise: update tool helm (4.1.1 → 4.2.0) (3b12189)
  • mise: update tool kubectl (1.35.1 → 1.36.1) (0785dd4)
  • mise: update tool opentofu (1.11.4 → 1.12.1) (0558ecb)
  • mise: update tool stern (1.33.1 → 1.34.0) (b0a9584)
  • mise: update tool talosctl (1.12.4 → 1.13.3) (23d5fd8)
Bug Fixes
  • talos: disable talosctl drain on single-node upgrades (#​310) (a82650e)
  • use mise as the single source of truth for go versions (#​307) (f0ee83d)

v0.2.0

Compare Source

⚠ BREAKING CHANGES
  • talos: replace drain kubectl-safety fields with explicit enabled toggle
Features
  • deps: update module github.com/netresearch/go-cron (v0.14.0 → v0.15.0) (#​305) (e3cfcc4)
  • deps: update module github.com/nicholas-fedor/shoutrrr (v0.14.3 → v0.15.1) (#​299) (8ec342a)
  • deps: update module github.com/nicholas-fedor/shoutrrr (v0.15.1 → v0.16.0) (#​306) (23a9499)
  • mise: update tool kind (0.31.0 → 0.32.0) (7de70c0)
  • mise: update tool oxfmt (0.52.0 → 0.53.0) (cddeee2)
  • talos: replace drain kubectl-safety fields with explicit enabled toggle (cfa6288)
Bug Fixes
  • mise: update tool go (1.26.3 → 1.26.4) (3e57408)
Miscellaneous Chores

Configuration

📅 Schedule: (in timezone Europe/Paris)

  • 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 is behind base branch, 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 Mend Renovate.

@ixxel-bot ixxel-bot Bot added app/system-upgrade Changes made to System Upgrade Controller application app/tuppr docker Changes related to docker image update env/genmachine Changes made in the Talos cluster system/cluster Cluster-level upgrade (Talos or Kubernetes) type/minor labels Jun 4, 2026
@ixxel-bot

ixxel-bot Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor Author
--- main/tuppr_gitops_manifests_system-upgrade_genmachine_manifest_main.yaml	2026-06-24 05:04:04.768014079 +0000
+++ pr/tuppr_gitops_manifests_system-upgrade_genmachine_manifest_pr.yaml	2026-06-24 05:04:03.183980486 +0000
@@ -344,21 +344,21 @@
       containers:
         - name: manager
           securityContext:
             allowPrivilegeEscalation: false
             capabilities:
               drop:
               - ALL
             readOnlyRootFilesystem: true
             runAsNonRoot: true
             runAsUser: 65532
-          image: ghcr.io/home-operations/tuppr:0.1.40
+          image: ghcr.io/home-operations/tuppr:0.2.7
           imagePullPolicy: IfNotPresent
           command:
             - /manager
           args:
             - --log-level=info
             - --leader-elect=true
             - --metrics-bind-address=:8080
             - --health-probe-bind-address=:8081
             - --talosconfig-secret=tuppr-talosconfig
             - --metrics-secure=false
 

@ixxel-bot ixxel-bot Bot force-pushed the renovate/cluster/system-upgrade-tuppr-genmachine branch 5 times, most recently from bcea7d0 to 68207ea Compare June 5, 2026 10:18
@ixxel-bot ixxel-bot Bot changed the title feat(container): update image ghcr.io/home-operations/tuppr (0.1.40 → 0.2.0) feat(container): update image ghcr.io/home-operations/tuppr (0.1.40 → 0.2.1) Jun 5, 2026
@ixxel-bot ixxel-bot Bot force-pushed the renovate/cluster/system-upgrade-tuppr-genmachine branch 5 times, most recently from 346c646 to eb18fee Compare June 7, 2026 15:33
@ixxel-bot ixxel-bot Bot changed the title feat(container): update image ghcr.io/home-operations/tuppr (0.1.40 → 0.2.1) feat(container): update image ghcr.io/home-operations/tuppr (0.1.40 → 0.2.2) Jun 7, 2026
@ixxel-bot ixxel-bot Bot force-pushed the renovate/cluster/system-upgrade-tuppr-genmachine branch 2 times, most recently from f4d4219 to 0d0ffc2 Compare June 7, 2026 18:33
@ixxel-bot ixxel-bot Bot changed the title feat(container): update image ghcr.io/home-operations/tuppr (0.1.40 → 0.2.2) feat(container): update image ghcr.io/home-operations/tuppr (0.1.40 → 0.2.3) Jun 7, 2026
@ixxel-bot ixxel-bot Bot force-pushed the renovate/cluster/system-upgrade-tuppr-genmachine branch 3 times, most recently from 7351a29 to f93c7c9 Compare June 8, 2026 14:03
@ixxel-bot ixxel-bot Bot force-pushed the renovate/cluster/system-upgrade-tuppr-genmachine branch 12 times, most recently from ef6c5e7 to fbf3e00 Compare June 12, 2026 13:19
@ixxel-bot ixxel-bot Bot changed the title feat(container): update image ghcr.io/home-operations/tuppr (0.1.40 → 0.2.4) feat(container): update image ghcr.io/home-operations/tuppr (0.1.40 → 0.2.5) Jun 12, 2026
@ixxel-bot ixxel-bot Bot force-pushed the renovate/cluster/system-upgrade-tuppr-genmachine branch 4 times, most recently from 7483f3a to c0b7583 Compare June 13, 2026 15:33
@ixxel-bot ixxel-bot Bot changed the title feat(container): update image ghcr.io/home-operations/tuppr (0.1.40 → 0.2.5) feat(container): update image ghcr.io/home-operations/tuppr (0.1.40 → 0.2.6) Jun 13, 2026
@ixxel-bot ixxel-bot Bot force-pushed the renovate/cluster/system-upgrade-tuppr-genmachine branch 7 times, most recently from 50e9ef0 to dd7723c Compare June 17, 2026 19:18
@ixxel-bot ixxel-bot Bot changed the title feat(container): update image ghcr.io/home-operations/tuppr (0.1.40 → 0.2.6) feat(container): update image ghcr.io/home-operations/tuppr (0.1.40 → 0.2.7) Jun 17, 2026
@ixxel-bot ixxel-bot Bot force-pushed the renovate/cluster/system-upgrade-tuppr-genmachine branch 3 times, most recently from 264f999 to e28936a Compare June 18, 2026 12:02
… 0.2.7)

| datasource | package                       | from   | to    |
| ---------- | ----------------------------- | ------ | ----- |
| docker     | ghcr.io/home-operations/tuppr | 0.1.40 | 0.2.7 |


Co-authored-by: renovate[bot] <renovate@whitesourcesoftware.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

app/system-upgrade Changes made to System Upgrade Controller application app/tuppr docker Changes related to docker image update env/genmachine Changes made in the Talos cluster system/cluster Cluster-level upgrade (Talos or Kubernetes) type/minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants