Eric Allam
70b4b1257e
fix: Logging large objects is now much more performant and uses less memory ( #2263 )
...
* Logging large objects performance fixes
* Add changeset
* docs: new otel attribute count defaults
* Scope the switch/case statement with braces
* Add tests for nested map and sets
---------
Co-authored-by: nicktrn <55853254+nicktrn@users.noreply.github.com >
2025-07-14 13:16:04 +01:00
nicktrn
1a64013825
fix(helm): external config and secret support ( #2245 )
...
* fix postgres and redis external config, incl redis tls
* external secret support for postgres, redis, clickhouse, plus fixes
* s3: full existing secret support, external fixes
* bump chart version
* add subchart links
* update external config docs
* tidy up validation and helper
2025-07-10 10:08:00 +02:00
nicktrn
0fcb9705ae
Document new otel limits ( #2196 )
...
* update webapp env vars
* update limits
2025-07-04 13:41:54 +01:00
nicktrn
aa24a9aae6
Fix external registry config and other helm tweaks ( #2212 )
...
* fix both internal and external registry host
* add next steps to self-hosting overview
* separate into webapp and registry ingress
* fix external registry config check
* fix localhost registry warning
* bump chart version
2025-06-30 14:21:00 +01:00
nicktrn
dc568e7f3e
Self-hosting: improved worker and bucket bootstrap ( #2209 )
2025-06-29 10:42:52 +01:00
nicktrn
fa6675eb00
Helm chart improvements ( #2207 )
...
* add helm deps
* configurablecli tag for setup commands
* enabled -> deploy
* extraEnv -> extraEnvVars
* update docs
* minio -> s3
* improve persistence config
* set cli tag to v4-beta
* chart and image bump
* fix tests
* lock chart
* workflow hotfix
* quote for niels
* make probes configurable
* fix webapp and supervisor templates
* bump chart
2025-06-28 12:59:29 +01:00
nicktrn
7a6d9dc225
v4 self-hosting docs updates ( #2202 )
...
* quote version strings
* Update architecture diagram to include kubernetes
---------
Co-authored-by: James Ritchie <james@trigger.dev >
2025-06-26 16:53:10 +01:00
nicktrn
6535cf918b
v4 helm chart and docs ( #2195 )
...
* v4 helm chart
* ignore packaged chart archives
* chart publish prep
* add helm chart release workflow
* enable draft gh release
* stateful services should be statefulsets
* expose internal otel config
* podAnnotations for all services
* postgresql.extraArgs
* postgresql -> postgres
* add clickhouse vars as extraEnv examples
* support external secrets
* improve clickhouse config
improve clickhouse config
* disable internal otel config by default
* allow nil internal config
* fix gh release permission
* fix validation step for ci
* secrets.enabled
* simplify secret keys
* bump chart version
* fix contents permission
* remove redundant print steps
* remove helm release heading
* optimise clickhouse config
* support wait-for-it.sh
* fix ch overrides
* add low-resource ch overrides to compose setup
* supervisor bootstrap config
* disable otel trace logging
* retain shared volume
* enable clickhouse for compose setup
* disable trace logging
* bump chart
* add extraManifests
* telemetry config
* add repo namespace config
* scope cluster role to namespace to support multiple installs
* external s3 config
* values tweaks
* helm docs
* bump chart
* set contents read permission
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* add object store root credentials warning
* run init containers as uid 1000
* pass ch user creds with explicit flag
* improve ingress anotation handling
* remove duplicate colume claim block
* trim htpasswd auth
* lock curl images used for tests
* add v4-beta package version warning
* make schema and sslmode configurable
* package tag info -> warning
* improve secrets config example
* update docs
* bump version
* bump webapp reqs to account for ch
* make ch creds more easily configurable
* publish ch http port
* example point at latest beta chart
* small docs tweaks
---------
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-06-25 23:57:51 +01:00
nicktrn
ec2175fec8
Some docs tweaks ( #2190 )
...
* add v4 tag to playwright extension
* add self-hosting architecture section
* add v4-beta tag warning
2025-06-23 10:25:07 +01:00
nicktrn
f7f8bc28c5
Docker self-hosting improvements ( #2177 )
...
* shallow clone
* fix image tag locking example
* electric should use db url env var
* add htpasswd note
* use local driver with log rotation by default
* make worker urls more easily configurable
* configure dev otel endpoint via .env
* increase min recommended worker specs
* move worker url section
2025-06-16 22:22:02 +01:00
nicktrn
e72820c080
Docs improvements for v4 self hosting ( #2156 )
...
* add switch command
* couple of changes
2025-06-07 19:51:47 +01:00
nicktrn
7a34c1102b
Feat: v4 self-hosting ( #2155 )
...
* self-hosting stuff goes in /hosting
* add v4 tags
* add main compose file
* draft overview
* add webapp env vars
* overview tweaks
* add supervisor env vars
* move old docker guide
* new sidebar structure
* update github actions docs
* docker draft
* use env vars for s3 creds
* this might just work
* split into multiple files
* update guide
* document machine overrides
* split legacy docs into different section
* some fixes
* some tweaks
* add login and init instructions
* don't cursorignore .env.example
2025-06-07 00:57:47 +01:00