From 16485cf0aa76d3f96bce7ba34f98865cf838006e Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 8 Sep 2025 02:20:15 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20trueforge-org/truechart?= =?UTF-8?q?s=202.0.0=20=E2=86=92=202.0.6=20(#39259)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [trueforge-org/truecharts](https://redirect.github.com/trueforge-org/truecharts) | patch | `2.0.0` -> `2.0.6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
trueforge-org/truecharts (trueforge-org/truecharts) ### [`v2.0.6`](https://redirect.github.com/trueforge-org/truecharts/releases/tag/v2.0.6): clustertool-v2.0.6 [Compare Source](https://redirect.github.com/trueforge-org/truecharts/compare/v2.0.0...v2.0.6) #### Changelog - [`19f6863`](https://redirect.github.com/trueforge-org/truecharts/commit/19f6863026c16a119d71b5e639dea842b3d6f93c) chore(flux): update image blocky 18.8.1 → 18.8.2 (clustertool) ([#​39231](https://redirect.github.com/trueforge-org/truecharts/issues/39231))
--- ### 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. --- - [ ] 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). --- containers/apps/devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/apps/devcontainer/Dockerfile b/containers/apps/devcontainer/Dockerfile index ecf11ad1612..33e1dc789d3 100644 --- a/containers/apps/devcontainer/Dockerfile +++ b/containers/apps/devcontainer/Dockerfile @@ -1,7 +1,7 @@ # hadolint ignore=DL3007 FROM mcr.microsoft.com/devcontainers/base:alpine@sha256:1f8a1ea669115b1c87835427e89f6278f58a934a2e3f20eca3af7b6366ee5af2 -ARG CLUSTERTOOL_VERSION=2.0.0 +ARG CLUSTERTOOL_VERSION=2.0.6 ARG CONTAINER_NAME # hadolint ignore=DL3008,DL3015,SC2086,SC2155