Skip to content

chore(#784): renamed cluster to model#814

Merged
kitsudaiki merged 10 commits intodevelopfrom
qa/rename-cluster-to-model
Jan 15, 2026
Merged

chore(#784): renamed cluster to model#814
kitsudaiki merged 10 commits intodevelopfrom
qa/rename-cluster-to-model

Conversation

@kitsudaiki
Copy link
Copy Markdown
Owner

@kitsudaiki kitsudaiki commented Jan 15, 2026

Pull Request

Description

The old name "cluster" bothered me for quite some
time. Originally it was choosen because it is a
cluster of a bunch of hexagons. But the name fits
better for other parts of the infrastructure.
Because normally in AI contex these parts
are called "model", I renamed them in my project
now the same, even the are quite different.

Related Issues

How it was tested?

  • ci-pipeline
  • some manually tests in the dashboard
  • local vagrant setup

The old name "cluster" bothered me for quite some
time. Originally it was choosen because it is a
cluster of a bunch of hexagons. But the name fits
better for other parts of the infrastructure.
Because normally in AI contex these parts
are called "model", I renamed them in my project
now the same, even the are quite different.

Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
@kitsudaiki kitsudaiki force-pushed the qa/rename-cluster-to-model branch from 721bdc6 to 942acd5 Compare January 15, 2026 19:56
dependabot Bot added 8 commits January 15, 2026 20:57
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.37.0 to 0.39.0.
- [Commits](golang/term@v0.37.0...v0.39.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  dependency-version: 0.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
Bumps the python-packages group in /src/sdk/python/ainari_sdk with 1 update: [jsonschema](https://github.com/python-jsonschema/jsonschema).

Updates `jsonschema` from 4.25.1 to 4.26.0
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v4.25.1...v4.26.0)

---
updated-dependencies:
- dependency-name: jsonschema
  dependency-version: 4.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
Bumps [pest](https://github.com/pest-parser/pest) from 2.8.4 to 2.8.5.
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](pest-parser/pest@v2.8.4...v2.8.5)

---
updated-dependencies:
- dependency-name: pest
  dependency-version: 2.8.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.48.0 to 1.49.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.48.0...tokio-1.49.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
Bumps [serial_test](https://github.com/palfrey/serial_test) from 3.2.0 to 3.3.1.
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](palfrey/serial_test@v3.2.0...v3.3.1)

---
updated-dependencies:
- dependency-name: serial_test
  dependency-version: 3.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.145 to 1.0.148.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.145...v1.0.148)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-version: 1.0.148
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
Bumps [diesel](https://github.com/diesel-rs/diesel) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/diesel-rs/diesel/releases)
- [Changelog](https://github.com/diesel-rs/diesel/blob/main/CHANGELOG.md)
- [Commits](diesel-rs/diesel@v2.3.4...v2.3.5)

---
updated-dependencies:
- dependency-name: diesel
  dependency-version: 2.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
Bumps [log](https://github.com/rust-lang/log) from 0.4.28 to 0.4.29.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.28...0.4.29)

---
updated-dependencies:
- dependency-name: log
  dependency-version: 0.4.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
@kitsudaiki kitsudaiki self-assigned this Jan 15, 2026
Accidentially renamed too much from cluster
to model in the helm-charts.

Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
@kitsudaiki kitsudaiki force-pushed the qa/rename-cluster-to-model branch from 16e81b0 to 4aa7523 Compare January 15, 2026 20:34
@kitsudaiki kitsudaiki merged commit 8b8348a into develop Jan 15, 2026
23 checks passed
@kitsudaiki kitsudaiki deleted the qa/rename-cluster-to-model branch January 15, 2026 20:45
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.

1 participant