Update quay.io/kiwigrid/k8s-sidecar Docker tag to v2.10.1 #6

Merged
forgejo merged 0 commits from refs/pull/6/head into main 2026-08-07 09:14:27 +00:00
forgejo commented 2026-07-28 02:00:49 +00:00 (Migrated from git.smallhack.org)

This PR contains the following updates:

Package Update Change
quay.io/kiwigrid/k8s-sidecar minor 2.8.12.10.1

⚠️ Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

kiwigrid/k8s-sidecar (quay.io/kiwigrid/k8s-sidecar)

v2.10.1

Compare Source

🚀 Features

  • feat: expose --req-username-file and --req-password-file as env vars REQ_USERNAME_FILE and REQ_PASSWORD_FILE

v2.10.0

Compare Source

🐛 Fixes

  • fix: fall back to IPv4 for health server when IPv6 is unavailable

🧪 Tests

  • fix: fall back to IPv4 for health server when IPv6 is unavailable

📦 Dependencies

  • build(deps): bump actions/checkout from 7.0.0 to 7.0.1

v2.9.0

Compare Source

🚀 Features

  • Use ENTRYPOINT instead of CMD to allow CLI flags

v2.8.2

Compare Source

📦 Dependencies

  • build(deps): bump docker/setup-buildx-action from 4.1.0 to 4.2.0
  • build(deps): bump docker/bake-action from 7.2.0 to 7.3.0
  • build(deps): bump docker/setup-qemu-action from 4.1.0 to 4.2.0
  • build(deps): bump docker/login-action from 4.2.0 to 4.5.1
  • build(deps): bump actions/stale from 10.3.0 to 10.4.0
  • build(deps): bump the codeql-action group with 2 updates
  • build(deps): bump docker/build-push-action from 7.2.0 to 7.3.0
  • build(deps): bump softprops/action-gh-release from 3.0.1 to 3.0.2
  • fix: upgrade Alpine packages for CVE-2026-45447
  • fix: upgrade Python packages for CVE-2026-59885, CVE-2026-59886 and CVE-2026-59890

Configuration

📅 Schedule: (UTC)

  • 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 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 Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [quay.io/kiwigrid/k8s-sidecar](https://github.com/kiwigrid/k8s-sidecar) | minor | `2.8.1` → `2.10.1` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>kiwigrid/k8s-sidecar (quay.io/kiwigrid/k8s-sidecar)</summary> ### [`v2.10.1`](https://github.com/kiwigrid/k8s-sidecar/releases/tag/2.10.1) [Compare Source](https://github.com/kiwigrid/k8s-sidecar/compare/2.10.0...2.10.1) #### 🚀 Features - feat: expose --req-username-file and --req-password-file as env vars REQ\_USERNAME\_FILE and REQ\_PASSWORD\_FILE - PR: [#&#8203;586](https://github.com/kiwigrid/k8s-sidecar/issues/586) ### [`v2.10.0`](https://github.com/kiwigrid/k8s-sidecar/releases/tag/2.10.0) [Compare Source](https://github.com/kiwigrid/k8s-sidecar/compare/2.9.0...2.10.0) #### 🐛 Fixes - fix: fall back to IPv4 for health server when IPv6 is unavailable - PR: [#&#8203;615](https://github.com/kiwigrid/k8s-sidecar/issues/615) #### 🧪 Tests - fix: fall back to IPv4 for health server when IPv6 is unavailable - PR: [#&#8203;615](https://github.com/kiwigrid/k8s-sidecar/issues/615) #### 📦 Dependencies - build(deps): bump actions/checkout from 7.0.0 to 7.0.1 - PR: [#&#8203;614](https://github.com/kiwigrid/k8s-sidecar/issues/614) ### [`v2.9.0`](https://github.com/kiwigrid/k8s-sidecar/releases/tag/2.9.0) [Compare Source](https://github.com/kiwigrid/k8s-sidecar/compare/2.8.2...2.9.0) #### 🚀 Features - Use ENTRYPOINT instead of CMD to allow CLI flags - PR: [#&#8203;585](https://github.com/kiwigrid/k8s-sidecar/issues/585) ### [`v2.8.2`](https://github.com/kiwigrid/k8s-sidecar/releases/tag/2.8.2) [Compare Source](https://github.com/kiwigrid/k8s-sidecar/compare/2.8.1...2.8.2) #### 📦 Dependencies - build(deps): bump docker/setup-buildx-action from 4.1.0 to 4.2.0 - PR: [#&#8203;601](https://github.com/kiwigrid/k8s-sidecar/issues/601) - build(deps): bump docker/bake-action from 7.2.0 to 7.3.0 - PR: [#&#8203;600](https://github.com/kiwigrid/k8s-sidecar/issues/600) - build(deps): bump docker/setup-qemu-action from 4.1.0 to 4.2.0 - PR: [#&#8203;597](https://github.com/kiwigrid/k8s-sidecar/issues/597) - build(deps): bump docker/login-action from 4.2.0 to 4.5.1 - PR: [#&#8203;612](https://github.com/kiwigrid/k8s-sidecar/issues/612) - build(deps): bump actions/stale from 10.3.0 to 10.4.0 - PR: [#&#8203;610](https://github.com/kiwigrid/k8s-sidecar/issues/610) - build(deps): bump the codeql-action group with 2 updates - PR: [#&#8203;608](https://github.com/kiwigrid/k8s-sidecar/issues/608) - build(deps): bump docker/build-push-action from 7.2.0 to 7.3.0 - PR: [#&#8203;609](https://github.com/kiwigrid/k8s-sidecar/issues/609) - build(deps): bump softprops/action-gh-release from 3.0.1 to 3.0.2 - PR: [#&#8203;611](https://github.com/kiwigrid/k8s-sidecar/issues/611) - fix: upgrade Alpine packages for CVE-2026-45447 - fix: upgrade Python packages for CVE-2026-59885, CVE-2026-59886 and CVE-2026-59890 - PR: [#&#8203;613](https://github.com/kiwigrid/k8s-sidecar/issues/613) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjguNSIsInVwZGF0ZWRJblZlciI6IjQzLjI2OC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJtaW5vciJdfQ==-->
jessebot (Migrated from git.smallhack.org) approved these changes 2026-08-07 09:14:24 +00:00
Sign in to join this conversation.
No description provided.