ROB-997 Upgrade kubewatch image to v2.16.0 - #2156
Conversation
Picks up the Secret redaction fix (kubewatch #116): the forwarder no longer ships Secret data or stringData to the runner's CloudEvent endpoint, on create, update or delete, and no longer sends the previous values via oldObj. This moves the pin two releases, so it also picks up v2.15.0's Go 1.26.4 and slack-go v2.23.1 CVE patches. Notification payloads for non-Secret resources are unchanged, so playbook triggers that match on obj/oldObj keep working. Renders as robustadev/kubewatch:v2.16.0, built from kubewatch 6f16a684. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GzZp8kPXKYjXuxY1oN1aU8
|
✅ Docker image ready for
Use this tag to pull the image for testing. 📋 Copy commandsgcloud auth configure-docker us-central1-docker.pkg.dev
docker pull us-central1-docker.pkg.dev/robusta-development/temporary-builds/robusta-runner:f800cfc
docker tag us-central1-docker.pkg.dev/robusta-development/temporary-builds/robusta-runner:f800cfc me-west1-docker.pkg.dev/robusta-development/development/robusta-runner-dev:f800cfc
docker push me-west1-docker.pkg.dev/robusta-development/development/robusta-runner-dev:f800cfcPatch Helm values in one line: helm upgrade --install robusta robusta/robusta \
--reuse-values \
--set runner.image=me-west1-docker.pkg.dev/robusta-development/development/robusta-runner-dev:f800cfc |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review. WalkthroughThe Helm chart default ChangesKubewatch image update
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This is a localized kubewatch image-version update with no actionable merge-blocking risk remaining beyond normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
The
Where it came from:
Not fixing it in this PR — regenerating a lockfile has nothing to do with a kubewatch image bump, and folding it in would hide a dependency change inside a security bump. The fix belongs on
Generated by Claude Code |
Summary
Updates the kubewatch forwarder deployment image version from v2.14.0 to v2.16.0.
Changes
v2.14.0tov2.16.0in the Helm values configurationDetails
This upgrade brings the latest kubewatch version to the robusta forwarder deployment, which may include bug fixes, performance improvements, and new features from the kubewatch project.
https://claude.ai/code/session_01GzZp8kPXKYjXuxY1oN1aU8