34c49d01f44cd851e904ccc8d4390a5157b52dc6
9803 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 34c49d01f4 |
chore(deps): update helm release descheduler to v0.35.0 (#4099)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [descheduler](https://github.com/kubernetes-sigs/descheduler) | minor | `0.34.0` → `0.35.0` | --- ### Release Notes <details> <summary>kubernetes-sigs/descheduler (descheduler)</summary> ### [`v0.35.0`](https://github.com/kubernetes-sigs/descheduler/releases/tag/v0.35.0): Descheduler v0.35.0 [Compare Source](https://github.com/kubernetes-sigs/descheduler/compare/v0.34.0...v0.35.0) ##### What's Changed - feat: enable pod protection based on storage classes by [@​ricardomaraschini](https://github.com/ricardomaraschini) in [#​1752](https://github.com/kubernetes-sigs/descheduler/pull/1752) - fix: pod resource calculation to consider native sidecars by [@​a7i](https://github.com/a7i) in [#​1771](https://github.com/kubernetes-sigs/descheduler/pull/1771) - docs: fix incorrect gracePeriodSeconds default in README.md by [@​petersalas](https://github.com/petersalas) in [#​1773](https://github.com/kubernetes-sigs/descheduler/pull/1773) - docs: fix README.md link to kubernetes bot commands by [@​Sycrosity](https://github.com/Sycrosity) in [#​1772](https://github.com/kubernetes-sigs/descheduler/pull/1772) - Fix "Current requires cgo or $USER set in environment" error by [@​abelfodil](https://github.com/abelfodil) in [#​1764](https://github.com/kubernetes-sigs/descheduler/pull/1764) - refactor(TestPodLifeTime): remove ineffective owner references assignments by [@​ingvagabund](https://github.com/ingvagabund) in [#​1781](https://github.com/kubernetes-sigs/descheduler/pull/1781) - refactor(TestPodLifeTime): have a pod fully created through BuildTestPod without any edits by [@​ingvagabund](https://github.com/ingvagabund) in [#​1782](https://github.com/kubernetes-sigs/descheduler/pull/1782) - refactor(TestPodLifeTime): consolidations, simplifications and node instance for each unit test by [@​ingvagabund](https://github.com/ingvagabund) in [#​1783](https://github.com/kubernetes-sigs/descheduler/pull/1783) - refactor(TestPodLifeTime): inline pod creation in each unit test to avoid accidental pod spec updates by [@​ingvagabund](https://github.com/ingvagabund) in [#​1784](https://github.com/kubernetes-sigs/descheduler/pull/1784) - refactor(TestPodLifeTime): update unit test names and simplify pod creation by [@​ingvagabund](https://github.com/ingvagabund) in [#​1785](https://github.com/kubernetes-sigs/descheduler/pull/1785) - feat(TestPodLifeTime): check only expected pods are evicted by [@​ingvagabund](https://github.com/ingvagabund) in [#​1787](https://github.com/kubernetes-sigs/descheduler/pull/1787) - feat(PodLifeTime): document the plugin with details that can be used for reasoning during reviews and design discussions by [@​ingvagabund](https://github.com/ingvagabund) in [#​1789](https://github.com/kubernetes-sigs/descheduler/pull/1789) - refactor(TestPodLifeTime): split the unit tests into smaller semantically close groups by [@​ingvagabund](https://github.com/ingvagabund) in [#​1790](https://github.com/kubernetes-sigs/descheduler/pull/1790) - refactor(TestFindDuplicatePods): have a pod fully created through BuildTestPod without any edits by [@​ingvagabund](https://github.com/ingvagabund) in [#​1791](https://github.com/kubernetes-sigs/descheduler/pull/1791) - refactor(TestFindDuplicatePods): reduce duplicates and inline by [@​ingvagabund](https://github.com/ingvagabund) in [#​1792](https://github.com/kubernetes-sigs/descheduler/pull/1792) - refactor(TestRemoveDuplicates): reduce test code duplication by [@​ingvagabund](https://github.com/ingvagabund) in [#​1793](https://github.com/kubernetes-sigs/descheduler/pull/1793) - refactor(TestRemovePodsHavingTooManyRestarts): inline object creation by [@​ingvagabund](https://github.com/ingvagabund) in [#​1794](https://github.com/kubernetes-sigs/descheduler/pull/1794) - refactor(TestPodAntiAffinity): inline object creation by [@​ingvagabund](https://github.com/ingvagabund) in [#​1795](https://github.com/kubernetes-sigs/descheduler/pull/1795) - refactor(TestRemovePodsViolatingNodeAffinity): inline object creation by [@​ingvagabund](https://github.com/ingvagabund) in [#​1796](https://github.com/kubernetes-sigs/descheduler/pull/1796) - refactor(TestDeletePodsViolatingNodeTaints): inline object creation by [@​ingvagabund](https://github.com/ingvagabund) in [#​1797](https://github.com/kubernetes-sigs/descheduler/pull/1797) - doc: introduce contributing guidelines specific to the project by [@​ingvagabund](https://github.com/ingvagabund) in [#​1798](https://github.com/kubernetes-sigs/descheduler/pull/1798) - refactor(TestDefaultEvictor): de-dup code and use helpers by [@​ingvagabund](https://github.com/ingvagabund) in [#​1803](https://github.com/kubernetes-sigs/descheduler/pull/1803) - refactor(plugins): simplify the way pods are created by [@​ingvagabund](https://github.com/ingvagabund) in [#​1804](https://github.com/kubernetes-sigs/descheduler/pull/1804) - fix(TestReadyNodesWithNodeSelector): make sure nodeLister.List always returns a non-empty list so the lister is always tested by [@​ingvagabund](https://github.com/ingvagabund) in [#​1800](https://github.com/kubernetes-sigs/descheduler/pull/1800) - refactor(pkg/framework/profile): dedup unit test code by [@​ingvagabund](https://github.com/ingvagabund) in [#​1806](https://github.com/kubernetes-sigs/descheduler/pull/1806) - doc(Design Decisions FAQ): Why doesn't the framework provide helpers for registering and retrieving indexers for plugins by [@​ingvagabund](https://github.com/ingvagabund) in [#​1807](https://github.com/kubernetes-sigs/descheduler/pull/1807) - feat(profile): inject a plugin instance ID to each built plugin by [@​ingvagabund](https://github.com/ingvagabund) in [#​1808](https://github.com/kubernetes-sigs/descheduler/pull/1808) - feat: register a node indexer for the global node selector instead of listing nodes with the selector by [@​ingvagabund](https://github.com/ingvagabund) in [#​1802](https://github.com/kubernetes-sigs/descheduler/pull/1802) - chore(pkg/descheduler): make TestPodEvictorReset table driven by [@​ingvagabund](https://github.com/ingvagabund) in [#​1810](https://github.com/kubernetes-sigs/descheduler/pull/1810) - refactor(pkg/operator): replace informerResource with a kubeClientSandbox by [@​ingvagabund](https://github.com/ingvagabund) in [#​1811](https://github.com/kubernetes-sigs/descheduler/pull/1811) - refactor(pkg/descheduler): more handlers and dropping unused code by [@​ingvagabund](https://github.com/ingvagabund) in [#​1813](https://github.com/kubernetes-sigs/descheduler/pull/1813) - refactor(pkg/descheduler): create fake shared informer factory only once by [@​ingvagabund](https://github.com/ingvagabund) in [#​1812](https://github.com/kubernetes-sigs/descheduler/pull/1812) - fix(kubeClientSandbox): do not wait for pods in the fake indexers if they are already deleted by [@​ingvagabund](https://github.com/ingvagabund) in [#​1814](https://github.com/kubernetes-sigs/descheduler/pull/1814) - test(pkg/descheduler): test a prometheus client update propagates to a plugin profile handle by [@​ingvagabund](https://github.com/ingvagabund) in [#​1816](https://github.com/kubernetes-sigs/descheduler/pull/1816) - Add namespace label selector by [@​W1seKappa](https://github.com/W1seKappa) in [#​1786](https://github.com/kubernetes-sigs/descheduler/pull/1786) - tests: Prom client testing by [@​ingvagabund](https://github.com/ingvagabund) in [#​1818](https://github.com/kubernetes-sigs/descheduler/pull/1818) - Deduplicate descheduler initialization code so unit tests test more of the production code by [@​ingvagabund](https://github.com/ingvagabund) in [#​1819](https://github.com/kubernetes-sigs/descheduler/pull/1819) - test(token reconciling): have tests initialize the prom client reconciling through the descheduler's bootstraping entry too by [@​ingvagabund](https://github.com/ingvagabund) in [#​1820](https://github.com/kubernetes-sigs/descheduler/pull/1820) - refactor(promClientController): split it into two prom client controllers by [@​ingvagabund](https://github.com/ingvagabund) in [#​1821](https://github.com/kubernetes-sigs/descheduler/pull/1821) - feat(pkg/descheduler): create profiles outside the descheduling cycle by [@​ingvagabund](https://github.com/ingvagabund) in [#​1815](https://github.com/kubernetes-sigs/descheduler/pull/1815) - refactor: move prometheus client controller related code under a seperate file by [@​ingvagabund](https://github.com/ingvagabund) in [#​1823](https://github.com/kubernetes-sigs/descheduler/pull/1823) - Update go dependecies to fix vulnerabilities by [@​sammedsingalkar09](https://github.com/sammedsingalkar09) in [#​1822](https://github.com/kubernetes-sigs/descheduler/pull/1822) - chore: extend the list of supported Go versions by [@​ingvagabund](https://github.com/ingvagabund) in [#​1828](https://github.com/kubernetes-sigs/descheduler/pull/1828) - bump(golangci-lint): update and migrate by [@​ingvagabund](https://github.com/ingvagabund) in [#​1829](https://github.com/kubernetes-sigs/descheduler/pull/1829) - \[v0.35.0] bump to kubernetes 1.35 deps by [@​a7i](https://github.com/a7i) in [#​1827](https://github.com/kubernetes-sigs/descheduler/pull/1827) - chore: upgrade github.com/gomarkdown/markdown to latest version by [@​a7i](https://github.com/a7i) in [#​1831](https://github.com/kubernetes-sigs/descheduler/pull/1831) - \[v0.35.0] update docs and manifests by [@​a7i](https://github.com/a7i) in [#​1832](https://github.com/kubernetes-sigs/descheduler/pull/1832) - Change annotations condition to deploymentAnnotations for Deployment object annotations by [@​davidandreoletti](https://github.com/davidandreoletti) in [#​1830](https://github.com/kubernetes-sigs/descheduler/pull/1830) ##### New Contributors - [@​petersalas](https://github.com/petersalas) made their first contribution in [#​1773](https://github.com/kubernetes-sigs/descheduler/pull/1773) - [@​Sycrosity](https://github.com/Sycrosity) made their first contribution in [#​1772](https://github.com/kubernetes-sigs/descheduler/pull/1772) - [@​abelfodil](https://github.com/abelfodil) made their first contribution in [#​1764](https://github.com/kubernetes-sigs/descheduler/pull/1764) - [@​W1seKappa](https://github.com/W1seKappa) made their first contribution in [#​1786](https://github.com/kubernetes-sigs/descheduler/pull/1786) - [@​sammedsingalkar09](https://github.com/sammedsingalkar09) made their first contribution in [#​1822](https://github.com/kubernetes-sigs/descheduler/pull/1822) - [@​davidandreoletti](https://github.com/davidandreoletti) made their first contribution in [#​1830](https://github.com/kubernetes-sigs/descheduler/pull/1830) **Full Changelog**: <https://github.com/kubernetes-sigs/descheduler/compare/v0.34.0...v0.35.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS43IiwidXBkYXRlZEluVmVyIjoiNDMuMjUuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=--> Reviewed-on: #4099 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| bd2d42f3a7 | chore(deps): update kube-prometheus-stack docker tag to v82.1.1 (#4103) | |||
| 42c6e391bd |
chore(deps): update dependency kubernetes-sigs/descheduler to v0.35.0 (#4098)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kubernetes-sigs/descheduler](https://github.com/kubernetes-sigs/descheduler) | minor | `0.34.0` → `v0.35.0` | --- ### Release Notes <details> <summary>kubernetes-sigs/descheduler (kubernetes-sigs/descheduler)</summary> ### [`v0.35.0`](https://github.com/kubernetes-sigs/descheduler/releases/tag/v0.35.0): Descheduler v0.35.0 [Compare Source](https://github.com/kubernetes-sigs/descheduler/compare/v0.34.0...v0.35.0) #### What's Changed - feat: enable pod protection based on storage classes by [@​ricardomaraschini](https://github.com/ricardomaraschini) in [#​1752](https://github.com/kubernetes-sigs/descheduler/pull/1752) - fix: pod resource calculation to consider native sidecars by [@​a7i](https://github.com/a7i) in [#​1771](https://github.com/kubernetes-sigs/descheduler/pull/1771) - docs: fix incorrect gracePeriodSeconds default in README.md by [@​petersalas](https://github.com/petersalas) in [#​1773](https://github.com/kubernetes-sigs/descheduler/pull/1773) - docs: fix README.md link to kubernetes bot commands by [@​Sycrosity](https://github.com/Sycrosity) in [#​1772](https://github.com/kubernetes-sigs/descheduler/pull/1772) - Fix "Current requires cgo or $USER set in environment" error by [@​abelfodil](https://github.com/abelfodil) in [#​1764](https://github.com/kubernetes-sigs/descheduler/pull/1764) - refactor(TestPodLifeTime): remove ineffective owner references assignments by [@​ingvagabund](https://github.com/ingvagabund) in [#​1781](https://github.com/kubernetes-sigs/descheduler/pull/1781) - refactor(TestPodLifeTime): have a pod fully created through BuildTestPod without any edits by [@​ingvagabund](https://github.com/ingvagabund) in [#​1782](https://github.com/kubernetes-sigs/descheduler/pull/1782) - refactor(TestPodLifeTime): consolidations, simplifications and node instance for each unit test by [@​ingvagabund](https://github.com/ingvagabund) in [#​1783](https://github.com/kubernetes-sigs/descheduler/pull/1783) - refactor(TestPodLifeTime): inline pod creation in each unit test to avoid accidental pod spec updates by [@​ingvagabund](https://github.com/ingvagabund) in [#​1784](https://github.com/kubernetes-sigs/descheduler/pull/1784) - refactor(TestPodLifeTime): update unit test names and simplify pod creation by [@​ingvagabund](https://github.com/ingvagabund) in [#​1785](https://github.com/kubernetes-sigs/descheduler/pull/1785) - feat(TestPodLifeTime): check only expected pods are evicted by [@​ingvagabund](https://github.com/ingvagabund) in [#​1787](https://github.com/kubernetes-sigs/descheduler/pull/1787) - feat(PodLifeTime): document the plugin with details that can be used for reasoning during reviews and design discussions by [@​ingvagabund](https://github.com/ingvagabund) in [#​1789](https://github.com/kubernetes-sigs/descheduler/pull/1789) - refactor(TestPodLifeTime): split the unit tests into smaller semantically close groups by [@​ingvagabund](https://github.com/ingvagabund) in [#​1790](https://github.com/kubernetes-sigs/descheduler/pull/1790) - refactor(TestFindDuplicatePods): have a pod fully created through BuildTestPod without any edits by [@​ingvagabund](https://github.com/ingvagabund) in [#​1791](https://github.com/kubernetes-sigs/descheduler/pull/1791) - refactor(TestFindDuplicatePods): reduce duplicates and inline by [@​ingvagabund](https://github.com/ingvagabund) in [#​1792](https://github.com/kubernetes-sigs/descheduler/pull/1792) - refactor(TestRemoveDuplicates): reduce test code duplication by [@​ingvagabund](https://github.com/ingvagabund) in [#​1793](https://github.com/kubernetes-sigs/descheduler/pull/1793) - refactor(TestRemovePodsHavingTooManyRestarts): inline object creation by [@​ingvagabund](https://github.com/ingvagabund) in [#​1794](https://github.com/kubernetes-sigs/descheduler/pull/1794) - refactor(TestPodAntiAffinity): inline object creation by [@​ingvagabund](https://github.com/ingvagabund) in [#​1795](https://github.com/kubernetes-sigs/descheduler/pull/1795) - refactor(TestRemovePodsViolatingNodeAffinity): inline object creation by [@​ingvagabund](https://github.com/ingvagabund) in [#​1796](https://github.com/kubernetes-sigs/descheduler/pull/1796) - refactor(TestDeletePodsViolatingNodeTaints): inline object creation by [@​ingvagabund](https://github.com/ingvagabund) in [#​1797](https://github.com/kubernetes-sigs/descheduler/pull/1797) - doc: introduce contributing guidelines specific to the project by [@​ingvagabund](https://github.com/ingvagabund) in [#​1798](https://github.com/kubernetes-sigs/descheduler/pull/1798) - refactor(TestDefaultEvictor): de-dup code and use helpers by [@​ingvagabund](https://github.com/ingvagabund) in [#​1803](https://github.com/kubernetes-sigs/descheduler/pull/1803) - refactor(plugins): simplify the way pods are created by [@​ingvagabund](https://github.com/ingvagabund) in [#​1804](https://github.com/kubernetes-sigs/descheduler/pull/1804) - fix(TestReadyNodesWithNodeSelector): make sure nodeLister.List always returns a non-empty list so the lister is always tested by [@​ingvagabund](https://github.com/ingvagabund) in [#​1800](https://github.com/kubernetes-sigs/descheduler/pull/1800) - refactor(pkg/framework/profile): dedup unit test code by [@​ingvagabund](https://github.com/ingvagabund) in [#​1806](https://github.com/kubernetes-sigs/descheduler/pull/1806) - doc(Design Decisions FAQ): Why doesn't the framework provide helpers for registering and retrieving indexers for plugins by [@​ingvagabund](https://github.com/ingvagabund) in [#​1807](https://github.com/kubernetes-sigs/descheduler/pull/1807) - feat(profile): inject a plugin instance ID to each built plugin by [@​ingvagabund](https://github.com/ingvagabund) in [#​1808](https://github.com/kubernetes-sigs/descheduler/pull/1808) - feat: register a node indexer for the global node selector instead of listing nodes with the selector by [@​ingvagabund](https://github.com/ingvagabund) in [#​1802](https://github.com/kubernetes-sigs/descheduler/pull/1802) - chore(pkg/descheduler): make TestPodEvictorReset table driven by [@​ingvagabund](https://github.com/ingvagabund) in [#​1810](https://github.com/kubernetes-sigs/descheduler/pull/1810) - refactor(pkg/operator): replace informerResource with a kubeClientSandbox by [@​ingvagabund](https://github.com/ingvagabund) in [#​1811](https://github.com/kubernetes-sigs/descheduler/pull/1811) - refactor(pkg/descheduler): more handlers and dropping unused code by [@​ingvagabund](https://github.com/ingvagabund) in [#​1813](https://github.com/kubernetes-sigs/descheduler/pull/1813) - refactor(pkg/descheduler): create fake shared informer factory only once by [@​ingvagabund](https://github.com/ingvagabund) in [#​1812](https://github.com/kubernetes-sigs/descheduler/pull/1812) - fix(kubeClientSandbox): do not wait for pods in the fake indexers if they are already deleted by [@​ingvagabund](https://github.com/ingvagabund) in [#​1814](https://github.com/kubernetes-sigs/descheduler/pull/1814) - test(pkg/descheduler): test a prometheus client update propagates to a plugin profile handle by [@​ingvagabund](https://github.com/ingvagabund) in [#​1816](https://github.com/kubernetes-sigs/descheduler/pull/1816) - Add namespace label selector by [@​W1seKappa](https://github.com/W1seKappa) in [#​1786](https://github.com/kubernetes-sigs/descheduler/pull/1786) - tests: Prom client testing by [@​ingvagabund](https://github.com/ingvagabund) in [#​1818](https://github.com/kubernetes-sigs/descheduler/pull/1818) - Deduplicate descheduler initialization code so unit tests test more of the production code by [@​ingvagabund](https://github.com/ingvagabund) in [#​1819](https://github.com/kubernetes-sigs/descheduler/pull/1819) - test(token reconciling): have tests initialize the prom client reconciling through the descheduler's bootstraping entry too by [@​ingvagabund](https://github.com/ingvagabund) in [#​1820](https://github.com/kubernetes-sigs/descheduler/pull/1820) - refactor(promClientController): split it into two prom client controllers by [@​ingvagabund](https://github.com/ingvagabund) in [#​1821](https://github.com/kubernetes-sigs/descheduler/pull/1821) - feat(pkg/descheduler): create profiles outside the descheduling cycle by [@​ingvagabund](https://github.com/ingvagabund) in [#​1815](https://github.com/kubernetes-sigs/descheduler/pull/1815) - refactor: move prometheus client controller related code under a seperate file by [@​ingvagabund](https://github.com/ingvagabund) in [#​1823](https://github.com/kubernetes-sigs/descheduler/pull/1823) - Update go dependecies to fix vulnerabilities by [@​sammedsingalkar09](https://github.com/sammedsingalkar09) in [#​1822](https://github.com/kubernetes-sigs/descheduler/pull/1822) - chore: extend the list of supported Go versions by [@​ingvagabund](https://github.com/ingvagabund) in [#​1828](https://github.com/kubernetes-sigs/descheduler/pull/1828) - bump(golangci-lint): update and migrate by [@​ingvagabund](https://github.com/ingvagabund) in [#​1829](https://github.com/kubernetes-sigs/descheduler/pull/1829) - \[v0.35.0] bump to kubernetes 1.35 deps by [@​a7i](https://github.com/a7i) in [#​1827](https://github.com/kubernetes-sigs/descheduler/pull/1827) - chore: upgrade github.com/gomarkdown/markdown to latest version by [@​a7i](https://github.com/a7i) in [#​1831](https://github.com/kubernetes-sigs/descheduler/pull/1831) - \[v0.35.0] update docs and manifests by [@​a7i](https://github.com/a7i) in [#​1832](https://github.com/kubernetes-sigs/descheduler/pull/1832) - Change annotations condition to deploymentAnnotations for Deployment object annotations by [@​davidandreoletti](https://github.com/davidandreoletti) in [#​1830](https://github.com/kubernetes-sigs/descheduler/pull/1830) #### New Contributors - [@​petersalas](https://github.com/petersalas) made their first contribution in [#​1773](https://github.com/kubernetes-sigs/descheduler/pull/1773) - [@​Sycrosity](https://github.com/Sycrosity) made their first contribution in [#​1772](https://github.com/kubernetes-sigs/descheduler/pull/1772) - [@​abelfodil](https://github.com/abelfodil) made their first contribution in [#​1764](https://github.com/kubernetes-sigs/descheduler/pull/1764) - [@​W1seKappa](https://github.com/W1seKappa) made their first contribution in [#​1786](https://github.com/kubernetes-sigs/descheduler/pull/1786) - [@​sammedsingalkar09](https://github.com/sammedsingalkar09) made their first contribution in [#​1822](https://github.com/kubernetes-sigs/descheduler/pull/1822) - [@​davidandreoletti](https://github.com/davidandreoletti) made their first contribution in [#​1830](https://github.com/kubernetes-sigs/descheduler/pull/1830) **Full Changelog**: <https://github.com/kubernetes-sigs/descheduler/compare/v0.34.0...v0.35.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS43IiwidXBkYXRlZEluVmVyIjoiNDMuMjUuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4098 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| d5e22ef2e4 | chore(deps): update clickhouse/clickhouse-server docker tag to v26.1.3 (#4101) | |||
| 884039b405 |
chore(deps): update dependency clidey/whodb to v0.94.0 (#4097)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [clidey/whodb](https://github.com/clidey/whodb) | minor | `0.93.0` → `0.94.0` | --- ### Release Notes <details> <summary>clidey/whodb (clidey/whodb)</summary> ### [`v0.94.0`](https://github.com/clidey/whodb/releases/tag/0.94.0) [Compare Source](https://github.com/clidey/whodb/compare/0.93.0...0.94.0) - CLI behind-the-scenes updates: better error handling, better UI, better resize management, better sqlite support, better history control, multiple bug fixes. - Add clickhouse mockdata generation support for Enum and Decimal types - Improve clickhouse handling of the more non-standard types #### Installation ##### Mac App Store [Download from the Apple Store](https://apps.apple.com/app/whodb/id6754566536) ##### Microsoft Store [Download from the Microsoft Store](https://apps.microsoft.com/detail/9pftx5bv4ds6) ##### Snap Store ```bash sudo snap install whodb ``` [View on Snapcraft](https://snapcraft.io/whodb) ##### Docker ```bash docker pull clidey/whodb:0.94.0 docker pull clidey/whodb:latest ``` ##### Direct Downloads See assets below for platform-specific packages (DMG, MSIX, etc.). #### Documentation - [Documentation](https://docs.whodb.com) - [Report Issues](https://github.com/clidey/whodb/issues) #### Upgrade Notes To upgrade from a previous version: - **Docker**: Pull the latest image and restart your container - **Snap**: Run `sudo snap refresh whodb` - **Desktop Apps**: Download and install the new version *** **Full Changelog**: <https://github.com/clidey/whodb/compare/0.93.0...0.94.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS43IiwidXBkYXRlZEluVmVyIjoiNDMuMjUuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4097 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 91b7e470e6 | chore(deps): update searxng/searxng:latest docker digest to 52cdbc6 (#4095) | |||
| 6e62c3be21 | chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v2.14.1 (#4093) | |||
| 910160097a | chore(deps): update ghcr.io/siderolabs/talosctl docker tag to v1.12.4 (#4091) | |||
| 33836901d1 |
chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v2.14.0 (#4089)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [harbor.alexlebens.net/images/site-profile](https://gitea.alexlebens.dev/alexlebens/site-profile) | minor | `2.13.0` → `2.14.0` | --- ### Release Notes <details> <summary>alexlebens/site-profile (harbor.alexlebens.net/images/site-profile)</summary> ### [`v2.14.0`](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/2.13.1...2.14.0) [Compare Source](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/2.13.1...2.14.0) ### [`v2.13.1`](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/2.13.0...2.13.1) [Compare Source](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/2.13.0...2.13.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS43IiwidXBkYXRlZEluVmVyIjoiNDMuMjUuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4089 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 8d9d379c15 | chore(deps): update harbor.alexlebens.net/images/site-documentation docker tag to v0.1.5 (#4087) | |||
| b3333a2dfc | chore(deps): update plexguide/huntarr to v9.3.7 (#4085) | |||
| 0b4d023f05 |
chore(deps): update harbor.alexlebens.net/images/site-documentation docker tag to v0.1.4 (#4083)
All checks were successful
|
|||
| ff43b99d85 |
chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v2.13.0 (#4081)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [harbor.alexlebens.net/images/site-profile](https://gitea.alexlebens.dev/alexlebens/site-profile) | minor | `2.12.0` → `2.13.0` | --- ### Release Notes <details> <summary>alexlebens/site-profile (harbor.alexlebens.net/images/site-profile)</summary> ### [`v2.13.0`](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/2.12.0...2.13.0) [Compare Source](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/2.12.0...2.13.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19--> Reviewed-on: #4081 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| ccb32c8dbe | chore(deps): update helm release argo-cd to v9.4.3 (#4079) | |||
| ba6dbf6967 | chore(deps): update ubuntu docker tag to resolute-20260108 (#4076) | |||
| 1381614832 | chore(deps): update plexguide/huntarr to v9.3.6 (#4075) | |||
| eab06d4a8b | chore(deps): update dependency grafana/loki to v3.6.6 (#4074) | |||
| 11ed3ca571 | chore(deps): update dependency argoproj/argo-cd to v3.3.1 (#4073) | |||
| ab8501960b |
chore(deps): update unpoller/unpoller to v2.34.0 (#4069)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/unpoller/unpoller](https://github.com/unpoller/unpoller) | minor | `v2.33.0` → `v2.34.0` | | [unpoller/unpoller](https://github.com/unpoller/unpoller) | minor | `v2.33.0` → `v2.34.0` | --- ### Release Notes <details> <summary>unpoller/unpoller (ghcr.io/unpoller/unpoller)</summary> ### [`v2.34.0`](https://github.com/unpoller/unpoller/releases/tag/v2.34.0) [Compare Source](https://github.com/unpoller/unpoller/compare/v2.33.0...v2.34.0) ##### Changelog - [`4bf5c1e`]( |
|||
| 61de869c56 | chore(deps): update d3fk/s3cmd:latest docker digest to 56a7122 (#4070) | |||
| b81dd2135b |
chore(deps): update ghcr.io/linuxserver/bazarr:1.5.5 docker digest to 1cf4018 (#4066)
All checks were successful
|
|||
| 903a58e050 |
chore(deps): update kube-prometheus-stack docker tag to v82.1.0 (#4056)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kube-prometheus-stack](https://github.com/prometheus-operator/kube-prometheus) ([source](https://github.com/prometheus-community/helm-charts)) | minor | `82.0.2` → `82.1.0` | --- ### Release Notes <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v82.1.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-82.1.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-82.0.2...kube-prometheus-stack-82.1.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 [`23085b4`](https://github.com/prometheus-community/helm-charts/commit/23085b4) by [@​renovate](https://github.com/renovate)\[bot] in [#​6656](https://github.com/prometheus-community/helm-charts/pull/6656) **Full Changelog**: <https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-82.0.2...kube-prometheus-stack-82.1.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19--> Reviewed-on: #4056 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| af339b0349 |
chore(deps): update helm release snapshot-controller to v5.0.3 (#4062)
Some checks failed
renovate / renovate (push) Has been cancelled
|
|||
| b584794559 | chore(deps): update helm release snapshot-controller to v5.0.3 (#4062) | |||
| eafe62701e | chore(deps): update ghcr.io/open-webui/open-webui docker tag to v0.8.3 (#4060) | |||
| 4e78cb0eb8 | chore(deps): update directus/directus to v11.15.4 (#4058) | |||
| ae18e61158 | chore(deps): update dependency cilium/cilium to v1.19.1 (#4057) | |||
| 4795fd2650 |
chore(deps): update plexguide/huntarr to v9.3.1 (#4055)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/plexguide/huntarr | minor | `9.2.4` → `9.3.1` | | [plexguide/huntarr](https://github.com/plexguide/huntarr) | minor | `9.2.4` → `9.3.1` | --- ### Release Notes <details> <summary>plexguide/huntarr (plexguide/huntarr)</summary> ### [`v9.3.1`](https://github.com/plexguide/Huntarr.io/releases/tag/9.3.1) [Compare Source](https://github.com/plexguide/huntarr/compare/9.3.0...9.3.1) - NZBGET and SABNZBD code review conducted with more support to assist - Allow the default instance selected to show as default for drop-downs - Fixed menu and navigation flickers - Other minor visual fixes ### [`v9.3.0`](https://github.com/plexguide/Huntarr.io/releases/tag/9.3.0) [Compare Source](https://github.com/plexguide/huntarr/compare/9.2.4...9.3.0) Huntarr 9.3 is a major update that expands Huntarr into an integrated media platform while keeping full support for external tools. **Key additions:** - **New products inside Huntarr:** **Media Hunt** is Huntarr’s integrated request-and-library experience: one section in the app that handles both **Movie Hunt** (movies, Radarr-style) and **TV Hunt** (TV shows, Sonarr-style). You add one or more “instances” for movies and/or TV; the same UI, settings, and Index Master indexers serve both. **NZB Hunt** is a built-in USENET downloader so you can grab NZBs without SABnzbd or NZBGet. You can run more of your stack in Huntarr while still using external apps if you prefer. - **Improved cycle management:** Reset on cards now immediately resets the cycle; the request cooldown system has been removed now that items are added directly to libraries. Cycle behavior is clearer and more predictable. - **Richer notifications:** The notification system has been overhauled so you can send alerts to more apps and services. *Users upgrading from 9.2 will need to reconfigure notifications.* *** #### Big Picture - **Complete redesign of Huntarr** — New architecture and product layout. - **Completely new UI** — Cleaner layout, clearer navigation, and a more consistent experience. - **Overhauled mobile experience** — Better behavior and usability on phones and tablets. - **Better performance and smoother visuals** — Removed heavy GPU effects, reduced flicker, and tightened navigation so the app feels faster and more stable. *** #### New Internal Product Stack (Big Sell) Huntarr is moving toward a single integrated platform while still supporting external tools. | Product | What it is | | ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | **NZB Hunt** | Built-in USENET downloader inside Huntarr, designed as the primary download path. SABnzbd is partially supported; NZBGet has seen little testing. Currently integrated with Movie Hunt; TV Hunt integration is planned next. | | **Indexer Hunt** | Huntarr’s internal indexer layer (Prowlarr-style): one pool of indexers, assign them to Movie Hunt and TV Hunt instances. | | **Movie Hunt** | Internal movie request and library flow (Radarr-style): discover, request, and manage movies with optional NZB Hunt for downloads. | | **TV Hunt** | Internal TV request and library flow (Sonarr-style), with Indexer Hunt and (planned) NZB Hunt integration. | **In short:** You can run far more of your stack inside Huntarr while keeping external integrations available. *** #### Highlights in v9.3 ##### Security & deployment - **PUID/PGID support** — Run the container as a non-root user (Unraid/LinuxServer style). If not set, it defaults to root (0). - **Security updates** — Additional CVE updates and brute-force protection per IP. ##### Performance & UI - **Removed low-usage GPU mode** — Older pulse/move visual effects that taxed the GPU were removed for a cleaner, smoother experience (no infinite animations in the UI). - **Sidebar and navigation fixes** — Clicking **Settings**, **Activity**, **Index Master**, or **Collections** in the Media Hunt sidebar no longer flickers; the correct menu and page show on the first click. Navigation state is applied synchronously so the sidebar stays in sync with the current page. ##### Requestarr & internal products - **Requestarr now detects Movie Hunt instances** — Internal Huntarr products track requests and found results better than traditional ARR-only workflows. - **Reset on cards now immediately resets cycle** — Longstanding behavior from older versions is fixed. - **Request cooldown system removed** — Items are added directly to libraries, so the cooldown is no longer needed. ##### Dashboard & discovery - **Dashboard cards are draggable** — Reorder cards to match how you use the app. - **New list view** — Alternative view for dashboard content. ##### Media & backend - **RSS support added** — Huntarr now supports RSS for indexers; Media Hunt instances can periodically check for new releases matching your library. - **Smarter media scan/import** — Improved detection and import behavior. - **More database resilience** — Better handling of edge cases and failures. - **Scheduler overhauled** — Improved behavior across instances and environments. - **Simplified backup/restore** — Clearer management and fewer steps. ##### Notifications & features - **New notification system** — Richer options and more target apps. *Upgrading users must reconfigure notifications.* - **Smart Hunt** — User-customizable discovery and request experience. *** #### Planned Next - Language support for indexers - More basic settings polish - More Movie Hunt advanced settings (mostly done, still polishing) *** #### What We Need Help Testing Please test as a real daily user and share feedback: - **UI consistency** — Layout, spacing, and behavior across sections - **Navigation** — Sidebar, hash routing, back/forward, and deep links - **Variables** — Instance selection, profiles, and config persistence - **Log observation** — Logs UI, filtering, and readability - **Install testing** — Mac and Windows install paths - **Internal products** — NZB Hunt, Indexer Hunt, Movie Hunt - **UX for the 90%** — Ideas to improve the experience for new users, not only power users Visit <https://huntarr.io> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19--> Reviewed-on: #4055 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| b95d6f1163 |
chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v2.12.0 (#4052)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [harbor.alexlebens.net/images/site-profile](https://gitea.alexlebens.dev/alexlebens/site-profile) | minor | `2.11.0` → `2.12.0` | --- ### Release Notes <details> <summary>alexlebens/site-profile (harbor.alexlebens.net/images/site-profile)</summary> ### [`v2.12.0`](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/2.11.0...2.12.0) [Compare Source](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/2.11.0...2.12.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19--> Reviewed-on: #4052 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 190195ea9c | chore(deps): update ollama/ollama docker tag to v0.16.2 (#4049) | |||
| 23d951bb13 | chore(deps): update kube-prometheus-stack docker tag to v82.0.2 (#4048) | |||
| 003ad95dff |
chore(deps): update dependency ollama/ollama to v0.16.2 (#4045)
All checks were successful
|
|||
| bcbbdf47ad | chore(deps): update helm release argo-workflows to v0.47.4 (#4044) | |||
| dc4a1322f6 |
chore(deps): update dock.mau.dev/mautrix/discord docker tag to v0.7.6 (#4035)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | dock.mau.dev/mautrix/discord | patch | `v0.7.5` → `v0.7.6` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsImltYWdlIl19--> Reviewed-on: #4035 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 02f9ebf820 |
chore(deps): update dock.mau.dev/mautrix/whatsapp docker tag to v0.2602.0 (#4027)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | dock.mau.dev/mautrix/whatsapp | minor | `v0.2601.0` → `v0.2602.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19--> Reviewed-on: #4027 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 68de395203 |
chore(deps): update dependency intel/intel-device-plugins-for-kubernetes to v0.35.0 (#4026)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [intel/intel-device-plugins-for-kubernetes](https://github.com/intel/intel-device-plugins-for-kubernetes) | minor | `0.34.1` → `0.35.0` | --- ### Release Notes <details> <summary>intel/intel-device-plugins-for-kubernetes (intel/intel-device-plugins-for-kubernetes)</summary> ### [`v0.35.0`](https://github.com/intel/intel-device-plugins-for-kubernetes/releases/tag/v0.35.0): Intel Device Plugins for Kubernetes v0.35.0 [Compare Source](https://github.com/intel/intel-device-plugins-for-kubernetes/compare/v0.34.1...v0.35.0) ### Highlights This is a minor release 0.35.0 containing new VFIO mode for the DSA plugin and some smaller changes/fixes. #### Generic - Update k8s components to 0.35.1 version #### DSA - Support for VFIO mode ([#​2194](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2194)) - Please note that VFIO mode requires using `vfio-pci.disable_denylist=1` in the kernel command line. #### NPU - Add PTL (and others) as supported devices ([#​2199](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2199)) #### SGX - Deprecate the DCAP specific resources added in v0.34.x. `-dcap-infra-resources` arg and related functionality will be removed in the next release. #### Bugs fixed - [#​2217](https://github.com/intel/intel-device-plugins-for-kubernetes/issues/2217) #### What's Changed (excluding dependabot) - e2e: add scripts to run e2e tests with k3s by [@​tkatila](https://github.com/tkatila) in [#​2148](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2148) - gpu: levelzero: use correct struct for temp printing by [@​tkatila](https://github.com/tkatila) in [#​2155](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2155) - demo: sgx: fix DCAP download checksum and bump versions by [@​mythi](https://github.com/mythi) in [#​2174](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2174) - build: disable devel publish by [@​tkatila](https://github.com/tkatila) in [#​2171](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2171) - qat: handle service parsing via debugfs by [@​mythi](https://github.com/mythi) in [#​2167](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2167) - Misc GPU updates by [@​tkatila](https://github.com/tkatila) in [#​2172](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2172) - Improve by-path symlink issue description slightly by [@​eero-t](https://github.com/eero-t) in [#​2179](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2179) - ci: add 1.35.x to envtest and e2e tests by [@​mythi](https://github.com/mythi) in [#​2193](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2193) - tool version updates and QAT cleanup by [@​mythi](https://github.com/mythi) in [#​2198](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2198) - NPU: add device ids for PTL etc. by [@​tkatila](https://github.com/tkatila) in [#​2199](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2199) - Add support to build UBI based images by [@​tkatila](https://github.com/tkatila) in [#​2203](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2203) - add vfio based devices to DSA by [@​mythi](https://github.com/mythi) in [#​2194](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2194) - Fix broken anchor links in GPU plugin documentation by [@​Copilot](https://github.com/Copilot) in [#​2218](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2218) - build: bump k8s components to 0.35.1 by [@​tkatila](https://github.com/tkatila) in [#​2224](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2224) - sgx: mark DcapInfraResource as deprecated by [@​tkatila](https://github.com/tkatila) in [#​2225](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2225) - gpu: webhook: fix preferred allocation policy check by [@​tkatila](https://github.com/tkatila) in [#​2227](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2227) - manual bump to controller-runtime v0.23 breaking changes in webhook and client APIs by [@​mythi](https://github.com/mythi) in [#​2226](https://github.com/intel/intel-device-plugins-for-kubernetes/pull/2226) **Full Changelog**: <https://github.com/intel/intel-device-plugins-for-kubernetes/compare/v0.34.1...v0.35.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4026 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 344fb096a9 |
chore(deps): update dependency clidey/whodb to v0.93.0 (#4024)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [clidey/whodb](https://github.com/clidey/whodb) | minor | `0.92.0` → `0.93.0` | --- ### Release Notes <details> <summary>clidey/whodb (clidey/whodb)</summary> ### [`v0.93.0`](https://github.com/clidey/whodb/releases/tag/0.93.0) [Compare Source](https://github.com/clidey/whodb/compare/0.92.0...0.93.0) - Import functionality for both SQL scripts and Excel/CSV! - Chat History to go back into previous chats and allow creating new chats without losing context - Suggested queries in Chat are now schema based - Total Count is sorted everywhere (Explore Storage Unit Scratchpad, Standalone Scratchpad, Chat) - Up key on Chat should toggle through history all the way to a new chat - Dependency updates #### Installation ##### Mac App Store [Download from the Apple Store](https://apps.apple.com/app/whodb/id6754566536) ##### Microsoft Store [Download from the Microsoft Store](https://apps.microsoft.com/detail/9pftx5bv4ds6) ##### Snap Store ```bash sudo snap install whodb ``` [View on Snapcraft](https://snapcraft.io/whodb) ##### Docker ```bash docker pull clidey/whodb:0.93.0 docker pull clidey/whodb:latest ``` ##### Direct Downloads See assets below for platform-specific packages (DMG, MSIX, etc.). #### Documentation - [Documentation](https://docs.whodb.com) - [Report Issues](https://github.com/clidey/whodb/issues) #### Upgrade Notes To upgrade from a previous version: - **Docker**: Pull the latest image and restart your container - **Snap**: Run `sudo snap refresh whodb` - **Desktop Apps**: Download and install the new version *** #### What's Changed - Import functionality by [@​modelorona](https://github.com/modelorona) in [#​797](https://github.com/clidey/whodb/pull/797) - Bump the "all-docker" group with 1 updates across multiple ecosystems by [@​dependabot](https://github.com/dependabot)\[bot] in [#​801](https://github.com/clidey/whodb/pull/801) - feat(core,frontend): add AI chat pages and smart titles by [@​hkdeman](https://github.com/hkdeman) in [#​803](https://github.com/clidey/whodb/pull/803) - Bump tar from 7.4.3 to 7.5.7 in /frontend by [@​dependabot](https://github.com/dependabot)\[bot] in [#​806](https://github.com/clidey/whodb/pull/806) - Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /frontend by [@​dependabot](https://github.com/dependabot)\[bot] in [#​807](https://github.com/clidey/whodb/pull/807) - Bump preact from 10.26.9 to 10.28.3 in /frontend by [@​dependabot](https://github.com/dependabot)\[bot] in [#​808](https://github.com/clidey/whodb/pull/808) **Full Changelog**: <https://github.com/clidey/whodb/compare/0.92.0...0.93.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19--> Reviewed-on: #4024 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 8617c5e11f |
chore(deps): update seerr-chart docker tag to v3.1.0 (#4022)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [seerr-chart](https://github.com/seerr-team/seerr) ([source](https://github.com/seerr-team/seerr/tree/HEAD/charts/seerr)) | minor | `3.0.2` → `3.1.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19--> Reviewed-on: #4022 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 35a7ee6ee2 |
chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v2.11.0 (#4021)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [harbor.alexlebens.net/images/site-profile](https://gitea.alexlebens.dev/alexlebens/site-profile) | minor | `2.10.1` → `2.11.0` | --- ### Release Notes <details> <summary>alexlebens/site-profile (harbor.alexlebens.net/images/site-profile)</summary> ### [`v2.11.0`](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/2.10.1...2.11.0) [Compare Source](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/2.10.1...2.11.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19--> Reviewed-on: #4021 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 3ac576cc71 | chore(deps): update dependency slskd/slskd to v0.24.4 (#4040) | |||
| 98258a8b81 | chore(deps): update dependency argoproj/argo-workflows to v4.0.1 (#4039) | |||
| 29e5cfaebf | chore(deps): update ghcr.io/open-webui/open-webui docker tag to v0.8.2 (#4036) | |||
| ab1f195142 | chore(deps): update directus/directus to v11.15.3 (#4034) | |||
| db7ade1547 | chore(deps): update kube-prometheus-stack docker tag to v82.0.1 (#4031) | |||
| 0c7f4f5c06 | chore(deps): update helm release matrix-synapse to v3.12.21 (#4030) | |||
| c3caf3f506 | chore(deps): update helm release element-web to v1.4.30 (#4028) | |||
| 8db53de98f | chore(deps): update searxng/searxng:latest docker digest to 60055af (#4023) | |||
| 879a7390de |
chore(deps): update ghcr.io/tailscale/tailscale docker tag to v1.94.2 (#3994)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/tailscale/tailscale](https://tailscale.com/kb/1282/docker) ([source](https://github.com/tailscale/tailscale)) | patch | `v1.94.1` → `v1.94.2` | --- ### Release Notes <details> <summary>tailscale/tailscale (ghcr.io/tailscale/tailscale)</summary> ### [`v1.94.2`](https://github.com/tailscale/tailscale/compare/v1.94.1...v1.94.2) [Compare Source](https://github.com/tailscale/tailscale/compare/v1.94.1...v1.94.2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsImltYWdlIl19--> Reviewed-on: #3994 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 0f7ecf6905 |
chore(deps): update ghcr.io/traefik/traefik docker tag to v3.6.8 (#3934)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/traefik/traefik](https://hub.docker.com/_/traefik) ([source](https://github.com/traefik/traefik-library-image)) | patch | `v3.6.7` → `v3.6.8` | --- ### Release Notes <details> <summary>traefik/traefik-library-image (ghcr.io/traefik/traefik)</summary> ### [`v3.6.8`](https://github.com/traefik/traefik-library-image/compare/v3.6.8...v3.6.8) [Compare Source](https://github.com/traefik/traefik-library-image/compare/v3.6.8...v3.6.8) ### [`v3.6.8`](https://github.com/traefik/traefik-library-image/compare/v3.6.7...v3.6.8) [Compare Source](https://github.com/traefik/traefik-library-image/compare/v3.6.7...v3.6.8) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsImltYWdlIl19--> Reviewed-on: #3934 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 2d96610c86 |
chore(deps): update kube-prometheus-stack docker tag to v82 (#4006)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kube-prometheus-stack](https://github.com/prometheus-operator/kube-prometheus) ([source](https://github.com/prometheus-community/helm-charts)) | major | `81.6.9` → `82.0.0` | --- ### Release Notes <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v82.0.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-82.0.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-81.6.9...kube-prometheus-stack-82.0.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] bump prom operator to 0.89.0 by [@​DrFaust92](https://github.com/DrFaust92) in [#​6649](https://github.com/prometheus-community/helm-charts/pull/6649) **Full Changelog**: <https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-81.6.9...kube-prometheus-stack-82.0.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19--> Reviewed-on: #4006 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |