docs: fix incorrect pipeline names and default interval in failover doc - #1064
Merged
Conversation
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
July 20, 2026 07:15
Contributor
Test Coverage ReportTest Coverage 📊: 70.3% |
mblos
approved these changes
Aug 3, 2026
This was referenced Aug 3, 2026
Merged
Merged
mblos
added a commit
that referenced
this pull request
Aug 3, 2026
## Summary - Adds changelog entry for cortex v0.3.5 - Bumps helm chart versions across all bundles and library charts - Release prep for #1114: merge this before merging #1114 ## Chart Version Bumps | Chart | Old Version | New Version | |-------|------------|-------------| | cortex (library) | 0.3.4 | 0.3.5 | | cortex-shim (library) | 0.1.10 | 0.1.11 | | cortex-nova | 0.0.84 | 0.0.85 | | cortex-cinder | 0.0.84 | 0.0.85 | | cortex-manila | 0.0.84 | 0.0.85 | | cortex-pods | 0.0.84 | 0.0.85 | | cortex-ironcore | 0.0.84 | 0.0.85 | | cortex-crds | 0.0.84 | 0.0.85 | | cortex-placement-shim | 0.1.10 | 0.1.11 | ## What's in this release ### cortex v0.3.5 (sha-684e0b07) Non-breaking changes: - Support comma-separated and prefixed tenant ids in aggregate filter (#1103) - Return more information on 500 in external scheduler call (#1104) - Send image type in failover requests (#1105) - Add az to failover reservation CRD name (#1106) - Guard multicluster Create against cross-cluster name collisions (#1097) - Fix incorrect pipeline names and default interval in failover doc (#1064) - Update `github.com/sapcc/go-bits` (#1101, #1107) - Update `github.com/mattn/go-sqlite3` to v1.14.49 (#1102) - Update `kube-prometheus-stack` to v87.21.0 (#1096, #1099) - Update `actions/stale` to v11 (#1100) ### cortex-shim v0.1.11 (sha-c325b29e) Includes updated image sha-c325b29e with dependency updates. ## Test plan - [ ] Verify changelog entry is correct and complete - [ ] Verify helm chart version bumps are consistent across all charts - [ ] CI passes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: cortex-ai-agents[bot] <279748396+cortex-ai-agents[bot]@users.noreply.github.com> Co-authored-by: Marcel <mblos@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
mblos
added a commit
that referenced
this pull request
Aug 3, 2026
## Release cortex v0.3.5 **Release PR**: merges `main` into `release` branch. --- ### cortex v0.3.5 (sha-684e0b07) Non-breaking changes: - Support comma-separated and prefixed tenant ids in aggregate filter — the `filter_aggregate_metadata` filter now splits `filter_tenant_id` values on commas and matches any metadata key with the `filter_tenant_id` prefix (e.g. `filter_tenant_id1`, `filter_tenant_id2`), unioning all values into the allowed project set ([#1103](#1103)) - Return more information on 500 in external scheduler call — improves error reporting when external scheduler API calls fail with HTTP 500, now including the response body in the error message ([#1104](#1104)) - Send image type in failover requests — failover reservation scheduling now includes the image type in scheduling requests ([#1105](#1105)) - Add az to failover reservation CRD name — failover reservation names now include the availability zone for uniqueness ([#1106](#1106)) - Guard multicluster Create against cross-cluster name collisions — `Create` now performs a best-effort cross-cluster existence check before writing and returns a duplicate error instead of creating a colliding object. Adds a `cortex_multicluster_cross_cluster_name_conflicts_total` Prometheus counter and corresponding alerts ([#1097](#1097)) - Fix incorrect pipeline names and default interval in failover doc ([#1064](#1064)) - Update `github.com/sapcc/go-bits` ([#1101](#1101), [#1107](#1107)) - Update `github.com/mattn/go-sqlite3` to v1.14.49 ([#1102](#1102)) - Update `kube-prometheus-stack` to v87.21.0 ([#1096](#1096), [#1099](#1099)) - Update `actions/stale` to v11 ([#1100](#1100)) ### cortex-shim v0.1.11 (sha-c325b29e) Includes updated image sha-c325b29e with dependency updates. ### Chart Versions | Chart | Version | |-------|---------| | cortex | 0.3.5 | | cortex-shim | 0.1.11 | | cortex-nova | 0.0.85 | | cortex-cinder | 0.0.85 | | cortex-manila | 0.0.85 | | cortex-pods | 0.0.85 | | cortex-ironcore | 0.0.85 | | cortex-crds | 0.0.85 | | cortex-placement-shim | 0.1.11 |
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.
The failover reservations documentation referenced pipeline names that do not exist in the codebase and stated the wrong default ReconcileInterval. Corrected pipeline names to match what inferFailoverPipeline actually returns, updated the default interval to match config.go, and trimmed the file structure listing to a concise code pointer.
Assisted-by: Claude Code:claude-opus-4-8 [Bash] [Read] [Edit]