- Rebased
feat/daytona-provisioningonto latest main (resolved otel version conflicts) - Added "Analyze with AI" menu item to SupportBundleRow (gated by
ai_support_bundle_analysisfeature flag) - Wired button to
POST /v3/supportbundle/:bundleId/agent/start - Renamed tables:
support_bundle_analysis→ai_support_bundle_analysis(+ bundle join table) - Moved SchemaHero schemas to correct path:
migrations/kustomize/schemas/mysql/
When a vendor promotes a release, we generate structured Helm chart reference documentation and serve it through Enterprise Portal. Vendors declare which charts they want documented in toc.yaml. The worker extracts chart content from the release, parses values.yaml deterministically, enriches with Claude, and stores structured JSON. The EP frontend renders it using the same component pattern as Terraform module references.
- title: ReferenceTerraform modules are referenced as source URIs directly in toc.yaml. The URI is the single source of truth for where a module lives. During content sync, Vandoor resolves the URI, fetches the module using the GitHub App, and stores it with a commit SHA for change detection.
A service that provides scoped GitHub credentials to autonomous bots, with policy-based auto-approval and human-in-the-loop approval flows.
When running multiple autonomous bots (coding agents, CI helpers, etc.), each bot needs GitHub access to:
- Read/write code
- Comment on issues and PRs
- Push commits
A service that provides scoped GitHub credentials to autonomous bots, with policy-based auto-approval and human-in-the-loop approval flows.
When running multiple autonomous bots (coding agents, CI helpers, etc.), each bot needs GitHub access to:
- Read/write code
- Comment on issues and PRs
- Push commits
| --- | |
| apiVersion: apps/v1 | |
| kind: DaemonSet | |
| metadata: | |
| labels: | |
| k8s-app: kube-proxy-arm | |
| eks.amazonaws.com/component: kube-proxy | |
| name: kube-proxy-arm | |
| namespace: kube-system | |
| spec: |
| -----BEGIN PGP PUBLIC KEY BLOCK----- | |
| xsFNBF6jKN8BEACr5P1O1KERDMTyRWUx3wFf2cDPPXVrAfVx/Zs3zzxADTqnX32C | |
| q1AENWqQQZM8Gn6H1TwjIutIohCeSg04+InjOuHcR8HMx0qukdwDLwBLcSXFEmgc | |
| GEkChTClZ9WFz83Gmor1aIwzEeX0ZsFxJoDZRr/0Ci27IQB/E2r/1a61k/N9kJIZ | |
| 6FOjd2+R4LOAo4g1S3+4ULEKjw/geUA/FlMud+9RHYjE8FmbSY/VqioIDdNE6tLR | |
| P2mvkwuGESf40s7dK0y27daGf0kcdiWzpEk7LHfJ1l5noPSAW17CF15Bo+PY4+JC | |
| DNtD/x8j0wtBeeE9tZlHVkAMBLDuUmTp6k1fGtRIkUtstfrPOaTc2k5YgkDvLYgg | |
| USgDG0JA5PUj0tMtIwJL/rOsvVlcYcul7LX5NzDyFMRnYdtMFVfcNATbQqvbOuP2 | |
| bzeCuoskIiKIx+FjWvo+OXR7WPkNlkt8WMO/LiBnw8BBNsKXtbewfuedRNm5puDO | |
| 3F55sGUpnpKzLrmsQOfjUwsnKMwCgMABrF+AhUBCG1usJY2kTaw810W13JXe3rz+ |
| apiVersion: troubleshoot.replicated.com/v1beta1 | |
| kind: Preflight | |
| metadata: | |
| name: example-preflight-checks | |
| spec: | |
| analyzers: | |
| - clusterVersion: | |
| outcomes: | |
| - fail: | |
| when: "< 1.13.0" |