Update KubeVirt CSI Driver - #409
Conversation
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
|
Caution Review failedThe pull request is closed. WalkthroughThe changes involve an update to the Dockerfile for the KubeVirt CSI Driver, specifically in the build stage. The Changes
Sequence Diagram(s)sequenceDiagram
participant Builder as Docker Builder
participant Repo as Git Repository
Builder->>Repo: git checkout 35836e0c8b68d9916d29a838ea60cdd3fc6199cf
Repo-->>Builder: Checkout new commit
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Signed-off-by: Andrei Kvapil <kvapss@gmail.com> Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
All functional patches from the cozystack/kilo fork have been upstreamed and included in squat/kilo v0.7.0: - --internal-cidr flag (PR #403) - allowed-location-ips overlap fix (PR #404) - Auto-detect WireGuard MTU (PR #406) - Preferred source for WireGuard routes (PR #408) - Cilium IPIP overlay support (PR #409) The fork only contained rebranding and CI-specific commits beyond upstream, which are no longer needed. Assisted-By: Claude <noreply@anthropic.com> Signed-off-by: Aleksei Sviridkin <f@lex.la>
## What this PR does Switch kilo from the cozystack/kilo fork to the upstream squat/kilo repository (v0.7.0). All functional patches from the fork have been upstreamed: - `--internal-cidr` flag for IP auto-detection filtering (#403) - Allowed-location-ips overlap with node IPs fix (#404) - Auto-detect WireGuard MTU from underlay interface (#406) - Preferred source for WireGuard routes (#408) - Cilium IPIP overlay support (#409) The fork only retained rebranding and CI-specific commits beyond upstream, which are no longer needed. Changes: - Makefile: point to `squat/kilo` repo and `ghcr.io/squat/kilo` image - values.yaml: updated via `make update` to `0.7.0` with digest pin ### Release note ```release-note [kilo] Switch from cozystack/kilo fork to upstream squat/kilo v0.7.0 ``` <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Updates** * Updated the kilo component to use a different source repository and new version configuration. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Signed-off-by: Andrei Kvapil kvapss@gmail.com
Summary by CodeRabbit