fix(deps): update ghcr.io/kiwigrid/k8s-sidecar docker tag 2.5.2 → 2.5.5 - autoclosed#1718
Closed
truecharts-admin wants to merge 1 commit intomainfrom
Closed
fix(deps): update ghcr.io/kiwigrid/k8s-sidecar docker tag 2.5.2 → 2.5.5 - autoclosed#1718truecharts-admin wants to merge 1 commit intomainfrom
truecharts-admin wants to merge 1 commit intomainfrom
Conversation
Crow-Control
approved these changes
Apr 2, 2026
Member
Crow-Control
left a comment
There was a problem hiding this comment.
Auto approved automated PR
9d5fbb9 to
882e9d1
Compare
882e9d1 to
ae18e6d
Compare
80ad4b7 to
0c8ce16
Compare
0c8ce16 to
cd4e65e
Compare
Crow-Control
added a commit
that referenced
this pull request
Apr 17, 2026
…1824) Three open renovate version bumps were red because upstream changed the build/packaging contract between releases. This PR rolls the bumps in together with the minimal per-app adjustments to make CI green. Grocy 4.6.0 and the three BREAKING major-version bumps (duplicacy v3, Lychee v7, cops v4) are deliberately deferred — each needs its own dedicated effort. ### Changes - **`apps/minisatip` (2.0.71 → 2.0.79)** — upstream replaced autotools with CMake. Swap `./configure && make DDCI=1` for `cmake -B build . && cmake --build build -j…`, add `cmake` to the build/purge set, and move the produced binary to `/app/satip/minisatip` where `start.sh` expects it. `DDCI` is now auto-enabled in `CMakeLists.txt` when DVBCA (libssl-dev) is detected, so no explicit flag. - **`apps/jackett` (v0.24.1167 → v0.24.1614)** — the app starts and listens on :9117 fine, but `/` no longer returns 302, so the Docker healthcheck times out. Drop the explicit `statusCode: 302` from `container-test.yaml`; the healthcheck helper then accepts any 2xx/3xx. - **`apps/k8s-sidecar` (2.5.2 → 2.6.0, also supersedes #1718)** — upstream moved dependency metadata from `src/requirements.txt` to a top-level `pyproject.toml`. Stage the whole project for `pip install`, then copy `src/*` into `/app` so the existing `CMD [ "python", "-u", "/app/sidecar.py" ]` keeps working: ```dockerfile tar -xzf /tmp/release.tar.gz -C /tmp/src_temp \ k8s-sidecar-${VERSION}/pyproject.toml \ k8s-sidecar-${VERSION}/src && \ /app/venv/bin/pip install --no-cache-dir /tmp/src_temp/k8s-sidecar-${VERSION} && \ cp -r /tmp/src_temp/k8s-sidecar-${VERSION}/src/* /app/ ``` ### Deferred (not in this PR) - **#1609 grocy 4.6.0** — upstream `composer.json` now requires `php 8.5.*`; base image ships 8.3. Fixing requires switching to a PHP 8.5-capable base (e.g. `ondrej/php` PPA), which isn't a minimal change. - **#1641 duplicacy v3**, **#1643 Lychee v7**, **#1644 cops v4** — all BREAKING upstream rewrites (new distribution URLs, new PHP extension requirements, new composer flow). Each belongs in its own PR. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Crow-Control <7613738+Crow-Control@users.noreply.github.com>
auto-merge was automatically disabled
April 17, 2026 16:33
Pull request was closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.5.2→2.5.5Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
kiwigrid/k8s-sidecar (ghcr.io/kiwigrid/k8s-sidecar)
v2.5.5Compare Source
📦 Dependencies
v2.5.4Compare Source
Breaking Change: Removal of
:latestTagStarting with version 2.5.4, we no longer publish the
:latestDocker image tag. This is part of our move towards immutable artifacts to improve deployment stability and predictability.Please update your configurations to use a specific version tag.
v2.5.3Compare Source
📦 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.
This PR has been generated by Renovate Bot.