Jeet

Results 7 issues of Jeet

Fixes #3611 - add `runtimevar/hashivault` module implementing a Vault-backed watcher (KV v1/v2, mount option, SecretError, local `go.mod`) - add unit + conformance tests (requires `runtimevar/hashivault/localvault.sh`) - add examples and docs...

## What kind of change does this PR introduce? Feature ## What is the current behavior? Refs: #1705, supabase/supabase#34139 Webhooks require full URLs, breaking when migrating between environments. ## What...

Ref #421 This change adds the `gen_ai.conversation.id` attribute to OTEL spans, allowing messages within the same conversation to be linked in AI evaluation and observability platforms. ## Changes - Added...

**What this PR does / why we need it**: Adds AMD ROCm PyTorch distributed training runtime, enabling distributed training on AMD GPUs (e.g., MI300X accelerators). This follows the same pattern...

size/S

**What this PR does / why we need it**: - Decouple JobSet suspend toggling from the SSA payload so that the controller no longer trips the JobSet webhook's "spec.replicatedJobs is...

size/L
ok-to-test

## What kind of change does this PR introduce? Docs update ## What is the current behavior? The README documentation for the /verify endpoint is missing several valid type parameter...

HTTP hooks returning 4xx status codes now parse the response body and return custom error messages instead of hardcoded ones like "Invalid payload sent to hook". This aligns HTTP hook...