Releases: pulp/pulp-service
Releases · pulp/pulp-service
agent-splunk agent-splunk-20260423-ffffb0b
Support Gate proxy authentication via ANTHROPIC_API_KEY and ANTHROPIC…
agent-splunk agent-splunk-20260423-b5d37e0
Fix 404 by appending /v1 to ANTHROPIC_BASE_URL for Gate compatibility…
agent-splunk agent-splunk-20260423-1cfe8d9
Add VERTEX_SA_JSON support in agent-splunk (#1093) Allow agent-splunk to authenticate using a service account JSON string passed via the VERTEX_SA_JSON environment variable, enabling Alcove's credential injection to provide Vertex AI credentials directly instead of relying on Application Default Credentials (ADC). When VERTEX_SA_JSON is set, the project_id is extracted from the JSON automatically, making ANTHROPIC_VERTEX_PROJECT_ID optional. ADC remains the fallback when no service account JSON is provided. Assisted By: claude-opus-4.6
agent-splunk agent-splunk-20260416-697d4e1
Replace Jira MCP server dependency in agent-splunk with native REST A…
agent-splunk agent-splunk-20260415-0b9a3d2
Bump google.golang.org/grpc in /tools/agents/agent-splunk (#1034) Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.70.0 to 1.79.3. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.70.0...v1.79.3) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.79.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
agent-splunk agent-splunk-20260414-f1292be
Update build-agent-splunk pipeline release step (#1039)
agent-splunk agent-splunk-20260414-e4c209e
Replaced os.ReadFile with go:embed jira-workflows.md (#1040) Embed the file content into the binary at compile time to avoid having to load it at runtime. Assisted By: claude-opus-4.6