13d1f00a1a29eba2887a19c189dc7a71ea428465
36151 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
13d1f00a1a |
chore(helm): update image ghcr.io/manyfold3d/manyfold 0.85.1 → 0.86.0 (#28287)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold) | minor | `0b763e9` -> `3e891f3` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>manyfold3d/manyfold (ghcr.io/manyfold3d/manyfold)</summary> ### [`v0.86.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.86.0) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.85.1...v0.86.0) This release adds another long-requested feature, a big download button for an entire model! No, I'm not sure how it took this long either. But, there's not just one download button - there are options! You can download just the supported files, just the unsupported, or just one particular file type! Note: The downloads are generated on the fly (and cached for 6 hours), so for large models it might take a little while to start downloading; we'll get some UI feedback for that into a future release so you can see what's happening. #### What's Changed ##### ✨ New Features ✨ - Add Download button for entire model, with file subset options by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3020](https://redirect.github.com/manyfold3d/manyfold/pull/3020) - Add opengraph metadata to creator pages by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3014](https://redirect.github.com/manyfold3d/manyfold/pull/3014) ##### 🐛 Bug Fixes 🐛 - Restore missing model page title by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3025](https://redirect.github.com/manyfold3d/manyfold/pull/3025) - Fix model supported/unsupported test by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3026](https://redirect.github.com/manyfold3d/manyfold/pull/3026) - Change to sidekiq-cron for more reliable job scheduling by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3033](https://redirect.github.com/manyfold3d/manyfold/pull/3033) ##### 🛠️ Other Improvements 🛠️ - Remove built-in log viewer; use Docker logs instead by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3013](https://redirect.github.com/manyfold3d/manyfold/pull/3013) - Translation updates (DE, ES, PL) by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3023](https://redirect.github.com/manyfold3d/manyfold/pull/3023) - Improvements to download UX and cache sweeping by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3034](https://redirect.github.com/manyfold3d/manyfold/pull/3034) - Hide cache clearance jobs from activity list by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3035](https://redirect.github.com/manyfold3d/manyfold/pull/3035) - Add proper markup to download links by [@​Floppy](https://redirect.github.com/Floppy) in [https://github.com/manyfold3d/manyfold/pull/3041](https://redirect.github.com/manyfold3d/manyfold/pull/3041) **Full Changelog**: https://github.com/manyfold3d/manyfold/compare/v0.85.1...v0.86.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
81ad871578 |
chore(helm): update image docker.io/n8nio/n8n 1.64.2 → 1.65.0 (#28264)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [docker.io/n8nio/n8n](https://n8n.io)
([source](https://redirect.github.com/n8n-io/n8n)) | minor | `a6d2c1b`
-> `b1b1c15` |
Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.
---
### Release Notes
<details>
<summary>n8n-io/n8n (docker.io/n8nio/n8n)</summary>
###
[`v1.65.0`](https://redirect.github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#1650-2024-10-24)
##### Bug Fixes
- **AI Agent Node:** Preserve `intermediateSteps` when using output
parser with non-tool agent
([#​11363](https://redirect.github.com/n8n-io/n8n/issues/11363))
([e61a853](https://redirect.github.com/n8n-io/n8n/commit/e61a8535aa39653b9a87575ea911a65318282167))
- **API:** `PUT /credentials/:id` should move the specified credential,
not the first one in the database
([#​11365](https://redirect.github.com/n8n-io/n8n/issues/11365))
([e6b2f8e](https://redirect.github.com/n8n-io/n8n/commit/e6b2f8e7e6ebbb6e3776a976297d519e99ac6c64))
- **API:** Correct credential schema for response in `POST /credentials`
([#​11340](https://redirect.github.com/n8n-io/n8n/issues/11340))
([f495875](https://redirect.github.com/n8n-io/n8n/commit/f4958756b4976e0b608b9155dab84564f7e8804e))
- **core:** Account for waiting jobs during shutdown
([#​11338](https://redirect.github.com/n8n-io/n8n/issues/11338))
([c863abd](https://redirect.github.com/n8n-io/n8n/commit/c863abd08300b53ea898fc4d06aae97dec7afa9b))
- **core:** Add missing primary key to execution annotation tags table
([#​11168](https://redirect.github.com/n8n-io/n8n/issues/11168))
([b4b543d](https://redirect.github.com/n8n-io/n8n/commit/b4b543d41daa07753eca24ab93bf7445f672361d))
- **core:** Change dedupe value column type from varchar(255) to text
([#​11357](https://redirect.github.com/n8n-io/n8n/issues/11357))
([7a71cff](https://redirect.github.com/n8n-io/n8n/commit/7a71cff4d75fe4e7282a398b4843428e0161ba8c))
- **core:** Do not debounce webhooks, triggers and pollers activation
([#​11306](https://redirect.github.com/n8n-io/n8n/issues/11306))
([64bddf8](https://redirect.github.com/n8n-io/n8n/commit/64bddf86536ddd688638a643d24f80c947a12f31))
- **core:** Enforce nodejs version consistently
([#​11323](https://redirect.github.com/n8n-io/n8n/issues/11323))
([0fa2e8c](https://redirect.github.com/n8n-io/n8n/commit/0fa2e8ca85005362d9043d82469f3c3525f4c4ef))
- **core:** Fix memory issue with empty model response
([#​11300](https://redirect.github.com/n8n-io/n8n/issues/11300))
([216b119](https://redirect.github.com/n8n-io/n8n/commit/216b119350949de70f15cf2d61f474770803ad7a))
- **core:** Fix race condition when resolving post-execute promise
([#​11360](https://redirect.github.com/n8n-io/n8n/issues/11360))
([4f1816e](https://redirect.github.com/n8n-io/n8n/commit/4f1816e03db00219bc2e723e3048848aef7f8fe1))
- **core:** Sanitise IdP provided information in SAML test pages
([#​11171](https://redirect.github.com/n8n-io/n8n/issues/11171))
([74fc388](https://redirect.github.com/n8n-io/n8n/commit/74fc3889b946e8f224e65ef8d3d44125404aa4fc))
- Don't show pin button in input panel when there's binary data
([#​11267](https://redirect.github.com/n8n-io/n8n/issues/11267))
([c0b5b92](https://redirect.github.com/n8n-io/n8n/commit/c0b5b92f62a2d7ba60492eb27daced268b654fe9))
- **editor:** Add Personal project to main navigation
([#​11161](https://redirect.github.com/n8n-io/n8n/issues/11161))
([1f441f9](https://redirect.github.com/n8n-io/n8n/commit/1f441f97528f58e905eaf8930577bbcd08debf06))
- **editor:** Fix Cannot read properties of undefined (reading
'finished')
([#​11367](https://redirect.github.com/n8n-io/n8n/issues/11367))
([475d72e](https://redirect.github.com/n8n-io/n8n/commit/475d72e0bc9e13c6dc56129902f6f89c67547f78))
- **editor:** Fix delete all existing executions
([#​11352](https://redirect.github.com/n8n-io/n8n/issues/11352))
([3ec103f](https://redirect.github.com/n8n-io/n8n/commit/3ec103f8baaa89e579844947d945f00bec9e498e))
- **editor:** Fix pin data button disappearing after reload
([#​11198](https://redirect.github.com/n8n-io/n8n/issues/11198))
([3b2f63e](https://redirect.github.com/n8n-io/n8n/commit/3b2f63e248cd0cba04087e2f40e13d670073707d))
- **editor:** Fix RunData non-binary pagination when binary data is
present
([#​11309](https://redirect.github.com/n8n-io/n8n/issues/11309))
([901888d](https://redirect.github.com/n8n-io/n8n/commit/901888d5b1027098653540c72f787f176941f35a))
- **editor:** Fix sorting problem in older browsers that don't support
`toSorted`
([#​11204](https://redirect.github.com/n8n-io/n8n/issues/11204))
([c728a2f](https://redirect.github.com/n8n-io/n8n/commit/c728a2ffe01f510a237979a54897c4680a407800))
- **editor:** Follow-up fixes to projects side menu
([#​11327](https://redirect.github.com/n8n-io/n8n/issues/11327))
([4dde772](https://redirect.github.com/n8n-io/n8n/commit/4dde772814c55e66efcc9b369ae443328af21b14))
- **editor:** Keep always focus on the first item on the node's search
panel
([#​11193](https://redirect.github.com/n8n-io/n8n/issues/11193))
([c57cac9](https://redirect.github.com/n8n-io/n8n/commit/c57cac9e4d447c3a4240a565f9f2de8aa3b7c513))
- **editor:** Open Community+ enrollment modal only for the instance
owner
([#​11292](https://redirect.github.com/n8n-io/n8n/issues/11292))
([76724c3](https://redirect.github.com/n8n-io/n8n/commit/76724c3be6e001792433045c2b2aac0ef16d4b8a))
- **editor:** Record sessionStarted telemetry event in Setting Store
([#​11334](https://redirect.github.com/n8n-io/n8n/issues/11334))
([
|
||
|
|
7e1f1a3135 |
chore(helm): update image docker.io/stonith404/pingvin-share v1.2.3 → v1.2.4 (#28281)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/stonith404/pingvin-share | patch | `c7eb32e` -> `57fee89` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
d316501023 |
chore(helm): update image docker.io/cthulhoo/ttrss-web-nginx digest to 5f9c022 (#28251)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/cthulhoo/ttrss-web-nginx | digest | `3359074` -> `5f9c022` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
cede5cc7d5 |
chore(helm): update image lscr.io/linuxserver/blender digest to 4e2cd44 (#28278)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/blender | digest | `7123fa4` -> `4e2cd44` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
f18d1056a9 |
chore(helm): update image renovate/renovate 38.130.2 → 38.130.3 (#28285)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | patch | -> | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>renovatebot/renovate (renovate/renovate)</summary> ### [`v38.130.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/38.130.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/38.130.2...38.130.3) ##### Bug Fixes - **deps:** update ghcr.io/containerbase/sidecar docker tag to v11.11.38 ([#​32126](https://redirect.github.com/renovatebot/renovate/issues/32126)) ([df7b8bb](https://redirect.github.com/renovatebot/renovate/commit/df7b8bb1ce35d13a5f80adee77233c405f7d9d92)) ##### Miscellaneous Chores - **deps:** update actions/setup-node action to v4.1.0 ([#​32127](https://redirect.github.com/renovatebot/renovate/issues/32127)) ([5ce7f76](https://redirect.github.com/renovatebot/renovate/commit/5ce7f7649cbfd4cab528a28c7e49c83a4e556878)) - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v20.16.12 ([#​32114](https://redirect.github.com/renovatebot/renovate/issues/32114)) ([6c1bd70](https://redirect.github.com/renovatebot/renovate/commit/6c1bd70bfd4c528f8fc50b5d24c19a69b4b9a0ac)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
c4e8e3c6da |
fix(deps): update module sigs.k8s.io/controller-runtime v0.19.0 → v0.19.1 (clustertool) (#28286)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sigs.k8s.io/controller-runtime](https://redirect.github.com/kubernetes-sigs/controller-runtime) | require | patch | `v0.19.0` -> `v0.19.1` | --- ### Release Notes <details> <summary>kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)</summary> ### [`v0.19.1`](https://redirect.github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.19.1) [Compare Source](https://redirect.github.com/kubernetes-sigs/controller-runtime/compare/v0.19.0...v0.19.1) #### What's Changed - \[release-0.19] 🌱 Verify PR titles with shell script by [@​k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/2947](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2947) - \[release-0.19] 🐛 Fakeclient: preserve TypeMeta for PartialObjectMeta resources by [@​k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/2951](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2951) - \[release-0.19] 🌱 pr-verify: use env var for passing the PR title by [@​k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/2962](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2962) - \[release-0.19] 🌱 pr-verify: use env var for passing the PR title by [@​k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/2965](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2965) - \[release-0.19] 🌱 Fix PR verify action by [@​k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/2974](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2974) - \[release-0.19] 🐛 Fakeclient: Fix TOCTOU races by [@​k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/2992](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2992) **Full Changelog**: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.0...v0.19.1 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
f0c646fdb4 |
chore(helm): update image ghcr.io/netbootxyz/netbootxyz 0.7.1 → 0.7.3 (#28283)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/netbootxyz/netbootxyz](https://redirect.github.com/netbootxyz/docker-netbootxyz/packages) ([source](https://redirect.github.com/netbootxyz/docker-netbootxyz)) | patch | `ad1bca9` -> `b1dd79d` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
daa6ba82a0 |
chore(helm): update image ghcr.io/onedr0p/plex 1.41.0.8994-f2c27da23 → 1.41.1.9057-af5eaea7a (#28284)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/onedr0p/plex](https://ghcr.io/onedr0p/plex) | patch | `fe9ed11` -> `5926b77` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
b6bbfcf3e8 |
chore(helm): update image xwiki digest to 5833c25 (#28279)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | xwiki | digest | `82da75a` -> `5833c25` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
e596f51440 |
chore(helm): update image ghcr.io/ix-ai/smtp v0.5.7 → v0.5.8 (#28282)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/ix-ai/smtp](https://gitlab.com/ix.ai/smtp) | patch | `17b59e7` -> `f67bbeb` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>ix.ai/smtp (ghcr.io/ix-ai/smtp)</summary> ### [`v0.5.8`](https://gitlab.com/ix.ai/smtp/tags/v0.5.8) [Compare Source](https://gitlab.com/ix.ai/smtp/compare/v0.5.7...v0.5.8) #### Release v0.5.8 * 25a98d6 Update registry.gitlab.com/ix.ai/smtp Docker digest to 17b59e7 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
b38858ee64 |
chore(helm): update image docker.io/diygod/rsshub digest to 0eeea06 (#28274)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/diygod/rsshub | digest | `e2ce9ed` -> `0eeea06` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
43eeb9b8dc |
chore(helm): update image docker.io/bitnami/memcached digest to 34db8c3 (#28272)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/bitnami/memcached](https://redirect.github.com/bitnami/containers) ([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/memcached)) | digest | `7f9c013` -> `34db8c3` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
a4e5fb53d0 |
chore(helm): update image docker.io/bitnami/matomo digest to 88192e4 (#28271)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/bitnami/matomo](https://redirect.github.com/bitnami/containers) ([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/matomo)) | digest | `f635d88` -> `88192e4` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
cca8ff3099 |
chore(helm): update image docker.io/netdata/netdata v1.47.4 → v1.47.5 (#28280)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/netdata/netdata](https://netdata.cloud) ([source](https://redirect.github.com/netdata/netdata)) | patch | `3d89a42` -> `678b932` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>netdata/netdata (docker.io/netdata/netdata)</summary> ### [`v1.47.5`](https://redirect.github.com/netdata/netdata/releases/tag/v1.47.5) [Compare Source](https://redirect.github.com/netdata/netdata/compare/v1.47.4...v1.47.5) Netdata v1.47.5 is a patch release to address issues discovered since [v1.47.4](https://redirect.github.com/netdata/netdata/releases/tag/v1.47.4). > \[!IMPORTANT] > Not all known bug fixes were included in this patch release. > Some fixes involve complex, interdependent changes that couldn’t be easily cherry-picked. > These fixes are expected to be part of the next major release (v2). This patch release provides the following bug fixes and updates: - Fixed an issue where the build process incorrectly checked for `sys/capability.h` on non-Linux platforms, potentially leading to build failures on FreeBSD systems ([#​18849](https://redirect.github.com/netdata/netdata/pull/18849), [@​ilyam8](https://redirect.github.com/ilyam8)) - Added "index" label to GPU charts for easier metric grouping (go.d/nvidia_smi) ([#​18833](https://redirect.github.com/netdata/netdata/pull/18833), [@​ilyam8](https://redirect.github.com/ilyam8)) - Added delay for collection of virtual network interface statistics. This prevents the creation of unnecessary charts for interfaces that may be mapped to containers (proc/proc_net_dev) ([#​18812](https://redirect.github.com/netdata/netdata/pull/18812), [@​ilyam8](https://redirect.github.com/ilyam8)) - To ensure timely node registration on parent servers with many children, the node state update is now scheduled after context loading. This prevents archived nodes from appearing offline in the Cloud ([#​18795](https://redirect.github.com/netdata/netdata/pull/18795), [@​stelfrag](https://redirect.github.com/stelfrag)) - Fixed the storage of repeat fields in the alert hash table to ensure accurate handling of recurring alerts [#​18760](https://redirect.github.com/netdata/netdata/pull/18760), [@​stelfrag](https://redirect.github.com/stelfrag) - Improved network listeners discovery to handle cases where the `local-listeners` binary consistently times out. The module now includes a mechanism to gracefully exit after multiple consecutive timeouts, preventing unnecessary resource consumption (go.d.plugin) ([#​18757](https://redirect.github.com/netdata/netdata/pull/18757), [#​18774](https://redirect.github.com/netdata/netdata/pull/18774) [@​ilyam8](https://redirect.github.com/ilyam8)) - Fixed sysctl arcstats.p failure on FreeBSD 14 (freebsd.plugin) ([#​18748](https://redirect.github.com/netdata/netdata/pull/18748), [#​18758](https://redirect.github.com/netdata/netdata/pull/18758) [@​ilyam8](https://redirect.github.com/ilyam8)) #### Support options <a id="v1475-support-options"></a> As we grow, we stay committed to providing the best support ever seen from an open-source solution. Should you encounter an issue with any of the changes made in this release or any feature in the Netdata Agent, feel free to contact us through one of the following channels: - [Netdata Learn](https://learn.netdata.cloud): Find documentation, guides, and reference material for monitoring and troubleshooting your systems with Netdata. - [GitHub Issues](https://redirect.github.com/netdata/netdata/issues): Use the Netdata repository to report bugs or open a new feature request. - [GitHub Discussions](https://redirect.github.com/netdata/netdata/discussions): Join the conversation around the Netdata development process and be a part of it. - [Community Forums](https://community.netdata.cloud/): Visit the Community Forums and contribute to the collaborative knowledge base. - [Discord Server](https://discord.gg/2eduZdSeC7): Jump into the Netdata Discord and hang out with like-minded sysadmins, DevOps, SREs, and other troubleshooters. More than 2000 engineers are already using it! </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
526e5ed2cb |
chore(helm): update image docker.io/bitnami/alertmanager digest to 3debfa7 (#28269)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/bitnami/alertmanager](https://redirect.github.com/bitnami/containers) ([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/alertmanager)) | digest | `c71103f` -> `3debfa7` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
a15057f18d |
chore(helm): update image docker.io/bitnami/mariadb digest to bfcf892 (#28270)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/bitnami/mariadb](https://redirect.github.com/bitnami/containers) ([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/mariadb)) | digest | `0b22e57` -> `bfcf892` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
0eb081a56e |
chore(helm): update image docker.io/mikenye/tar1090 digest to cf3d36d (#28277)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/mikenye/tar1090 | digest | `9abe1ef` -> `cf3d36d` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
d83378e386 |
chore(helm): update image docker.io/factoriotools/factorio digest to 37fb477 (#28275)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/factoriotools/factorio | digest | `a6df3a1` -> `37fb477` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
190d335686 |
chore(helm): update image docker.io/bitnami/mongodb digest to 7343260 (#28273)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/bitnami/mongodb](https://redirect.github.com/bitnami/containers) ([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/mongodb)) | digest | `bdb889c` -> `7343260` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
deafba686d |
chore(helm): update image docker.io/aeonlucid/impostor digest to fac4659 (#28268)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/aeonlucid/impostor | digest | `ad84664` -> `fac4659` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
b6dede5c45 |
chore(github-action): update actions/setup-python digest to 0b93645 (#28267)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-python](https://redirect.github.com/actions/setup-python) | action | digest | `f677139` -> `0b93645` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
c27e98af22 |
chore(github-action): update actions/setup-node digest to 39370e3 (#28266)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | digest | `0a44ba7` -> `39370e3` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
08fbdd6887 |
chore(github-action): update actions/setup-go digest to 41dfa10 (#28265)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-go](https://redirect.github.com/actions/setup-go) | action | digest | `0a12ed9` -> `41dfa10` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
ec66177b97 | fix(clustertool): fix mistake in kyverno | ||
|
|
d9ff599b26 | fix(clustertool): exclude cnpg pods from kyverno | ||
|
|
9dd13f9c6e | fix(clustertool): try adjusting goreleaser version shizzle again | ||
|
|
21f9c8c2c5 | fix(clustertool): fix some vars | ||
|
|
f864a89652 |
Update Chart.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
6828356312 | fix(clustertool): correct sopssecret yaml filename | ||
|
|
83f874f8e6 |
Update values.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
037d06877a |
fix(spegel): always enabled storage
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
de7cb18e5e |
chore(helm): update image ghcr.io/linuxserver/sickchill digest to e8ae2e9 (#28258)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/sickchill](https://redirect.github.com/linuxserver/docker-sickchill/packages) ([source](https://redirect.github.com/linuxserver/docker-sickchill)) | digest | `bd7aeb7` -> `e8ae2e9` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
eae5d5acbf |
chore(helm): update image docker.io/cthulhoo/ttrss-fpm-pgsql-static digest to c43cc17 (#28250)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/cthulhoo/ttrss-fpm-pgsql-static | digest | `47241c9` -> `c43cc17` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
15ea679a5c |
chore(helm): update image docker.io/n8nio/n8n 1.64.1 → 1.64.2 (#28261)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/n8nio/n8n](https://n8n.io) ([source](https://redirect.github.com/n8n-io/n8n)) | patch | `d1df6c0` -> `a6d2c1b` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
026c470bc7 |
chore(helm): update image ghcr.io/linuxserver/emulatorjs digest to 63415da (#28256)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/emulatorjs](https://redirect.github.com/linuxserver/docker-emulatorjs/packages) ([source](https://redirect.github.com/linuxserver/docker-emulatorjs)) | digest | `5636eb6` -> `63415da` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
3b8f3ef834 |
chore(helm): update image docker.io/tracksapp/tracks digest to 7f02776 (#28255)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/tracksapp/tracks | digest | `0bf9bed` -> `7f02776` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
59f856c4ce |
chore(helm): update chart kube-prometheus-stack 65.3.2 → 65.4.0 (#28263)
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 | `65.3.2` -> `65.4.0` | --- ### Release Notes <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v65.4.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-65.3.2...kube-prometheus-stack-65.4.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-65.3.2...kube-prometheus-stack-65.4.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL21pbm9yIl19--> |
||
|
|
f731f869f3 |
chore(helm): update image xwiki digest to 82da75a (#28259)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | xwiki | digest | `c256130` -> `82da75a` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
65707af973 |
chore(helm): update image docker.io/lmscommunity/lyrionmusicserver digest to e37cfe9 (#28254)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/lmscommunity/lyrionmusicserver | digest | `4240442` -> `e37cfe9` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
d0179bf154 |
chore(helm): update image ghcr.io/linuxserver/minetest digest to 9dc91f5 (#28257)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/minetest](https://redirect.github.com/linuxserver/docker-minetest/packages) ([source](https://redirect.github.com/linuxserver/docker-minetest)) | digest | `c934ebe` -> `9dc91f5` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
5d29cd6f95 |
chore(helm): update image docker.io/cloudflare/cloudflared 2024.10.0 → 2024.10.1 (#28260)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/cloudflare/cloudflared](https://redirect.github.com/cloudflare/cloudflared) | patch | `060f165` -> `52b9529` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>cloudflare/cloudflared (docker.io/cloudflare/cloudflared)</summary> ### [`v2024.10.1`](https://redirect.github.com/cloudflare/cloudflared/releases/tag/2024.10.1) [Compare Source](https://redirect.github.com/cloudflare/cloudflared/compare/2024.10.0...2024.10.1) ##### SHA256 Checksums: cloudflared-amd64.pkg: c76fe5302c047392d301a27f11920ba6e3b99b8640bf31eb0eb2bcc76318c87d cloudflared-arm64.pkg: cef0e57feb1e8cc9102be2e6f1cb9a4fcb85a36c34869d7f913cfb8c7fbb0beb cloudflared-darwin-amd64.tgz: 9cc61345a3b59a6addb1ba6bf2df481213c1376fc3bbd0edc540123ac5186976 cloudflared-darwin-arm64.tgz: cb59d5906d975ff7609566aef926cb0166c092e335a1a7b34008ed47e59880f6 cloudflared-fips-linux-amd64: 690997a27029fbbd254310d63a10a3978aae3c75a7a541696b274bec6b877631 cloudflared-fips-linux-amd64.deb: aba91b75537f5f4bc75fd53d25f610ce244c29e5a05df1ff18deece7efa6ebbd cloudflared-fips-linux-x86_64.rpm: 34f55313db71b2d102def4a33d8d0f3e9e8557b79f0a55dc6b5f9141b3a462d1 cloudflared-linux-386: cf24105ce58c5d320d5343ee64a18d1fc4dd4c26f15a2209a92a3a0327b1a45d cloudflared-linux-386.deb: 5dd3f93f7aec0ce6d231e88b0970373233ad29c1bb7e2c3c5fab01b69157ae8c cloudflared-linux-386.rpm: a971926475fe395593f4f32a33f59e09a98a4ee8bfa81ae9dd4951e2b855f1d8 cloudflared-linux-aarch64.rpm: bc2b25807fb3f745fb7d82a88a5f38df8cb8049141c4c8dcfdc41c59d7bf58dc cloudflared-linux-amd64: 8d71f917b4e8699be7826cca2866de7a1d27a5842df28e8c5e140880fc9d2570 cloudflared-linux-amd64.deb: b739a14a2deabae4c1704b74f9ed9fd77f3689b141b59df5596e0e38676535c5 cloudflared-linux-arm: ec636bd4a526c12bb4108993926317d5b27bf816fd7011718408781e1414dd3d cloudflared-linux-arm.deb: ab4f771e1ede838d0a69953edf7c304151df8daca49f7e4424564b37020e3b25 cloudflared-linux-arm.rpm: 53d29a40f92b1c7097fb52fc7dacb14075a7d381012d5d020ae2b7a4fb59f5c8 cloudflared-linux-arm64: 80b2014200be8851886d441cf5df54652e014444105eebc43f15081d1e2af6a8 cloudflared-linux-arm64.deb: aff46499792ef58148ef5ee405d6f1b5b8507acd555e896f5c75933d58d2c1c6 cloudflared-linux-armhf: db095d8f2a2d2c32aabae1f57d3aded3c2ed84fba9a47da8738fb5af43186efa cloudflared-linux-armhf.deb: 323a3a6bb11b06a8e87f0481618e6f54b6db6a2dde593ef8a2a9a3c0f1f3859e cloudflared-linux-armhf.rpm: a8a862d79f28f828915bd8e62b9a9e248abf81caad767b44b2c0a3eb1757a4f5 cloudflared-linux-x86_64.rpm: 90902a6128d93df79493a0357e772e5e1d7f3418e3327beae14ddd1a75a63401 cloudflared-windows-386.exe: 92030422dd042478ec6c8ef61eca547883a5ba6719e94d30cd9628f50b22a6ea cloudflared-windows-386.msi: 8b5901485d9d90f69c7b8e723f41b523c7f197469f1fee7556d52e65bfe847d2 cloudflared-windows-amd64.exe: a78b5ae65d154f667f163fa7bac5c0e817cbb79d607f624cef17a6848e67afc0 cloudflared-windows-amd64.msi: de2c2d63b386e3374b6c4aafe9a8149b4d685aca3876bcb3539f6d5c2b302000 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
ce3c5b1982 |
chore(helm): update image ghcr.io/elfhosted/jackett 0.22.832 → 0.22.834 (#28262)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/elfhosted/jackett | patch | `932d86d` -> `bc20c86` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
185334731f |
chore(helm): update image docker.io/diygod/rsshub digest to e2ce9ed (#28252)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/diygod/rsshub | digest | `49372f2` -> `e2ce9ed` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
6330addddb | fix(clustertool): fix verion display attempt 2 | ||
|
|
29a002851c |
chore(helm): update image docker.io/bitnami/wordpress digest to 4f4fce0 (#28249)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/bitnami/wordpress](https://redirect.github.com/bitnami/containers) ([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/wordpress)) | digest | `eac15a5` -> `4f4fce0` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
8e10c61718 |
chore(helm): update image docker.io/ich777/steamcmd digest to b118246 (#28253)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/ich777/steamcmd | digest | `b499da5` -> `b118246` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
d1797b19fe | fix(clustertool): fix dockerhub creds | ||
|
|
2d388d39ba | feat(clustertool): move file changes to talconfig for user accessability and enable local kube discovery service | ||
|
|
cbb3ba676c | feat(clustertool): move kernelModules to talconfig |