Release bundle charts v0.0.35 and update cortex core chart versions to 0.0.22#522
Merged
SoWieMarkus merged 41 commits intoreleasefrom Feb 16, 2026
Merged
Release bundle charts v0.0.35 and update cortex core chart versions to 0.0.22#522SoWieMarkus merged 41 commits intoreleasefrom
SoWieMarkus merged 41 commits intoreleasefrom
Conversation
Limes can return a `404` for a project that was deleted after our last project fetch.
This change removes some expected fields from the nova external scheduler call, which were redundant as they can be determined from the nested request spec. It also adds the newly introduced `evacuate` intent which will help us distinguish between all available execution paths.
Cortex provides a postgres adapter to use postgres as a cache for syncing data into it, and running knowledges + kpis on this raw data. This change moves the db module to the internal/knowledge module to make it clear that the scheduler has no connection to the database (otherwise the database would need to be HA).
We provide a histogram helper function which is used in knowledge extractors as well as kpis. Since this module is not needed for the scheduler, it should be moved under knowledge/.
At the moment we have lots of code in out main.go which initializes the multicluster client. This change pulls out the code into the multicluster client library, and also pulls out the conf struct from pkg/conf which should only contain shared logic to load configs.
The monitoring module should be self contained and the conf package should only contain shared logic to load the different configs.
We didn't enable the deschedulings executor yet. Also, we should cleanup the executor config so the pkg/conf module only consists of tooling to load configs.
There was technical debt in that some of the controllers didn't even need a config and it was just passed for no reason. Now it is more transparant which component needs which config options, which also makes it easier to plug in new components without having to supply e.g. sso certificate secrets or keystone secrets.
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/sapcc/go-bits](https://redirect.github.com/sapcc/go-bits) | require | digest | `c193fd7` → `791f29d` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 8am on Friday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cobaltcore-dev/cortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…tor digest to 584e8e2 (#519)
…o 0.0.22 [skip ci]
mblos
approved these changes
Feb 16, 2026
PhilippMatthes
approved these changes
Feb 16, 2026
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.
Uh oh!
There was an error while loading. Please reload this page.