Release cortex v0.4.1, cortex-shim v0.1.17 - #1196
Merged
Merged
Conversation
Bump library charts (cortex 0.4.0→0.4.1, cortex-shim 0.1.16→0.1.17) and all dependent bundle charts. Adds changelog entry for the release covering remote apiserver liveness probe, multicluster recorder fix for controller-runtime v0.25.0, and dependency updates. Co-authored-by: juliusclausnitzer <juliusclausnitzer@users.noreply.github.com> Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
cortex-ai-agents
Bot
requested review from
KonstantinGasser,
PhilippMatthes,
SoWieMarkus,
auhlig,
juliusclausnitzer,
mblos and
umswmayj
as code owners
September 7, 2026 11:08
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The updated library Chart.yaml files are missing the repository’s SPDX/copyright header and they appear inconsistent with existing Chart.lock files, which should be resolved before releasing.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
This PR prepares the Helm-chart release for cortex v0.4.1 and cortex-shim v0.1.17 by bumping chart versions across the library charts and all dependent bundles, and by documenting the release in the changelog.
Changes:
- Bump
helm/library/cortexchart version/appVersion to0.4.1/sha-cd38777a. - Bump
helm/library/cortex-shimchart version/appVersion to0.1.17/sha-cd38777a. - Bump dependent bundle chart versions and dependency pins; add a release entry to
CHANGELOG.md.
File summaries
| File | Description |
|---|---|
| helm/library/cortex/Chart.yaml | Release bump to 0.4.1 / sha-cd38777a. |
| helm/library/cortex-shim/Chart.yaml | Release bump to 0.1.17 / sha-cd38777a. |
| helm/bundles/cortex-pods/Chart.yaml | Bump bundle version and cortex dependency to 0.4.1. |
| helm/bundles/cortex-placement-shim/Chart.yaml | Bump bundle version and cortex-shim dependency to 0.1.17. |
| helm/bundles/cortex-nova/Chart.yaml | Bump bundle version and cortex dependency pins to 0.4.1. |
| helm/bundles/cortex-manila/Chart.yaml | Bump bundle version and cortex dependency pins to 0.4.1. |
| helm/bundles/cortex-ironcore/Chart.yaml | Bump bundle version and cortex dependency to 0.4.1. |
| helm/bundles/cortex-crds/Chart.yaml | Bump bundle version and cortex dependency to 0.4.1. |
| helm/bundles/cortex-cinder/Chart.yaml | Bump bundle version and cortex dependency pins to 0.4.1. |
| CHANGELOG.md | Add release notes for 2026-09-07 covering the chart bumps and notable changes. |
Review details
Suppressed comments (2)
helm/library/cortex/Chart.yaml:9
- Chart.yaml declares no dependencies (
dependencies: []), but a Chart.lock exists with anowner-infodependency; Helm expects these to be kept in sync, otherwise dependency builds/packaging can be confusing or non-reproducible. Consider either adding the dependency to Chart.yaml or deleting/regenerating Chart.lock for this chart.
appVersion: "sha-cd38777a"
icon: "https://example.com/icon.png"
dependencies: []
helm/library/cortex-shim/Chart.yaml:9
- Chart.yaml declares no dependencies (
dependencies: []), but a Chart.lock exists with anowner-infodependency; Helm expects these to be kept in sync, otherwise dependency builds/packaging can be confusing or non-reproducible. Consider either adding the dependency to Chart.yaml or deleting/regenerating Chart.lock for this chart.
appVersion: "sha-cd38777a"
icon: "https://example.com/icon.png"
dependencies: []
- Files reviewed: 10/10 changed files
- Comments generated: 2
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Contributor
Test Coverage ReportTest Coverage 📊: 73.1% |
juliusclausnitzer
approved these changes
Sep 7, 2026
juliusclausnitzer
enabled auto-merge (squash)
September 7, 2026 11:17
juliusclausnitzer
disabled auto-merge
September 7, 2026 11:41
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Chart bumps
cortex(library)0.4.0/sha-91df27a00.4.1/sha-cd38777acortex-shim(library)0.1.16/sha-b577e3060.1.17/sha-cd38777acortex-placement-shim(bundle)0.1.160.1.17cortex-nova(bundle)0.0.890.0.90cortex-cinder(bundle)0.0.890.0.90cortex-manila(bundle)0.0.890.0.90cortex-crds(bundle)0.0.890.0.90cortex-ironcore(bundle)0.0.890.0.90cortex-pods(bundle)0.0.890.0.90No bumps for: cortex-postgres.
🤖 Generated with Claude Code