mirror of
https://github.com/truecharts/charts.git
synced 2026-07-18 18:46:26 -03:00
f85bfef4395a20ba03ea520c067d56dc2c70ced0
46977 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
f85bfef439 |
chore(helm): update image docker.io/jenkins/jenkins 2.525 → 2.526 (#39071)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jenkins/jenkins](https://www.jenkins.io/) ([source](https://redirect.github.com/jenkinsci/docker)) | minor | `1d55059` -> `f309e9e` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>jenkinsci/docker (docker.io/jenkins/jenkins)</summary> ### [`v2.526`](https://redirect.github.com/jenkinsci/docker/releases/tag/2.526) [Compare Source](https://redirect.github.com/jenkinsci/docker/compare/2.525...2.526) <!-- Optional: add a release summary here --> #### 📦 Jenkins Core updates - Update to Jenkins 2.526 ([changelog](https://www.jenkins.io/changelog/2.526)) #### 📦 Dependency updates - chore(deps): bump updatecli/updatecli-action from 2.90.0 to 2.91.0 ([#​2066](https://redirect.github.com/jenkinsci/docker/issues/2066)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
5ca20b8516 |
chore(helm): update image docker.io/syncthing/syncthing 2.0.3 → 2.0.5 (#39032)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/syncthing/syncthing](https://syncthing.net) ([source](https://redirect.github.com/syncthing/syncthing)) | patch | `32a43f7` -> `2a1eaba` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>syncthing/syncthing (docker.io/syncthing/syncthing)</summary> ### [`v2.0.5`](https://redirect.github.com/syncthing/syncthing/releases/tag/v2.0.5) [Compare Source](https://redirect.github.com/syncthing/syncthing/compare/v2.0.4...v2.0.5) #### Major changes in 2.0 - Database backend switched from LevelDB to SQLite. There is a migration on first launch which can be lengthy for larger setups. The new database is easier to understand and maintain and, hopefully, less buggy. - The logging format has changed to use structured log entries (a message plus several key-value pairs). Additionally, we can now control the log level per package, and a new log level WARNING has been inserted between INFO and ERROR (which was previously known as WARNING...). The INFO level has become more verbose, indicating the sync actions taken by Syncthing. A new command line flag `--log-level` sets the default log level for all packages, and the `STTRACE` environment variable and GUI has been updated to set log levels per package. The `--verbose` and `--logflags` command line options have been removed and will be ignored if given. - Deleted items are no longer kept forever in the database, instead they are forgotten after fifteen months. If your use case require deletes to take effect after more than a fifteen month delay, set the `--db-delete-retention-interval` command line option or corresponding environment variable to zero, or a longer time interval of your choosing. - Modernised command line options parsing. Old single-dash long options are no longer supported, e.g. `-home` must be given as `--home`. Some options have been renamed, others have become subcommands. All serve options are now also accepted as environment variables. See `syncthing --help` and `syncthing serve --help` for details. - Rolling hash detection of shifted data is no longer supported as this effectively never helped. Instead, scanning and syncing is faster and more efficient without it. - A "default folder" is no longer created on first startup. - Multiple connections are now used by default between v2 devices. The new default value is to use three connections: one for index metadata and two for data exchange. - The following platforms unfortunately no longer get prebuilt binaries for download at syncthing.net and on GitHub, due to complexities related to cross compilation with SQLite: - dragonfly/amd64 - illumos/amd64 and solaris/amd64 - linux/ppc64 - netbsd/\* - openbsd/386 and openbsd/arm - windows/arm - The handling of conflict resolution involving deleted files has changed. A delete can now be the winning outcome of conflict resolution, resulting in the deleted file being moved to a conflict copy. This release is also available as: - APT repository: <https://apt.syncthing.net/> - Docker image: `docker.io/syncthing/syncthing:2.0.5` or `ghcr.io/syncthing/syncthing:2.0.5` (`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major version) #### What's Changed ##### Fixes - fix(db): only vacuum database on startup when a migration script was actually run by [@​pixelspark](https://redirect.github.com/pixelspark) in [#​10339](https://redirect.github.com/syncthing/syncthing/pull/10339) ##### Other - docs: add DCO requirement to contribution guidelines by [@​calmh](https://redirect.github.com/calmh) in [#​10333](https://redirect.github.com/syncthing/syncthing/pull/10333) - docs: update contribution guidelines from the docs site by [@​calmh](https://redirect.github.com/calmh) in [#​10336](https://redirect.github.com/syncthing/syncthing/pull/10336) **Full Changelog**: <https://github.com/syncthing/syncthing/compare/v2.0.4...v2.0.5> ### [`v2.0.4`](https://redirect.github.com/syncthing/syncthing/releases/tag/v2.0.4) [Compare Source](https://redirect.github.com/syncthing/syncthing/compare/v2.0.3...v2.0.4) #### Major changes in 2.0 - Database backend switched from LevelDB to SQLite. There is a migration on first launch which can be lengthy for larger setups. The new database is easier to understand and maintain and, hopefully, less buggy. - The logging format has changed to use structured log entries (a message plus several key-value pairs). Additionally, we can now control the log level per package, and a new log level WARNING has been inserted between INFO and ERROR (which was previously known as WARNING...). The INFO level has become more verbose, indicating the sync actions taken by Syncthing. A new command line flag `--log-level` sets the default log level for all packages, and the `STTRACE` environment variable and GUI has been updated to set log levels per package. The `--verbose` and `--logflags` command line options have been removed and will be ignored if given. - Deleted items are no longer kept forever in the database, instead they are forgotten after fifteen months. If your use case require deletes to take effect after more than a fifteen month delay, set the `--db-delete-retention-interval` command line option or corresponding environment variable to zero, or a longer time interval of your choosing. - Modernised command line options parsing. Old single-dash long options are no longer supported, e.g. `-home` must be given as `--home`. Some options have been renamed, others have become subcommands. All serve options are now also accepted as environment variables. See `syncthing --help` and `syncthing serve --help` for details. - Rolling hash detection of shifted data is no longer supported as this effectively never helped. Instead, scanning and syncing is faster and more efficient without it. - A "default folder" is no longer created on first startup. - Multiple connections are now used by default between v2 devices. The new default value is to use three connections: one for index metadata and two for data exchange. - The following platforms unfortunately no longer get prebuilt binaries for download at syncthing.net and on GitHub, due to complexities related to cross compilation with SQLite: - dragonfly/amd64 - illumos/amd64 and solaris/amd64 - linux/ppc64 - netbsd/\* - openbsd/386 and openbsd/arm - windows/arm - The handling of conflict resolution involving deleted files has changed. A delete can now be the winning outcome of conflict resolution, resulting in the deleted file being moved to a conflict copy. This release is also available as: - APT repository: <https://apt.syncthing.net/> - Docker image: `docker.io/syncthing/syncthing:2.0.4` or `ghcr.io/syncthing/syncthing:2.0.4` (`{docker,ghcr}.io/syncthing/syncthing:2` to follow just the major version) #### What's Changed ##### Fixes - fix(cmd): only start temporary API server during migration if it's enabled by [@​pixelspark](https://redirect.github.com/pixelspark) in [#​10284](https://redirect.github.com/syncthing/syncthing/pull/10284) - fix(model): consider MaxFolderConcurrency when calculating number of hashers by [@​tomasz1986](https://redirect.github.com/tomasz1986) in [#​10285](https://redirect.github.com/syncthing/syncthing/pull/10285) - fix(model): consider number of CPU cores when calculating hashers on interactive OS ([#​10284](https://redirect.github.com/syncthing/syncthing/issues/10284)) by [@​tomasz1986](https://redirect.github.com/tomasz1986) in [#​10286](https://redirect.github.com/syncthing/syncthing/pull/10286) - fix(db): apply all migrations and schema in one transaction by [@​calmh](https://redirect.github.com/calmh) in [#​10323](https://redirect.github.com/syncthing/syncthing/pull/10323) - fix(model): correctly handle block-aligned empty sparse files by [@​calmh](https://redirect.github.com/calmh) in [#​10332](https://redirect.github.com/syncthing/syncthing/pull/10332) - fix(syncthing): apply folder migrations with temporary API/GUI server by [@​calmh](https://redirect.github.com/calmh) in [#​10330](https://redirect.github.com/syncthing/syncthing/pull/10330) ##### Other - chore(db): adjust db bench name to improve benchstat grouping by [@​imsodin](https://redirect.github.com/imsodin) in [#​10283](https://redirect.github.com/syncthing/syncthing/pull/10283) - chore(db): cleanup DB in tests and remove OpenTemp by [@​imsodin](https://redirect.github.com/imsodin) in [#​10282](https://redirect.github.com/syncthing/syncthing/pull/10282) - build: use Go 1.24 tools pattern by [@​calmh](https://redirect.github.com/calmh) in [#​10281](https://redirect.github.com/syncthing/syncthing/pull/10281) - chore(db): avoid rowid for blocks and blocklists by [@​bt90](https://redirect.github.com/bt90) in [#​10315](https://redirect.github.com/syncthing/syncthing/pull/10315) - refactor(db): slightly improve insert performance by [@​calmh](https://redirect.github.com/calmh) in [#​10318](https://redirect.github.com/syncthing/syncthing/pull/10318) - chore(gui): use steps of 1024 KiB for bandwidth rate limits by [@​tomasz1986](https://redirect.github.com/tomasz1986) in [#​10316](https://redirect.github.com/syncthing/syncthing/pull/10316) - chore(gui): use step of 3600 for versions cleanup interval by [@​tomasz1986](https://redirect.github.com/tomasz1986) in [#​10317](https://redirect.github.com/syncthing/syncthing/pull/10317) - chore(db): benchmark output, migration blocks/s output by [@​calmh](https://redirect.github.com/calmh) in [#​10320](https://redirect.github.com/syncthing/syncthing/pull/10320) - chore(db): update schema version in the same transaction as migration by [@​imsodin](https://redirect.github.com/imsodin) in [#​10321](https://redirect.github.com/syncthing/syncthing/pull/10321) - chore(db): migration for previous commits by [@​calmh](https://redirect.github.com/calmh) in [#​10319](https://redirect.github.com/syncthing/syncthing/pull/10319) **Full Changelog**: <https://github.com/syncthing/syncthing/compare/v2.0.3...v2.0.4> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
2eb10b758b | chore(helm): update image docker.io/machines/filestash digest to 247dc77 (#39064) | ||
|
|
ffedd03c81 |
chore(helm): update image ghcr.io/linuxserver/firefox digest to c8a314b (#39066)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/firefox](https://redirect.github.com/linuxserver/docker-firefox/packages) ([source](https://redirect.github.com/linuxserver/docker-firefox)) | digest | `c5df95a` -> `c8a314b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
c36848b427 |
chore(helm): update image docker.io/lmscommunity/lyrionmusicserver digest to cc4bfac (#39063)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/lmscommunity/lyrionmusicserver | digest | `18305ad` -> `cc4bfac` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
82a0590f42 |
chore(helm): update image ghcr.io/suwayomi/tachidesk digest to d86930e (#39067)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/suwayomi/tachidesk | digest | `58772d4` -> `d86930e` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
7e861c269d | chore(helm): update image lscr.io/linuxserver/calibre-web digest to a833d4c (#39068) | ||
|
|
1c69bdf038 |
chore(helm): update image friendica digest to bd4b957 (#39065)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | friendica | digest | `ede8330` -> `bd4b957` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
bf31a64e22 | chore(helm): update image docker.io/jgraph/drawio digest to b6fa32a (#39061) | ||
|
|
45ffc100de |
chore(helm): update image docker.io/lancachenet/monolithic digest to 2906722 (#39062)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/lancachenet/monolithic | digest | `2f0d633` -> `2906722` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
ec930f7140 |
chore(helm): update image docker.io/automaticrippingmachine/automatic-ripping-machine digest to 46022e7 (#39059)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/automaticrippingmachine/automatic-ripping-machine](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine) | digest | `f85f20a` -> `46022e7` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
7d08ee6e01 |
chore(helm): update image docker.io/dlandon/z80pack digest to b425796 (#39060)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/dlandon/z80pack | digest | `0275cc5` -> `b425796` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
bc1712ad82 |
chore(helm): update image docker digest to a56b3bd (#39058)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker | digest | `c0872aa` -> `a56b3bd` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
78f97f6fb1 |
chore(flux): update image kube-prometheus-stack 77.1.3 → 77.3.0 (clustertool) (#39070)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus) ([source](https://redirect.github.com/prometheus-community/helm-charts)) | minor | `77.1.3` -> `77.3.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v77.3.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-77.3.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-77.2.1...kube-prometheus-stack-77.3.0) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] Update <https://github.com/etcd-io/etcd> digest to [`0de7907`](https://redirect.github.com/prometheus-community/helm-charts/commit/0de7907) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​6107](https://redirect.github.com/prometheus-community/helm-charts/pull/6107) **Full Changelog**: <https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-77.2.1...kube-prometheus-stack-77.3.0> ### [`v77.2.1`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-77.2.1) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-77.2.0...kube-prometheus-stack-77.2.1) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] set expected jobLabel for node-exporter PodMonitor by [@​z0rc](https://redirect.github.com/z0rc) in [#​6101](https://redirect.github.com/prometheus-community/helm-charts/pull/6101) #### New Contributors - [@​z0rc](https://redirect.github.com/z0rc) made their first contribution in [#​6101](https://redirect.github.com/prometheus-community/helm-charts/pull/6101) **Full Changelog**: <https://github.com/prometheus-community/helm-charts/compare/prometheus-27.33.0...kube-prometheus-stack-77.2.1> ### [`v77.2.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-77.2.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-77.1.3...kube-prometheus-stack-77.2.0) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] Update Helm release kube-state-metrics to v6.2.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​6104](https://redirect.github.com/prometheus-community/helm-charts/pull/6104) **Full Changelog**: <https://github.com/prometheus-community/helm-charts/compare/kube-state-metrics-6.2.0...kube-prometheus-stack-77.2.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
89c6286f13 |
chore(container): update docker.io/renovate/renovate docker tag to v41.93.3 (#39069)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | patch | `41.93.2-full` -> `41.93.3-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.93.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.93.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.93.2...41.93.3) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.38.3 (main) ([#​37810](https://redirect.github.com/renovatebot/renovate/issues/37810)) ([e8a2327]( |
||
|
|
3fca974a8b |
fix(clustertool): Revert 35820 apiVersion: source.toolkit.fluxcd.io (#39057)
**Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes # <!--(issue)--> With this previous PR it seems a fresh clustertool bootstrap isn't possible. This needs to be `apiVersion: source.toolkit.fluxcd.io/v1beta2` **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> Just bootstrapped my cluster and `apiVersion: source.toolkit.fluxcd.io/v1` will not work **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [x] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: Boemeltrein <130394941+Boemeltrein@users.noreply.github.com> |
||
|
|
0e7410ac11 |
chore(helm): update image docker.io/metabase/metabase v0.56.3 → v0.56.4 (#39054)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/metabase/metabase | patch | `6b06358` -> `1cbe7b9` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
1ce5dbc9dc |
chore(container): update docker.io/renovate/renovate docker tag to v41.93.2 (#39024)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | minor | `41.91.4-full` -> `41.93.2-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.93.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.93.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.93.1...41.93.2) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.38.2 (main) ([#​37803](https://redirect.github.com/renovatebot/renovate/issues/37803)) ([572f812]( |
||
|
|
57ec614ce5 | chore(helm): update image public.ecr.aws/docker/library/xwiki digest to e9151b9 (#39051) | ||
|
|
27e7e5c35d |
chore(helm): update image ghcr.io/linuxserver/filezilla digest to e8ac040 (#39046)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/filezilla](https://redirect.github.com/linuxserver/docker-filezilla/packages) ([source](https://redirect.github.com/linuxserver/docker-filezilla)) | digest | `e78b489` -> `e8ac040` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
a61a12c5c3 | chore(helm): update image ghcr.io/suwayomi/tachidesk digest to 58772d4 (#39049) | ||
|
|
161cb32e1a | chore(helm): update rdesktop (#39052) | ||
|
|
ac980f088d | chore(helm): update image ghcr.io/linuxserver/speedtest-tracker digest to f63b6f5 (#39048) | ||
|
|
bc7a1d0034 |
chore(helm): update image ghcr.io/linuxserver/lazylibrarian digest to bcb8b9a (#39047)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/linuxserver/lazylibrarian | digest | `353fe36` -> `bcb8b9a` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
e61490d735 |
chore(helm): update webtop (#39053)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/webtop | digest | `e38cd79` -> `793b6c0` | | lscr.io/linuxserver/webtop | digest | `f15e908` -> `ae0e7f2` | | lscr.io/linuxserver/webtop | digest | `bc026c9` -> `d654503` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
4f8eddcd64 |
chore(helm): update image docker.io/searxng/searxng digest to 9d53db5 (#39044)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/searxng/searxng | digest | `afa052a` -> `9d53db5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
b3cd87362d |
chore(helm): update image docker.io/nginxinc/nginx-unprivileged digest to 451ec1d (#39043)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/nginxinc/nginx-unprivileged](https://redirect.github.com/nginx/docker-nginx-unprivileged) | digest | `51c7d96` -> `451ec1d` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
b1a8c41025 |
chore(helm): update image docker.io/clamav/clamav digest to 8750048 (#39042)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/clamav/clamav](https://redirect.github.com/Cisco-Talos/clamav.git) ([source](https://redirect.github.com/Cisco-Talos/clamav)) | digest | `30c7d22` -> `8750048` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
b1dbb4a8f2 |
chore(helm): update image docker.io/itzg/minecraft-bedrock-server 2025.7.0 → 2025.9.0 (#39039)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/itzg/minecraft-bedrock-server](https://redirect.github.com/itzg/docker-minecraft-bedrock-server) | minor | `6967226` -> `5db52aa` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>itzg/docker-minecraft-bedrock-server (docker.io/itzg/minecraft-bedrock-server)</summary> ### [`v2025.9.0`](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/releases/tag/2025.9.0) [Compare Source](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/compare/2025.7.0...2025.9.0) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Documentation - add `ENABLE_SSH` env var description to README by [@​tokoroten-frapp](https://redirect.github.com/tokoroten-frapp) in [#​551](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/551) - Add Kubernetes Tailscale Operator example with MTU fix by [@​mo124121](https://redirect.github.com/mo124121) in [#​554](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/554) ##### Other Changes - Upgrade mc-server-runner to 1.13.2 by [@​itzg](https://redirect.github.com/itzg) in [#​545](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/545) #### New Contributors - [@​tokoroten-frapp](https://redirect.github.com/tokoroten-frapp) made their first contribution in [#​551](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/551) - [@​mo124121](https://redirect.github.com/mo124121) made their first contribution in [#​554](https://redirect.github.com/itzg/docker-minecraft-bedrock-server/pull/554) **Full Changelog**: <https://github.com/itzg/docker-minecraft-bedrock-server/compare/2025.7.0...2025.9.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
181bc57443 | chore(helm): update image docker.io/jasongdove/ersatztv v25.4.0 → v25.5.0 (#39040) | ||
|
|
da13b64c7c |
chore(helm): update image ghcr.io/coderaiser/cloudcmd 18.7.4 → 18.8.0 (#39041)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/coderaiser/cloudcmd](https://redirect.github.com/coderaiser/cloudcmd) | minor | `b80146d` -> `4562d1f` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>coderaiser/cloudcmd (ghcr.io/coderaiser/cloudcmd)</summary> ### [`v18.8.0`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v18.8.0): cloudcmd v18.8.0 [Compare Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v18.7.4...v18.8.0) #### 🔥 feature - [`08b5c6b`](https://redirect.github.com/coderaiser/cloudcmd/commit/08b5c6b2) client: menu: aleman: add </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
ae89af52a1 | chore(helm): update image lscr.io/linuxserver/pyload-ng digest to 9fee626 (#39027) | ||
|
|
922d3f2711 |
chore(helm): update image ghcr.io/g0ldyy/comet digest to c790225 (#39026)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/g0ldyy/comet | digest | `3e8422e` -> `c790225` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
02355085ad |
fix(deps): update module github.com/spf13/cobra v1.9.1 → v1.10.1 (clustertool) (#39022)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/spf13/cobra](https://redirect.github.com/spf13/cobra) | `v1.9.1` -> `v1.10.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>spf13/cobra (github.com/spf13/cobra)</summary> ### [`v1.10.1`](https://redirect.github.com/spf13/cobra/releases/tag/v1.10.1) [Compare Source](https://redirect.github.com/spf13/cobra/compare/v1.10.0...v1.10.1) ##### 🐛 Fix - chore: upgrade pflags v1.0.9 by [@​jpmcb](https://redirect.github.com/jpmcb) in [#​2305](https://redirect.github.com/spf13/cobra/pull/2305) v1.0.9 of pflags brought back `ParseErrorsWhitelist` and marked it as deprecated **Full Changelog**: <https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1> ### [`v1.10.0`](https://redirect.github.com/spf13/cobra/releases/tag/v1.10.0) [Compare Source](https://redirect.github.com/spf13/cobra/compare/v1.9.1...v1.10.0) #### What's Changed ##### 🚨 Attention! - Bump pflag to 1.0.8 by [@​tomasaschan](https://redirect.github.com/tomasaschan) in [#​2303](https://redirect.github.com/spf13/cobra/pull/2303) This version of `pflag` carried a breaking change: it renamed `ParseErrorsWhitelist` to `ParseErrorsAllowlist` which can break builds if both `pflag` and `cobra` are dependencies in your project. - If you use both `pflag and `cobra`, upgrade `pflag`to 1.0.8 and`cobra`to`1.10.0\` - ***or*** use the newer, fixed version of `pflag` v1.0.9 which keeps the deprecated `ParseErrorsWhitelist` More details can be found here: [#​2303 (comment)](https://redirect.github.com/spf13/cobra/pull/2303#issuecomment-3242333515) ##### ✨ Features - Flow context to command in SetHelpFunc by [@​Frassle](https://redirect.github.com/Frassle) in [#​2241](https://redirect.github.com/spf13/cobra/pull/2241) - The default ShellCompDirective can be customized for a command and its subcommands by [@​albers](https://redirect.github.com/albers) in [#​2238](https://redirect.github.com/spf13/cobra/pull/2238) ##### 🐛 Fix - Upgrade golangci-lint to v2, address findings by [@​scop](https://redirect.github.com/scop) in [#​2279](https://redirect.github.com/spf13/cobra/pull/2279) ##### 🪠 Testing - Test with Go 1.24 by [@​harryzcy](https://redirect.github.com/harryzcy) in [#​2236](https://redirect.github.com/spf13/cobra/pull/2236) - chore: Rm GitHub Action PR size labeler by [@​jpmcb](https://redirect.github.com/jpmcb) in [#​2256](https://redirect.github.com/spf13/cobra/pull/2256) ##### 📝 Docs - Remove traling curlybrace by [@​yedayak](https://redirect.github.com/yedayak) in [#​2237](https://redirect.github.com/spf13/cobra/pull/2237) - Update command.go by [@​styee](https://redirect.github.com/styee) in [#​2248](https://redirect.github.com/spf13/cobra/pull/2248) - feat: Add security policy by [@​jpmcb](https://redirect.github.com/jpmcb) in [#​2253](https://redirect.github.com/spf13/cobra/pull/2253) - Update Readme (Warp) by [@​ericdachen](https://redirect.github.com/ericdachen) in [#​2267](https://redirect.github.com/spf13/cobra/pull/2267) - Add Periscope to the list of projects using Cobra by [@​anishathalye](https://redirect.github.com/anishathalye) in [#​2299](https://redirect.github.com/spf13/cobra/pull/2299) #### New Contributors - [@​harryzcy](https://redirect.github.com/harryzcy) made their first contribution in [#​2236](https://redirect.github.com/spf13/cobra/pull/2236) - [@​yedayak](https://redirect.github.com/yedayak) made their first contribution in [#​2237](https://redirect.github.com/spf13/cobra/pull/2237) - [@​Frassle](https://redirect.github.com/Frassle) made their first contribution in [#​2241](https://redirect.github.com/spf13/cobra/pull/2241) - [@​styee](https://redirect.github.com/styee) made their first contribution in [#​2248](https://redirect.github.com/spf13/cobra/pull/2248) - [@​ericdachen](https://redirect.github.com/ericdachen) made their first contribution in [#​2267](https://redirect.github.com/spf13/cobra/pull/2267) - [@​albers](https://redirect.github.com/albers) made their first contribution in [#​2238](https://redirect.github.com/spf13/cobra/pull/2238) - [@​anishathalye](https://redirect.github.com/anishathalye) made their first contribution in [#​2299](https://redirect.github.com/spf13/cobra/pull/2299) - [@​tomasaschan](https://redirect.github.com/tomasaschan) made their first contribution in [#​2303](https://redirect.github.com/spf13/cobra/pull/2303) **Full Changelog**: <https://github.com/spf13/cobra/compare/v1.9.1...v1.9.2> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
cc9434f4d4 | chore(helm): update image docker.io/outlinewiki/outline 0.87.1 → 0.87.3 (#39017) | ||
|
|
b921cf4e2b | chore(helm): update image ghcr.io/n8n-io/n8n 1.109.1 → 1.110.0 (#39021) | ||
|
|
8fb60f970c |
chore(helm): update image docker.io/docuseal/docuseal digest to 627b16c (#39014)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/docuseal/docuseal | digest | `0644ae0` -> `627b16c` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
55c69a6a43 |
chore(helm): update image ghcr.io/home-operations/nzbget 25.2.0 → 25.3.0 (#39020)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/home-operations/nzbget](https://ghcr.io/home-operations/nzbget) ([source](https://redirect.github.com/nzbgetcom/nzbget)) | minor | `1eea992` -> `8ba14be` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
0448422405 |
fix(deps): update module github.com/siderolabs/talos/pkg/machinery v1.11.0-rc.0 → v1.11.0 (clustertool) (#39018)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/siderolabs/talos/pkg/machinery](https://redirect.github.com/siderolabs/talos) | `v1.11.0-rc.0` -> `v1.11.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>siderolabs/talos (github.com/siderolabs/talos/pkg/machinery)</summary> ### [`v1.11.0`](https://redirect.github.com/siderolabs/talos/blob/HEAD/CHANGELOG.md#Talos-1110-alpha3-2025-07-02) [Compare Source](https://redirect.github.com/siderolabs/talos/compare/v1.11.0-rc.0...v1.11.0) Welcome to the v1.11.0-alpha.3 release of Talos!\ *This is a pre-release of Talos* Please try out the release binaries and report any issues at <https://github.com/siderolabs/talos/issues>. ##### Azure Talos on Azure now defaults to MTU of 1400 bytes for the `eth0` interface to avoid packet fragmentation issues. The default MTU can be overriden with machine configuration. ##### IMA support removed Talos now drops the IMA (Integrity Measurement Architecture) support. This feature was not used in Talos for any meaningful security purpose and has historically caused performance issues. See [#​11133](https://redirect.github.com/siderolabs/talos/issues/11133) for more details. ##### Kubernetes Version Validation Talos now validates Kubernetes version in the image submitted in the machine configuration. Previously this check was performed only on upgrade, but now it is consistently applied to upgrade, initial provisioning, and machine configuration updates. This implies that all image references should contain the tag, even if the image is pinned by digest. ##### Qemu provisioner on MacOS On MacOS `talosctl cluster create` command now supports the Qemu provisioner in addition to the Docker provisioner. ##### Swap Suport Talos now supports swap on block devices. This feature can be enable by using [SwapVolumeConfig](https://www.talos.dev/v1.11/reference/configuration/block/swapvolumeconfig/) document in the machine configuration. ##### Component Updates Linux: 6.12.35 Kubernetes: 1.34.0-alpha.2 runc: 1.3.0 containerd: 2.1.3 Flannel CNI plugin: 1.7.1-flannel1 Flannel: 0.27.0 CoreDNS: 1.12.2 Talos is built with Go 1.24.4. ##### VMware Talos VMWare platform now supports `arm64` architecture in addition to `amd64`. ##### Zswap Support Talos now supports zswap, a compressed cache for swap pages. This feature can be enabled by using [ZswapConfig](https://www.talos.dev/v1.11/reference/configuration/block/zswapconfig/) document in the machine configuration. ##### Contributors - Andrey Smirnov - Noel Georgi - Orzelius - Orzelius - Justin Garrison - Spencer Smith - Till Hoffmann - Utku Ozdemir - Artem Chernyshev - Dmitrii Sharshakov - Michael Robbins - Steve Francis - Andrew Longwill - Marat Bakeev - Olav Thoresen - Thibault VINCENT - Alvaro "Chamo" Linares Cabre - Brian Brookman - Bryan Mora - Clément Nussbaumer - Damien - David R - Dennis Marttinen - Dmitriy Matrenichev - Joakim Nohlgård - Jorik Jonker - Justin Seely - Luke Cousins - Marco Mihai Condrache - Markus Reiter - Martyn Ranyard - Michael Moerz - Mike - Tan Siewert - Tom Keur - jvanthienen-gluo - killcity - yashutanu ##### Changes <details><summary>170 commits</summary> <p> - [`777335f23`]( |
||
|
|
0ed75a4eed |
chore(flux): update image kube-prometheus-stack 77.1.2 → 77.1.3 (clustertool) (#39016)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus) ([source](https://redirect.github.com/prometheus-community/helm-charts)) | patch | `77.1.2` -> `77.1.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v77.1.3`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-77.1.3) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-77.1.2...kube-prometheus-stack-77.1.3) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] support encoded string for thanos sidecar secret by [@​trouaux](https://redirect.github.com/trouaux) in [#​5999](https://redirect.github.com/prometheus-community/helm-charts/pull/5999) **Full Changelog**: <https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-77.1.2...kube-prometheus-stack-77.1.3> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
57955d9142 |
chore(container): update docker.io/renovate/renovate docker tag to v41.91.4 (#39015)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | patch | `41.91.3-full` -> `41.91.4-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.91.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.91.4) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.91.3...41.91.4) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.37.2 (main) ([#​37793](https://redirect.github.com/renovatebot/renovate/issues/37793)) ([8926c86]( |
||
|
|
ff7f4d2197 | chore(helm): update image ghcr.io/home-operations/jackett 0.22.2384 → 0.22.2390 (#39011) | ||
|
|
71dddd25df | chore(helm): update image docker.io/victoriametrics/victoria-metrics v1.124.0 → v1.125.0 (#39013) | ||
|
|
6288ddb155 |
chore(helm): update image ghcr.io/linuxserver/jackett 0.22.2384 → 0.22.2390 (#39012)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/jackett](https://redirect.github.com/linuxserver/docker-jackett/packages) ([source](https://redirect.github.com/linuxserver/docker-jackett)) | patch | `91dbeae` -> `81a93f0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
9deff67412 |
chore(helm): update image docker.io/docuseal/docuseal 2.1.2 → 2.1.3 (#39010)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/docuseal/docuseal | patch | `59ca695` -> `0644ae0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
450ad13859 |
chore(flux): update image kube-prometheus-stack 77.1.1 → 77.1.2 (clustertool) (#39009)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus) ([source](https://redirect.github.com/prometheus-community/helm-charts)) | patch | `77.1.1` -> `77.1.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v77.1.2`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-77.1.2) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-77.1.1...kube-prometheus-stack-77.1.2) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] Update kube-prometheus-stack dependency non-major updates by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​6100](https://redirect.github.com/prometheus-community/helm-charts/pull/6100) **Full Changelog**: <https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-77.1.1...kube-prometheus-stack-77.1.2> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
a34462e2d9 |
chore(helm): update image docker.io/haveagitgat/tdarr_node 2.45.01 → 2.46.01 (#39007)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/haveagitgat/tdarr_node](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu/packages) ([source](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu)) | minor | `7e98e8b` -> `1ecdd62` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
b40b2ed04a | chore(helm): update image registry.gitlab.com/crafty-controller/crafty-4 4.5.1 → 4.5.2 (#39005) | ||
|
|
a253d56e25 | chore(helm): update image docker.io/haveagitgat/tdarr 2.45.01 → 2.46.01 (#39006) | ||
|
|
1f0ead1382 |
chore(helm): update webtop (#39003)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/webtop | digest | `337b8bc` -> `4e0470e` | | lscr.io/linuxserver/webtop | digest | `6e3459f` -> `73a7cfc` | | lscr.io/linuxserver/webtop | digest | `623308e` -> `29f0e77` | | lscr.io/linuxserver/webtop | digest | `da77f88` -> `f479efc` | | lscr.io/linuxserver/webtop | digest | `7b982f6` -> `15fd3ac` | | lscr.io/linuxserver/webtop | digest | `64003c1` -> `32d5f38` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |