Skip to content

Release bundle charts v0.0.35 and update cortex core chart versions to 0.0.22#522

Merged
SoWieMarkus merged 41 commits intoreleasefrom
main
Feb 16, 2026
Merged

Release bundle charts v0.0.35 and update cortex core chart versions to 0.0.22#522
SoWieMarkus merged 41 commits intoreleasefrom
main

Conversation

@SoWieMarkus
Copy link
Collaborator

@SoWieMarkus SoWieMarkus commented Feb 16, 2026

  • Handle limes api 404 response
  • Code cleanups
  • Upgrade to Go v1.26
  • External dependency upgrades

PhilippMatthes and others added 30 commits February 10, 2026 13:20
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.
github-actions bot and others added 11 commits February 12, 2026 12:14
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>
@SoWieMarkus SoWieMarkus disabled auto-merge February 16, 2026 14:03
@SoWieMarkus SoWieMarkus merged commit addb84b into release Feb 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants