Bump chart versions for release #779#780
Merged
PhilippMatthes merged 1 commit intomainfrom May 4, 2026
Merged
Conversation
Member
|
@claude please resolve the merge conflict on this PR |
Contributor
Author
🔧 Resolving Merge Conflict
✅ Done! The merge conflict has been resolved. The conflict was in |
e2f6a2f to
dfcbfeb
Compare
Member
|
@claude please resolve the merge conflicts. |
Contributor
Author
🔧 Resolving Merge Conflicts
✅ Done! The merge conflicts have been resolved. Both conflicts were in library Chart.yaml files where main had updated the |
Library charts: - cortex: 0.0.44 → 0.0.45 (patch, no breaking changes) - cortex-shim: 0.0.3 → 0.1.0 (minor, breaking: removed traits.static) - cortex-postgres: 0.5.14 → 0.6.0 (minor, breaking: PG 18 upgrade with versioned naming) Bundle charts: - cortex-cinder: 0.0.57 → 0.0.58 - cortex-crds: 0.0.57 → 0.0.58 - cortex-ironcore: 0.0.57 → 0.0.58 - cortex-manila: 0.0.57 → 0.0.58 - cortex-nova: 0.0.57 → 0.0.58 - cortex-pods: 0.0.57 → 0.0.58 - cortex-placement-shim: 0.0.3 → 0.1.0 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
dfcbfeb to
1c9c7c0
Compare
Contributor
Test Coverage ReportTest Coverage 📊: 69.1% |
PhilippMatthes
added a commit
that referenced
this pull request
May 4, 2026
# Changelog ## 2026-05-04 — [#779](#779) ### cortex v0.0.45 (sha-1fb35660) Non-breaking changes: - Add CommittedResource CRD definition and controller that watches CommittedResource objects and manages child Reservation CRUD - Add `AllowRejection` field to CommittedResourceSpec for controlling placement failure behavior - Add vmware project utilization KPI tracking instances per project/flavor and capacity per host - Move vmware resource commitments KPI to new infrastructure plugins package with shared utilities - Move vmware host capacity KPI to infrastructure plugins package - Add basic support for flavor groups for failover reservation with consolidation weigher - Add `useFlavorGroupResources` values.yaml key for cortex-nova (default: false) - Update external dependencies (controller-runtime v0.24.0, go-sqlite3 v1.14.44, zap v1.28.0) - Alert only on new vm faults (avoid re-alerting on historical faults) ### cortex-shim v0.1.0 (sha-d8bb12ef) Breaking changes: - Remove `traits.static` values.yaml key and Helm-managed static traits ConfigMap template — traits are now fully managed by the shim at runtime via a single ConfigMap Non-breaking changes: - Add per-request feature mode override via `X-Cortex-Feature-Mode` header - Refactor /traits API to single-ConfigMap model with reusable Syncer interface pattern - Implement feature-gated /resource_classes API with ConfigMap storage (passthrough, hybrid, crd modes) - Add ResourceClassSyncer for periodic upstream sync into local ConfigMap - Add `resourceClasses.configMapName` values.yaml key for configuring the resource classes ConfigMap name - Support traits and aggregates endpoints per resource provider with three feature modes (passthrough, hybrid, crd) - Exercise all three feature modes in placement shim e2e tests - Fix nil pointer panic in feature mode override guard ### cortex-postgres v0.6.0 (sha-88f03a41) Breaking changes: - Upgrade PostgreSQL from 17.9 to 18.3 — resource names now include a `-v{major}` suffix for zero-downtime upgrades (e.g., `cortex-nova-postgresql-v18`). After deploy, operators must remove old StatefulSets and PVCs manually. Non-breaking changes: - Add versioned resource naming with `cortex-postgres.versionedFullname` helper for zero-downtime PG major upgrades - Add `major` values.yaml key (default: "18") to control version suffix - Set PGDATA to subdirectory to avoid lost+found conflict ### cortex-nova v0.0.58 (sha-1fb35660) Includes updated charts cortex v0.0.45 and cortex-postgres v0.6.0. Non-breaking changes: - Reorganize KPI CRD templates for infrastructure dashboard metrics - Add `useFlavorGroupResources` values.yaml key for failover reservations (default: false) - Restructure committedResource config keys into nested objects (`committedResourceReservationController`, `committedResourceController`, `committedResourceAPI`) - Add `committedResourceSyncInterval` config key for syncer reconciliation interval ### cortex-placement-shim v0.1.0 (sha-d8bb12ef) Includes updated chart cortex-shim v0.1.0. Breaking changes: - Remove `traits.static` values.yaml key (inherited from cortex-shim breaking change) Non-breaking changes: - Add `resourceClasses.configMapName` values.yaml key ### General Non-breaking changes: - Fix bump-artifact workflow to handle concurrent changes on main with concurrency groups and freshness checks - Add reusable `bump-chart.sh` script for CI chart version bumps - Add pull-request-creator Claude agent - Add changelog update command and workflow for release PRs - Add linting workflow for scaffold completeness checks - Make /release claude command idempotent - Don't run helm-lint workflow when release PR is in draft - Update actions/setup-python action to v6 - Fix stale documentation: traits model, pipeline name, and API path --- **Dependencies:** - Bump PR: #780 (merge before this PR)
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.
Bump chart versions in preparation for release PR #779.
Library charts:
Bundle charts:
This PR should be merged before the release PR #779.