Release cortex v0.4.4, cortex-postgres v0.6.17, cortex-shim v0.1.19 - #1224
Merged
Merged
Conversation
Changelog entry and helm chart version bumps for PR #1222. Co-authored-by: Philipp Matthes <PhilippMatthes@users.noreply.github.com> Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
cortex-ai-agents
Bot
requested review from
PhilippMatthes,
SoWieMarkus,
auhlig,
juliusclausnitzer,
mblos and
umswmayj
as code owners
September 21, 2026 09:15
2 tasks
Contributor
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
The only noted issue is a minor documentation count discrepancy.
Review effort: Lite
Findings: None
What changed in this PR
Prepares the Cortex v0.4.4, Cortex Postgres v0.6.17, and Cortex Shim v0.1.19 releases by updating changelog and Helm chart metadata.
Changes:
- Added release notes to
CHANGELOG.md. - Bumped library chart versions.
- Updated bundle chart versions and dependencies.
| File | Description |
|---|---|
helm/library/cortex/Chart.yaml |
Bumps Cortex chart version. |
helm/library/cortex-shim/Chart.yaml |
Bumps Shim chart version. |
helm/library/cortex-postgres/Chart.yaml |
Bumps PostgreSQL chart version. |
helm/bundles/cortex-pods/Chart.yaml |
Updates Cortex dependency. |
helm/bundles/cortex-placement-shim/Chart.yaml |
Updates Shim dependency. |
helm/bundles/cortex-nova/Chart.yaml |
Updates Cortex and PostgreSQL dependencies. |
helm/bundles/cortex-manila/Chart.yaml |
Updates Cortex and PostgreSQL dependencies. |
helm/bundles/cortex-ironcore/Chart.yaml |
Updates Cortex dependency. |
helm/bundles/cortex-crds/Chart.yaml |
Updates Cortex dependency. |
helm/bundles/cortex-cinder/Chart.yaml |
Updates Cortex and PostgreSQL dependencies. |
CHANGELOG.md |
Adds release notes. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
PhilippMatthes
approved these changes
Sep 21, 2026
Contributor
Test Coverage ReportTest Coverage 📊: 73.1% |
PhilippMatthes
added a commit
that referenced
this pull request
Sep 21, 2026
…1222) ## Release cortex v0.4.4, cortex-postgres v0.6.17, cortex-shim v0.1.19 ### cortex v0.4.4 (sha-d4309076) Non-breaking changes: - Update `github.com/gophercloud/gophercloud/v2` to v2.15.0 ([#1218](#1218)) - Update `github.com/ironcore-dev/ironcore` to v0.7.0 ([#1218](#1218)) - Update `go.xyrillian.de/gg` to v1.16.0 ([#1215](#1215)) - Update `github.com/sapcc/go-bits` ([#1214](#1214)) - Update `github.com/sapcc/go-api-declarations` to v1.25.1 ([#1207](#1207)) - Update `sigs.k8s.io/controller-runtime` to v0.25.1 ([#1201](#1201)) - Bump Go module dependencies ([#1216](#1216)) ### cortex-postgres v0.6.17 (sha-f3d9a8b4) Non-breaking changes: - Rebuild image with updated `debian:trixie-slim` base ([#1220](#1220)) ### cortex-shim v0.1.19 (sha-d4309076) Non-breaking changes: - Refine placement API shim alerts — removed duplicate `CortexPlacementShimUpstreamUnreachable` alert and renamed `CortexPlacementShimUpstreamHttp5xxTooHigh` to `CortexPlacementShimUpstreamHttp500sTooHigh` for consistency ([#1211](#1211)) - Add playbook link for shim multicluster alerts ([#1212](#1212)) - Shared binary rebuild with updated Go dependencies ### Bundle charts | Bundle | New Version | Updated Dependencies | |---|---|---| | cortex-placement-shim | v0.1.19 | cortex-shim v0.1.19 | | cortex-nova | v0.0.93 | cortex v0.4.4, cortex-postgres v0.6.17 | | cortex-cinder | v0.0.93 | cortex v0.4.4, cortex-postgres v0.6.17 | | cortex-manila | v0.0.93 | cortex v0.4.4, cortex-postgres v0.6.17 | | cortex-crds | v0.0.93 | cortex v0.4.4 | | cortex-ironcore | v0.0.93 | cortex v0.4.4 | | cortex-pods | v0.0.93 | cortex v0.4.4 | ### Pre-merge checklist - [ ] Merge release-prep PR #1224 into `main` first - [ ] Then merge this PR into `release` 🤖 Generated with [Claude Code](https://claude.com/claude-code)
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
Changes
CHANGELOG.mdwith v0.4.4 / v0.6.17 / v0.1.19 release notesChart.yamlfiles (library + bundle charts)Test plan
🤖 Generated with Claude Code