Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/kiwigrid/k8s-sidecar major 1.25.32.1.4

Warning

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.1.4

Compare Source

📦 Dependencies
  • Bump actions/checkout from 5.0.1 to 6.0.0
  • Bump actions/upload-artifact from 4.6.2 to 5.0.0
  • Bump actions/download-artifact from 5.0.0 to 6.0.0
  • Bump fastapi from 0.121.0 to 0.122.0 in /src

v2.1.3

Compare Source

📦 Dependencies
  • Bump github/codeql-action from 4.31.2 to 4.31.3
  • Bump actions/checkout from 5.0.0 to 5.0.1
  • Bump softprops/action-gh-release from 2.4.1 to 2.4.2
  • Bump github/codeql-action from 4.31.3 to 4.31.5

v2.1.2

Compare Source

📦 Dependencies
  • Bump mikepenz/release-changelog-builder-action from 6.0.0 to 6.0.1
  • Bump docker/setup-qemu-action from 3.6.0 to 3.7.0
  • Bump fastapi from 0.115.2 to 0.121.0 in /src

v2.1.1

Compare Source

📦 Dependencies
  • Bump mikepenz/release-changelog-builder-action from 6.0.0 to 6.0.1
  • Bump docker/setup-qemu-action from 3.6.0 to 3.7.0
  • Bump fastapi from 0.115.2 to 0.121.0 in /src

v2.1.0

Compare Source

🚀 Features
  • wyn_skip_init: - add flag to skip initial request to REQ_URL when using WATCH
📦 Dependencies
  • Bump actions/upload-artifact from 4 to 5
  • Bump actions/download-artifact from 5 to 6

v2.0.3

Compare Source

Build
Enhancements
  • Add health endpoint with readiness and liveness probes (#​416)

  • New /healthz Endpoint: A new HTTP endpoint is available on port 8080 (configurable via the HEALTH_PORT environment variable)

    • Readiness Probe:

      • The sidecar now reports as "ready" (HTTP 200) only after the initial synchronization of all configured resources is complete
      • This prevents the main application container from starting or receiving traffic prematurely, ensuring all configuration files are present at startup
    • Liveness Probe:

      • The probe continuously monitors the sidecar's health by checking two critical conditions:
        • Kubernetes API Contact: Verifies that the sidecar has had successful contact with the Kubernetes API within the last 60 seconds
        • Watcher Process Health: Ensures that all internal watcher subprocesses are running correctly
      • If any check fails, the probe fails, signaling Kubernetes to restart the container
  • Reduced Log Noise: Access logs for frequent /healthz requests are automatically filtered out to keep application logs clean and focused

  • Fail-Fast on Process Death: The main process now exits immediately if a critical watcher subprocess dies, ensuring a prompt restart by Kubernetes

Testing
  • The CI pipeline has been enhanced with new tests to validate this functionality:
    • A test to confirm the Uvicorn health server starts successfully
    • A liveness test that simulates a watcher process failure and asserts that Kubernetes restarts the pod as expected
    • A Kubernetes Config load test for Sleep and Watch based sidecar

v1.30.11

Compare Source

⚠️ YANKED/UNSTABLE ⚠️: Do not use 1.30.11 due to #​431
Use 1.30.9 as latest stable

📦 Dependencies
  • Bump python-json-logger from 3.3.0 to 4.0.0 in /src

v1.30.10

Compare Source

⚠️ YANKED/UNSTABLE ⚠️: Do not use 1.30.10 due to #​431
Use 1.30.9 as latest stable

📦 Dependencies
  • Bump requests from 2.32.4 to 2.32.5 in /src

v1.30.9

Compare Source

🚀 Features
  • Extend exception handling
  • Add check for 'none' response
📦 Dependencies
  • Bump actions/download-artifact from 4 to 5
  • Bump actions/checkout from 4 to 5

v1.30.8

Compare Source

📦 Dependencies
  • Bump logfmter from 0.0.9 to 0.0.10 in /src

v1.30.7

Compare Source

v1.30.6

Compare Source

v1.30.5

Compare Source

📦 Dependencies
  • Bump requests from 2.32.3 to 2.32.4 in /src
  • Bump kubernetes from 32.0.1 to 33.1.0 in /src

v1.30.4

Compare Source

v1.30.3

Compare Source

v1.30.2

Compare Source

📦 Dependencies
  • Bump python-json-logger from 3.2.1 to 3.3.0 in /src

v1.30.1

Compare Source

📦 Dependencies
  • Bump kubernetes from 32.0.0 to 32.0.1 in /src

v1.30.0

Compare Source

📦 Dependencies
  • Bump python-json-logger from 2.0.7 to 3.2.1 in /src
  • Bump kubernetes from 31.0.0 to 32.0.0 in /src
  • Bump helm/kind-action from 1.11.0 to 1.12.0

v1.29.1

Compare Source

📦 Dependencies
  • Bump logfmter from 0.0.8 to 0.0.9 in /src

v1.29.0

Compare Source

🚀 Features
  • feat: add ability to fetch only specific resources by name

v1.28.4

Compare Source

🐛 Fixes
  • BUG: Fix missing sleep in _watch_resource_loop

v1.28.3

Compare Source

📦 Dependencies
  • Bump helm/kind-action from 1.10.0 to 1.11.0

v1.28.2

Compare Source

📦 Dependencies
  • Bump docker/login-action from 2 to 3

v1.28.1

Compare Source

📦 Dependencies
  • Bump docker/setup-qemu-action from 2 to 3
  • Bump mikepenz/release-changelog-builder-action from 4 to 5
  • update kind node images

v1.28.0

Compare Source

📦 Dependencies
  • Workflow maintenance
  • Trigger Build
  • Bump kubernetes from 30.1.0 to 31.0.0 in /src

v1.27.6

Compare Source

v1.27.5

Compare Source

📦 Dependencies
  • Bump kubernetes from 29.0.0 to 30.1.0 in /src

v1.27.4

Compare Source

📦 Dependencies
  • Bump logfmter from 0.0.7 to 0.0.8 in /src

v1.27.3

Compare Source

📦 Dependencies
  • Bump requests from 2.32.2 to 2.32.3 in /src

v1.27.2

Compare Source

📦 Dependencies
  • build(deps): bump requests from 2.31.0 to 2.32.2 in /src

v1.27.1

Compare Source

🚀 Features
  • Add exception_handler

v1.27.0

Compare Source

🚀 Features
  • Adding support for req-username-file and req-password-file cli flags
🧪 Tests
  • build(deps): bump helm/kind-action from 1.8.0 to 1.10.0

v1.26.2

Compare Source

📦 Dependencies
  • build(deps): bump kubernetes from 28.1.0 to 29.0.0 in /src

v1.26.1

Compare Source

💬 Other

v1.26.0

Compare Source

🐛 Fixes
  • #minor Remove unnecessary sleep before each watch cycle

v1.25.6

Compare Source

📦 Dependencies
  • build(deps): bump logfmter from 0.0.6 to 0.0.7 in /src

v1.25.5

Compare Source

📦 Dependencies
  • build(deps): bump python from 3.13.0a3-alpine3.18 to 3.13.0a4-alpine3.18

v1.25.4

Compare Source

📦 Dependencies
  • build(deps): bump python from 3.12.0-alpine3.18 to 3.12.1-alpine3.18
  • build(deps): bump python from 3.12.1-alpine3.18 to 3.13.0a3-alpine3.18

Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/ghcr.io-kiwigrid-k8s-sidecar-2.x branch 2 times, most recently from a23425a to c907f7e Compare November 7, 2025 10:03
@renovate renovate bot force-pushed the renovate/ghcr.io-kiwigrid-k8s-sidecar-2.x branch from c907f7e to 04559d6 Compare November 27, 2025 15:48
@renovate renovate bot force-pushed the renovate/ghcr.io-kiwigrid-k8s-sidecar-2.x branch from 04559d6 to 8cb4e15 Compare November 28, 2025 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant