feat!: upgrade jitsu to v2.14.0 - #97
Open
echozio wants to merge 6 commits into
Open
Conversation
Jitsu v2.14.0 moves functions/profile builders to dedicated functions-server deployments reconciled by a new mandatory operator service, and connector syncs to Kubernetes CronJobs reconciled by syncctl. - add operator component (deployment, service, namespaced RBAC for the functions-server resources it manages) - add profiles component (rotor image in profiles mode) scheduling Profile Builder runs - wire FUNCTIONS_SERVER_URL_TEMPLATE into console, rotor and ingest - add JWT_SECRET (now required by the console) to the token generator - add syncctl CronJob-mode repository config and RBAC (cronjobs, secret updates) - remove console googleSchedulerKey (Google Cloud Scheduler support was removed upstream) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The operator's waitFor initContainers run kubectl wait under the operator's own service account. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Since Jitsu 2.14 the console's ClickHouse client pins its session to the metrics database, so the console can no longer create the database itself — every command, including the CREATE DATABASE bootstrap, fails with UNKNOWN_DATABASE on a fresh install. Create it via the ClickHouse HTTP interface in an initContainer of the event-log-init job instead. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Since Jitsu 2.14 the console no longer creates the seed user at startup; it is only created by the console management CLI. Run it in a job with the console's DATABASE_URL, JWT_SECRET and GLOBAL_HASH_SECRET so the password hash matches what the console verifies at login. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The console image ships @prisma/client only inside the pnpm store without a top-level node_modules link, so the bundled management CLI cannot resolve it. Point NODE_PATH at the store entry. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
echozio
force-pushed
the
update/jitsu-2.14.0
branch
from
August 20, 2026 08:35
3f8f0de to
b597e0b
Compare
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.
Resolves #96