You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
any of the package files in this branch needs updating, or
the branch becomes conflicted, or
you click the rebase/retry checkbox if found above, or
you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: undefined
Post-upgrade command 'helm-docs --chart-search-root=. --log-level=warn' has not been added to the allowed list in allowedCommands
File name: undefined
Post-upgrade command 'helm-schema --chart-search-root . --skip-auto-generation required,additionalProperties --append-newline' has not been added to the allowed list in allowedCommands
Files changed upstream: src/resources.py, .github/workflows/build_and_test.yaml — no Dockerfile, base-image, or entrypoint changes
Breaking Changes
None affecting our usage. The apps/k8s-sidecar/Dockerfile uses the upstream image as-is (FROM ghcr.io/kiwigrid/k8s-sidecar:${VERSION}) and only adds Alpine packages (bash, ca-certificates, curl, jq, tzdata) before dropping to USER nobody:nogroup (apps/k8s-sidecar/Dockerfile:4-13). The fix only affects the SLEEP watch-mode code path inside the sidecar itself.
Code Changes Required
None. The PR changes only the VERSION default in apps/k8s-sidecar/docker-bake.hcl:5 (the renovate-annotated variable), which is the established pattern for this app.
Multi-arch verified: docker manifest inspect ghcr.io/kiwigrid/k8s-sidecar:2.11.1 shows linux/amd64 and linux/arm64 (the two platforms in the image-all target), plus arm/ppc64le/riscv64.
Security Impact
No security fixes; no change to our threat surface.
Recommendation
Safe to merge — patch bugfix, no breaking changes, tag available for all built architectures, no repo code changes needed.
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
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.11.0→2.11.1Warning
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.11.1Compare Source
🐛 Fixes
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.