[chore] Extend TLS support#4463
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR prepares a new 0.100.4 version across the monorepo and adds a design workspace describing how Agenta should support local TLS certificates and private CA trust across OSS/EE, Compose, Kubernetes, SDK, and tracing—related to issue #2407.
Changes:
- Bumped versions from
0.100.3→0.100.4across web packages, Python projects, lockfiles, and the Helm chart. - Added a new TLS/private-CA design set under
docs/designs/tls-certificates/(research, gap, proposal, tasks).
Reviewed changes
Copilot reviewed 13 out of 17 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| web/packages/agenta-api-client/package.json | Version bump to align web workspace release. |
| web/package.json | Web workspace version bump. |
| web/oss/package.json | OSS web package version bump. |
| web/ee/package.json | EE web package version bump. |
| services/uv.lock | Lockfile version bump for services + editable deps. |
| services/pyproject.toml | services project version bump. |
| sdks/python/uv.lock | SDK lockfile version bump for agenta + editable deps. |
| sdks/python/pyproject.toml | agenta SDK project version bump. |
| clients/python/uv.lock | Client lockfile version bump for agenta-client. |
| clients/python/pyproject.toml | agenta-client project version bump. |
| api/uv.lock | API lockfile version bump for api + editable deps. |
| api/pyproject.toml | api project version bump. |
| hosting/kubernetes/helm/Chart.yaml | Helm chart version/appVersion bump to 0.100.4/v0.100.4. |
| docs/designs/tls-certificates/research.md | Current-state research of TLS/private CA gaps across surfaces. |
| docs/designs/tls-certificates/gap.md | Gap analysis + risks + acceptance criteria for private CA support. |
| docs/designs/tls-certificates/proposal.md | Proposed config model (standard env vars) and deployment wiring plan. |
| docs/designs/tls-certificates/tasks.md | Incremental, testable delivery checklist for implementing the proposal. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| version: 0.100.4 | ||
| appVersion: "v0.100.4" |
Railway Preview Environment
|
Related to this issue.